@font-face {
  font-family: 'gotham';
  src: url('../fonts/Gotham-Book.eot');
  src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-light';
  src: url('../fonts/Gotham-Light.eot');
  src: local('☺'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-medium';
  src: url('../fonts/Gotham-Medium.eot');
  src: local('☺'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-bold';
  src: url('../fonts/Gotham-Bold.eot');
  src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.param-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.transition {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.bg-green {
  background-color: #148239;
}
.bg-red {
  background-color: #c80300;
}
.bg-blue {
  background-color: #004fac;
}
.bg-yellow {
  background-color: #e9ae26;
}
.bg-black {
  background-color: black;
}
.border-green {
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #148239;
  -webkit-border-color: #148239;
  -moz-border-color: #148239;
  border-style: dashed;
  -webkit-border-style: dashed;
  -moz-border-style: dashed;
}
.border-green h3 {
  color: #148239;
}
.border-red {
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #c80300;
  -webkit-border-color: #c80300;
  -moz-border-color: #c80300;
  border-style: dashed;
  -webkit-border-style: dashed;
  -moz-border-style: dashed;
}
.border-red h3 {
  color: #c80300;
}
.border-blue {
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #004fac;
  -webkit-border-color: #004fac;
  -moz-border-color: #004fac;
  border-style: dashed;
  -webkit-border-style: dashed;
  -moz-border-style: dashed;
}
.border-blue h3 {
  color: #004fac;
}
.border-yellow {
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #e9ae26;
  -webkit-border-color: #e9ae26;
  -moz-border-color: #e9ae26;
  border-style: dashed;
  -webkit-border-style: dashed;
  -moz-border-style: dashed;
}
.border-yellow h3 {
  color: #e9ae26;
}
.border-black {
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: black;
  -webkit-border-color: black;
  -moz-border-color: black;
  border-style: dashed;
  -webkit-border-style: dashed;
  -moz-border-style: dashed;
}
.border-black h3 {
  color: black;
}
.cta {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  display: inline-block;
  margin-top: 15px;
  padding: 15px;
  background-color: white;
  color: #ed6d1b;
  font-family: 'gotham-light', 'arial', 'helvetica', 'sans-serif';
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #ed6d1b;
  -webkit-border-color: #ed6d1b;
  -moz-border-color: #ed6d1b;
  border-style: solid;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.cta:hover {
  background-color: #ed6d1b;
  color: white;
}
.logo {
  width: 100%;
  max-width: 510px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
h1 {
  margin: 15px 0 30px;
  color: #ed6d1b;
  font-family: 'gotham-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
h2 {
  margin: 5px 0 15px;
  font-family: 'gotham', 'arial', 'helvetica', 'sans-serif';
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
h3 {
  margin: 5px 0;
  font-family: 'gotham', 'arial', 'helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
p {
  margin-bottom: 5px;
  color: black;
  font-family: 'gotham-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
}
strong {
  font-family: 'gotham-medium', 'arial', 'helvetica', 'sans-serif';
  font-weight: normal;
}
.link {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  font-family: 'gotham-light', 'arial', 'helvetica', 'sans-serif';
  text-decoration: none;
  outline: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.link:hover {
  color: #ed6d1b;
}
.link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: 1px;
  background-color: #ed6d1b;
  transition: width 0.30s linear;
  transition-delay: initial;
}
.link:hover::after {
  width: 100%;
  transition: width 0.25s linear;
  transition-delay: initial;
}
input[type='text'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  display: inline-block;
  padding: 15px;
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #dfdfdf;
  -webkit-border-color: #dfdfdf;
  -moz-border-color: #dfdfdf;
  border-style: solid;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  border-right: none;
  background-color: #f5f5f5;
  color: #999999;
  font-family: 'gotham-light', 'arial', 'helvetica', 'sans-serif';
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
input[type='text']:hover {
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #ed6d1b;
  -webkit-border-color: #ed6d1b;
  -moz-border-color: #ed6d1b;
  border-style: solid;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  border-right: none;
}
input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px -2px 5px;
  background-color: white;
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #ed6d1b;
  -webkit-border-color: #ed6d1b;
  -moz-border-color: #ed6d1b;
  border-style: solid;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  border-radius: 50px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  cursor: pointer;
}
input[type='radio']:checked {
  background-color: #ed6d1b;
}
input[type='radio']:checked + label {
  font-family: 'gotham', 'arial', 'helvetica', 'sans-serif';
}
label {
  color: black;
  font-family: 'gotham-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  cursor: pointer;
}
.concept {
  display: inline-block;
  width: 30px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: -webkit-grab;
  cursor: grab;
}
.concept:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#concept_1 {
  background-image: url("../images/concept-principal.png");
}
#concept_2 {
  background-image: url("../images/sous-concept-rouge.png");
}
#concept_3 {
  background-image: url("../images/sous-concept-bleu.png");
}
#concept_4 {
  background-image: url("../images/sous-concept-jaune.png");
}
#concept_5 {
  background-image: url("../images/sous-concept-noir.png");
}
.content-cursor {
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 4px;
  border-radius: 4px;
}
.content-cursor .cursor {
  margin-left: 4px;
}
.cursor {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  cursor: -webkit-grab;
  cursor: grab;
}
.cursor:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.receveur-cursor {
  display: block;
  width: 45px;
  min-height: 45px;
  margin-left: 12px;
  padding: 5px 5px 0 5px;
  border: 2px solid #999999;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.receveur-cursor .cursor {
  margin: 3px 0 3px 3px;
}
.bloc-icon {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  cursor: help;
}
.bloc-icon img {
  width: 70px;
  height: 70px;
  display: block;
}
.libelle {
  display: inline-block;
  min-width: 70px;
  min-height: 70px;
  padding: 6px 8px;
  background-color: white;
  border-width: 1px;
  -webkit-border-width: 1px;
  -moz-border-width: 1px;
  border-color: #ed6d1b;
  -webkit-border-color: #ed6d1b;
  -moz-border-color: #ed6d1b;
  border-style: dashed;
  -webkit-border-style: dashed;
  -moz-border-style: dashed;
  border-radius: 10px;
  font-size: 12px;
  color: black;
  line-height: 16px;
  font-family: 'gotham', 'arial', 'helvetica', 'sans-serif';
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
.bloc-icon:hover .libelle {
  opacity: 1;
}
#new-partie,
#rejoindre-partie,
#supp-partie,
#comment-jouer {
  margin-bottom: 40px;
}
#new-partie p,
#rejoindre-partie p,
#supp-partie p,
#comment-jouer p {
  width: 60%;
  margin: 0 auto;
}
footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer p {
  color: #999999;
}
