@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

/** General Style Info **/
body {
	font-family:'Oxygen';
}

.bike-background-color {
	background: rgb(178, 59, 38) !important;
}

.yams-background-color {
	background: rgb(51, 82, 53) !important;
}

.yams-classement_table {
	margin : 0 auto 50px
}

.yams-classement_titre td {
    border-bottom: 2px solid #335235;
}

.yams-classement_td {
	padding: 0 30px;
	height: 32px;
}

form {
	width: 100%;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

.myHeader {
	text-align: center;
    background-color: #b23b26;
    padding: 0;
}

.myHeader>* {
	margin : 0 auto;
}

.mdl-layout__drawer-header {
	border-bottom: 1px solid #DDD;
	padding: 20px 10px;
}

.mdl-layout__drawer-footer {
	border-top: 1px solid #DDD;
}

.mdl-layout__drawer-menu {
	width: 100%;
	padding: 10px;
}

.mdl-layout-title {
	font-weight: 500 !important;
}

.mdl-layout-subtitle {
	color: rgba(0, 0, 0, 0.5);
}

.mdl-layout__drawer-menu-btn {
	padding: 10px 5px !important;
	border-radius: 3px;
}

.mdl-layout__drawer-menu-icon {
	width: 30px;
   float: left;
   margin-right: 30px;
}

.mdl-layout__drawer-menu-text {

}

.mdl-layout__subheader {
    justify-content: flex-start;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    border: none;
    min-height: 64px;
    max-height: 1000px;
    z-index: 3;
    background-color: '#FFF' !important;
	 display: none;
    color: rgb(66,66,66);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
}

.mdl-layout__header .mdl-layout__drawer-button, .mdl-layout__header .mdl-layout__filter-button {
    position: absolute;
    color: rgb(66,66,66);
    background-color: inherit;
}

.header--menu_button {
    margin-top: 12px;
}

.header--menu_button_text, .header--filter_button_text {
	font-size: 30px;
	color: #FFF;
    text-shadow: -2px 4px black;
}

.mdl-layout__header .mdl-layout__filter-button {
    right: 0;
    margin-top: 12px;
    cursor: pointer;
	 display: none;
}

.titre {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    color: #FFF;
    line-height: 64px;
    text-shadow: -2px 4px black;
}

.soustitre {
	color: #FFF;
    line-height: 20px;
}

button.bleu {
	background: rgba(78, 189, 212,.8);
	color: #FFF;
}

button.bleu:hover {
	background: rgba(78, 189, 212,.5);
}

fieldset {
	margin : 10px;
	padding : 10px;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
}

.clear {
	clear: both;
}

.page-content {
	margin : 30px 0 auto;
}

.snackbar-error {
	background-color: #e53935;
	text-align: center;
	font-size: 17px;
}
.snackbar-success {
	background-color: #00c853;
	text-align: center;
	font-size: 17px;
}

header.bottom {
	position: fixed;
	bottom: 0px;
	box-shadow: 0 -2px 2px 0 rgba(0,0,0,.14), 0 -3px 1px -2px rgba(0,0,0,.2), 0 -1px 5px 0 rgba(0,0,0,.12);
	text-align: center;
}

.danger_header {
	background: rgb(226, 119, 75);
}

.btn_help {
	background-color: #FFF;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 0 1px 0;
    min-width: 40px;
    border-radius: 20px;
    line-height: 40px;
}

.btn_help i {
	font-size: 40px;
}

.help_text {
	padding: 24px 8px;
}

#panneau_info {
	display: none;
}

.btn-accueil {
    border-radius: 10px;
    float: left;
    margin: 3px;
}
.btn-accueil text {
	display: none;
}

.error-message {
	color : #f44336;
}

.error-field {
	border-color: #f44336;
}

.rotate-45 {
	-webkit-transform : rotate(45deg);
	-moz-transform : rotate(45deg);
	-ms-transform :  rotate(45deg)
}

.hand {
	cursor: pointer;
}

.mdl-selectfield {
    position: relative;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}

.mdl-selectfield__icon {
    bottom: 20px;
    cursor: pointer;
    color: rgba(0,0,0, 0.26);
    padding: 4px 0;
    position: absolute;
    top: 20px;
    right: 0;
    pointer-events: none;
}

.mdl-selectfield.is-dirty .mdl-selectfield__icon {
    color: inherit;
}

.mdl-selectfield__icon>i {
    outline: 0;
}

.mdl-selectfield.is-dirty .mdl-selectfield__label {
    visibility: hidden;
}

.mdl-selectfield--floating-label .mdl-selectfield__label {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdl-selectfield__label {
    bottom: 0;
    color: rgba(0,0,0, 0.26);
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mdl-selectfield__label:after {
    background-color: rgb(0,188,212);
    bottom: 20px;
    content: '';
    height: 2px;
    left: 45%;
    position: absolute;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px;
}

.mdl-selectfield__select {
    display: block;
    width: 100%;
    padding: 4px 0;
    margin: 0;
    color: inherit;
    background: transparent;
    font-size: 16px;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label, .mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label {
    color: rgb(0,188,212);
    font-size: 12px;
    top: 4px;
    visibility: visible;
}

.div_btn {
	margin: 10px;
	text-align: right;
}

.badge {
	position: absolute;
	left: 40px;
	top: 20px;
	z-index: 100;
}

.badge[data-badge]:after {
	background-color: #F5F5F5;
	color: rgb(0,188,212);
}

.badge-menu[data-badge]:after {
	background-color: rgb(255,110,64);
	color: #F5F5F5;
	width: 20px;
	height : 20px;
}

.badge-menu {
	position: absolute;
	right: -10px;
	top: 10px;
}

.mdl-menu {
	min-width : 62px;
}

.btn_nav .mdl-cell {
	margin : 0;
}

header .mdl-layout__header-row {
	padding : 0 10px;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    margin : 0 10px;
}

.btn-fail {
    color: #fff;
    background-color: #ed4735;
    margin : 0 10px;
}

.btn-wait {
    color: #fff;
    background-color: rgb(189, 189, 189);
    margin : 0 10px;
}

div.line-25 {
	height: 25px;
}

.too_late {
	font-size: 18px;
	cursor: pointer;
	color: rgb(224, 224, 224);
}

.validate_files {
	font-size: 18px;
}

.validate_files.inactive {
	color: rgb(224, 224, 224);
}

.validate_files.active {
	color: rgb(78, 188, 212);
}

.validate_files.active_down {
	color: #e53935;
}

.justif {
	margin : 0 0 0 10px;
}

.div-fileupload {
	overflow: auto;
	margin: 10px 0;
}

.files {
	margin : 0 10px 0 0;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn a {
	text-decoration: none;
	color: #FFFFFF;
}

.btn i {
	font-size: 15px;
}

.progress {
    height: 20px;
    margin: 10px 0 20px 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    display: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.nopointer {
	cursor: initial;
}

dialog{
	position:absolute;
	left:0;
	right:0;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	width:fit-content;
	height:-moz-fit-content;
	height:-webkit-fit-content;
	height:fit-content;
	margin:auto;
	border:solid;
	padding:1em;
	background:white;
	color:black;
	display:none
}

dialog[open]{
	display:block
}

dialog+.backdrop{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.1)
}

@media screen and (max-width:540px){
	dialog[_polyfill_modal]{
		top:0;
		width:auto;
		margin:1em
	}

}

._dialog_overlay{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0
}

.dataTables_wrapper {
	overflow-x: auto;
}

.info_musiques {
	height: 500px;
	overflow-y: scroll;
}
#filter .filter_value {
	display: none;
}
#close-help {
	display: none;
	float: right;
	position: absolute;
	top : 0;
	left : 0;
	cursor: pointer;
}
.div-check_in {
	width : 100px;
}

.login_fieldset {
	width: 90%;
	border-radius : 25px;
	min-height: 400px;
	margin : auto;
}

.mdl-list__item-done {
	height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 40px;
    float: left;
	background: none;
	color: rgb(51, 82, 53)
}

.mdl-list__item-todo {
	height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 40px;
    float: left;
	background: none;
	color: rgb(226, 119, 75);
}

.mdl-list__item-read {
    font-size: 14px;
	color: rgb(214, 214, 214)
}

.mdl-list__item-no-read {
    font-size: 14px;
	color: rgb(51, 82, 53)
}

.mdl-list__item-del {
    font-size: 18px;
    vertical-align: text-bottom;
}

.liste__item {
	flex-flow: column;
}

.cadre_mail {
	border-bottom: 1px solid #EEE;
    cursor: pointer;
}
.cadre_institut {
	border-bottom: 1px solid #EEE;
}

.chips_admin {
	cursor: pointer;
}

.list_admin {
	padding: 10px;
}

.ripple_liste {
  background-position: center;
  transition: background 0.8s;
}

.ripple_liste:hover {
  background: rgba(0, 188, 212, 0.04) radial-gradient(circle, transparent 1%, rgba(0, 188, 212, 0.04) 1%) center/15000%;
}

.ripple_liste:active {
  background-color: rgba(0, 188, 212, 0.4);
  background-size: 100%;
  transition: background 0s;
}

.mdl-card_message-date {
    font-size: 12px;
    color: #888;
    text-align: right;
		width: 40%;
}


.cadre_mail .texte {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color : #666;
}

.cadre_mail .title {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn_pj {
    border-radius: 5px;
    position: relative;
}

.btn_pj:focus {
    outline:none;
}

.thumb_pj {
	position: absolute;
    background: #FFF;
    border-radius: 13px;
    line-height: 5px;
    padding: 3px;
}

.icon_pj {
	color: #BDBDBD;
    cursor: pointer;
}

.icon_pj_up {
	left: 22px;
    top: -12px;
    cursor: pointer;
}

.icon_pj_down {
	left: -15px;
    top: 20px;
}

.icon_pj_check {
	color : rgb(78, 188, 212);
	font-size: 18px;
}

.icon_pj_uncheck {
	color : #e53935;
	font-size: 18px;
}

.fly_btn_pj {
	z-index : 1000;
	visibility : hidden;
	position: absolute;
	top : 5px;
	left : 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.icon_complete_up {
    position: relative;
    top: -30px;
    left: 95%;
    background: #ffffff;
    border-radius: 20px;
    width: 27px;
}

.thumb_complete {
	cursor: pointer;
}

.icon_complete_check {
	color : rgb(78, 188, 212);
}

.icon_complete_uncheck {
	color : #BDBDBD;
}

.start_pos1 {
	visibility: visible;
	transform: translate(-10px, -30px);
}
.start_pos2 {
	visibility: visible;
	transform: translate(20px, -25px);
}
.start_pos3 {
	visibility: visible;
	transform: translate(35px, -5px);
}

.cadre_pj {
	position: relative;
}

.checkbox_accepted {
	font-size: 12px;
}

.user-accepted {
	font-size: 12px;
    color: rgba(0,0,0,.87);
    padding-left: 10px;
}
.user-non-accepted {
	font-size: 12px;
    color: #BDBDBD;
    padding-left: 10px;
}

.cadre_user {
	border: 1px solid #EEE;
    border-radius: 5px;
    min-width: 80%;
}

.btn_cheque {
	font-family: Impact;
    color: #bdbdbd;
    border: 1px #bdbdbd solid;
    text-align: center;
    padding: 3px;
    margin-top: 3px;
}

.icon_cheque {
    font-style: normal;
    font-size: 15px;
    padding: 3px;
}

.icon_cheque_up {
	left : 35px;
}

.ligne_doc {
	background: rgba(0, 188, 212, 0.04) radial-gradient(circle, transparent 1%, rgba(0, 188, 212, 0.04) 1%) center/15000%;
}

.filter_user {
	font-size: 12px;
}

.sort_user {
	cursor: pointer;
	color: #bdbdbd;
	font-size: 12px;
}

.sort_icons {
	font-size: 16px;
	vertical-align: bottom;
}

.sort_user.active {
	color: rgba(0,0,0,.87);
}

.affichage_full {
	display: none;
	font-size: 12px;
}

.legend-complete {
    margin: 0 5px;
    color: #BDBDBD;
}

#mail-list {
	margin : auto;
}

#mail-list .cadre_user div i{
	color : rgba(78, 189, 212,1);
    padding: 0 5px 5px 0;
    vertical-align: middle;
}
#mail-list .name {
	font-weight: bold;
	padding : 0 0 10px 0;
}
#mail-list .group {
	padding : 0 0 10px 0;
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

#newyams, #newbikes, #save_coureur {
	width: 300px !important;
}

.login100-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: rgb(51, 82, 53);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333 !important;
}

.mdl-button.mdl-button--colored-bike {
	color : rgb(178, 59, 38);
}

.mdl-button.mdl-button--colored {
	color : rgb(51, 82, 53) !important;
}

.mdl-button--colored[disabled][disabled], .mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
    color: rgba(0,0,0,.26) !important;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

.right_col_yams {
	border-left : 1px solid rgb(51, 82, 53);
	padding-left : 20px;
}

.right_col_bike {
	border-left : 1px solid rgb(178, 59, 38);
	padding-left : 20px;
}

.titre_partie {
	text-align: center;
	margin: 20px;
	font-size: 20px;
}

.mdl-card_actions_p {
	text-align: center;
}

.mdl-card_actions_p_title {
	width: 60%;
}

.mdl-card_race-name {
	padding: 0 16px;
}

.card-square-game {
	margin : 20px auto;
}

.grille_wrapper {
	text-align: center;
	margin: 0 auto;
}

.grille_wrapper user {
	margin : 10px;
}

.grille, .magrille {
	margin : 5px 10px;
}

.grille_wrapper table {
	background: rgb(66,66,66);
	color: rgb(66,66,66);
	font-size: 18px;
}

.grille_wrapper table th, .grille_wrapper table td {
	height: 30px;
	width: 35px;
}

.grille_wrapper thead, .grille_wrapper tbody, .grille_wrapper tfoot {
	background: #FFF;
}

.grille_wrapper .ligne_surbrillance {
	background: rgba(51, 82, 53, 0.3);
}

.grille_wrapper .active {
	background: rgba(51, 82, 53, 0.2);
}

.scorepicker__background {
	display: none;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #00000033;
    position: absolute;
    overflow: hidden;
}

.scorepicker {
	width: 425px;
	max-height: calc(100% - 64px);
	background: #FFFFFF;
    display: flex;
    flex-direction: column;
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}

.scorepicker__content {
    flex: 1 1 auto;
    overflow-y: auto;
}

.scorepicker__actions {
	text-align: right;
    padding: 1em;
}

.scorepicker__confirm, .scorepicker__pick, .scorepicker__prompt {
	display: flex;
    max-width: 425px;
    min-width: 310px;
    overflow-x: hidden;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.scorepicker__confirm {
	min-height: 150px;
}

.scorepicker__confirm a {
	margin: auto;
}

.scorepicker__pick {
	min-height: 100px;
}

.scorepicker__confirm_true {
	color: #FFF;
	background: rgba(0, 128, 0, 1);
}
.scorepicker__confirm_true:hover {
	background: rgba(0, 128, 0, 0.66);
}

.scorepicker__confirm_false {
	color: #FFF;
	background: rgba(255, 0, 0, 1);
}
.scorepicker__confirm_false:hover {
	background: rgba(255, 0, 0, 0.66);
}

.scorepicker__pick_content {
	margin-top : 20px;
	display: flex;
}

.scorepicker__pick_dice {
	width: 60px;
    height: 60px;
    border: 3px rgb(66,66,66) solid;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.scorepicker__pick_dice_point {
	background: #000;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    position: relative;
}

.scorepicker__prompt_container div {
	width: 50px;
}

.scorepicker__prompt_container input {
	width: 50px;
	font-size: 40px;
	text-align: center;
	color: rgb(66,66,66);
}

.scorepicker .send {
	display: none;
}

td.modified {
	background: rgba(255, 0, 0, 0.3);
}

.lastAdded {
	background: rgba(25, 255, 85, 0.27);
	transition: background-color 0.5s ease;
}

.tiles_list {
    width: 800px;
    margin: 10px auto;
}

.tile_div {
	margin : 10px;
}

.tile_draw {
    display: flex;
    flex-direction: row;
    height: 150px;
    width: fit-content;
}

.track_draw {
    height: 180px;
    width: 100%;
    overflow-x: scroll;
}

.case {
    height: 100%;
    min-width: 80px;
    max-width: 80px;
    background: #5f8549;
}

.case_depart, .case_arrivee {
    height: 100%;
    min-width: 50px;
    width: 50px;
    background: #5f8549;
}

.case_pre_depart, .case_pre_arrivee {
    height: 100%;
    min-width: 30px;
    background: #5f8549;
}

.case_pre_depart .border-double {
	border-bottom: 3px solid #FFFFFFDD !important;
    border-left: 2px solid #FFFFFFDD !important;
    border-right: 2px solid #FFFFFFDD !important;
    border-top: 7px double #FFFFFFDD !important;
}

.case_pre_depart .route {
    height: 140px;
    margin-left: 25px;
    background: #888888;
    color: #FFFFFF;
    writing-mode: vertical-rl;
	text-orientation: mixed;
	letter-spacing: 5px;
    padding-top: 23px;
    line-height: 26px;
}

.case_pre_arrivee .border-double {
	border-bottom: 3px solid #FFFFFFDD !important;
    border-left: 2px solid #FFFFFFDD !important;
    border-right: 2px solid #FFFFFFDD !important;
    border-top: 7px double #FFFFFFDD !important;
}

.case_pre_arrivee .route {
    height: 140px;
    margin-left: 25px;
	background-color: #fff;
	background-image: linear-gradient(45deg, #888888 25%, transparent 25%, transparent 75%, #888888 75%), linear-gradient(45deg, #888888 25%, transparent 25%, transparent 75%, #888888 75%);
	background-size: 15px 15px;
	background-position: 0 0, 7px 7px;
}

.herbe {
    height: 5px;
}

.start_road_double {
    border-top: 7px double rgb(239, 222, 48) !important;
}

.start_road_simple {
	border-bottom: 3px solid rgb(239, 222, 48) !important;
}

.end_road_double {
    border-top: 7px double rgb(239, 222, 48) !important;
}

.end_road_simple {
	border-bottom: 3px solid rgb(239, 222, 48) !important;
}

.up_road_double {
    border-top: 7px double rgba(237, 24, 46, 1) !important;
}

.up_road_simple {
	border-bottom: 3px solid rgba(237, 24, 46, 1) !important;
}

.down_road_double {
    border-top: 7px double rgba(49, 84, 240, 1) !important;
}

.down_road_simple {
	border-bottom: 3px solid rgba(49, 84, 240, 1) !important;
}

.border-double {
	border-bottom: 2px solid #FFFFFFDD;
    border-left: 2px solid #FFFFFFDD;
    border-right: 2px solid #FFFFFFDD;
    border-top: 7px double #FFFFFFDD;
}

.border-simple {
	border-bottom: 3px solid #FFFFFFDD;
    border-left: 2px solid #FFFFFFDD;
    border-right: 2px solid #FFFFFFDD;
}

.route {
    height: 70px;
    margin-left: 25px;
    background: #888888;
}

.num_case {
    padding: 0 5px;
    color: #FFFFFFDD;
}

.track_name {
    color: rgb(178, 59, 38);
    font-weight: bold;
    font-size: larger;
    margin: 0 0 80px 0;
}

.track_div {
	order-bottom: 1px solid #EEE;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.track_div_add {
	order-bottom: 1px solid #EEE;
    margin: 0 auto;
}

#newtracks {
	width: 300px;
}

.tracks {
	width: 800px;
	text-align: center;
}

.title_new_track {
	color: rgb(178, 59, 38);
    font-weight: bold;
    font-size: larger;
    margin: 20px auto;
    text-align: center;
}

.buttons_new_track {
	margin: 10px auto;
}

.buttons_new_track button {
	margin: 10px;
	border-radius: 50%;
    font-size: 24px;
    height: 56px;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    background: rgba(158,158,158,.2);
    position: relative;
    line-height: normal;
}

.confirm_new_track {
	display: block !important;
	max-width: 700px;
	text-align: center;
}

.players_title {
	text-align: left;
    margin: 10px 30px;
    font-size: 16px;
}

.vignette_track {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    min-width: 300px;
    margin: 10px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.vignette_track_wrapper {
	overflow-y: scroll;
	max-height: calc(50% - 64px)
}

.track_draw_hidden {
	display: none;
}

.pressed {
	background: rgba(178, 59, 38, 0.2) !important;
}

#tableau .joueur {
	height: 300px;
    border-radius: 15px;
    margin: 25px 0;
    background: rgb(136, 136, 136);
}

.sprinteur {
}

.pile {
}

#tableau .carte, #scorepicker .carte {
    height: 250px;
    width: 150px;
    position: absolute;
    transform-style: preserve-3d;
    transition : all 0.2s ease-out;
}

#autres_joueurs {
	display: flex;
}

#autres_joueurs .carte {
    height: 125px;
    width: 75px;
    position: absolute;
    transform-style: preserve-3d;
    transition : all 0.2s ease-out;
}

#autres_joueurs .joueur {
	height: 150px;
    border-radius: 15px;
    margin: 25px 5px;
    width: 300px;
}

#autres_joueurs .joueur .joueur_name {
    margin: 10px;
    text-align: center;
}

.front {
	border-radius: 10px;
	backface-visibility: hidden;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
    transform: rotateY(0deg);
    transition: all 0.5s ease-out 0s;
}

.front_s {
	background: rgb(49, 104, 155);
}

.front_r {
	background: rgb(153, 0, 0);
}

.front_s .carteType {
    color: rgba(49, 104, 155, .8);
}

.front_r .carteType {
    color: rgb(153, 0, 0);
}

.back {
	background: #FFF;
    border-radius: 10px;
	backface-visibility: hidden;
    transform-style: preserve-3d;
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-out;
    cursor: pointer;
    transform: rotateY(-180deg);
    transition: all 0.5s ease-out 0s;
}

.back_mini {
	background: #FFF;
    border-radius: 5px;
    width: 30px;
    height: 50px;
}

.carteType {
    margin: 0 10px;
    background: rgba(255, 255, 255, .9);
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.carteVal {
	color: rgba(154, 42, 27, 1);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 80px;
    line-height: 80px;
    padding: 80px 50px;
}

.played_card, .unplayed_card {
	color: rgba(154, 42, 27, 1);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    padding: 16px 7px;
}

.main_sprinteur, .main_rouleur {
	display: flex;
	margin: 2px;
}

.bm_sprinteur_played {
	background: rgba(49, 104, 154, 1);
}

.bm_rouleur_played {
	background: rgba(154, 42, 27, 1);
}

.joue_sprinteur {
	transform: rotate(-6deg);
}

.joue_rouleur {
	transform: rotate(8deg);
}

.rouleur {
}

.pion {
	position: relative;
	display: inline-block;
    width: 100px;
    height: 100px;
/*     transition: all ease 1s; */
}

#main {
	z-index: 1000;
    background: #b23b2744;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
}

#trace {
	margin : 20px auto;
}

.config_coureur_container {
	margin: 0 auto;
	display: flex;
}

.config_cheveux_mask, .config_cycliste_mask {
	position: absolute;
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.config_cheveux_container, .config_cycliste_container {
	position: absolute;
	left: 0px;
	-webkit-transition: left .6s ease;
    -o-transition: left .6s ease;
    transition: left .6s ease;
}

.change_hair {
	position: absolute;
    padding-top: 130px;
    cursor: pointer;
    z-index: 1000;
    color : #000;
}

.change_hair_right {
	position: absolute;
	left: 500px;
}

.change_hair_left {
	position: absolute;
}

.change_hair_disabled {
	cursor: default !important;
	color: #888 !important;
}

.titre_config_coureur {
	text-align: center;
	font-size: 20px;
	color: rgb(178, 59, 38) !important;
	min-height: 60px;
}

.titre_config_coureur_back, #save_coureur {
	color : rgb(178, 59, 38);
}

.canvas_coureur {
	display: block;
	background-color:rgba(255, 255, 255, 0);
}

.a_placer:not(.pastontour) {
	cursor: pointer;
}

.a_placer_autre {
	display: none;
}

.place_depart:not(.pastontour) {
    cursor: pointer;
}

.place_depart:not(.pastontour):hover {
    background: rgb(169, 169, 169);
}

.public {
    min-height: 30px;
    background: repeat-x url("../img/flammerouge/public.png");
    min-width: 80px;
}

.chemin {
	display: flex;
	height: 150px;
    width: fit-content;
}

.autre_joueurs {
	margin: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #888;
}

.profil {
	text-align: center;
	padding: 10px;
}

.pasencore .front {
	cursor: default !important;
}

.maillot0 {
	color : rgb(255, 255, 153);
}

.maillot1 {
	color : rgb(204, 0, 0);
}

.maillot2 {
	color : rgb(155, 72, 204);
}

.maillot3 {
	color : rgb(243, 151, 49);
}

.deplacement {
	position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: rgb(204, 0, 0);
    border: 3px solid rgb(204, 0, 0);
    border-radius: 20px;
    padding: 3px;
    background: #FFF;
    display: none;
    z-index: 1000;
}

.mdl-color-text--accent-bike {
	color: rgb(178, 59, 38)!important;
}

.mdl-color-text--accent-yams {
	color: rgb(50, 82, 52)!important;
}

.no_game {
	margin: auto;
}

.home_btn {
	width: 300px;
    height: 200px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 33px;
	text-align: center;
	margin: auto;
	border : 3px solid;
	border-radius : 20px;
	cursor: pointer;
}

.home_btn_yams i{
	font-size: 70px;
	color : rgb(51, 82, 53);
}

.home_btn_yams {
	font-size: 30px;
	color : rgb(51, 82, 53);
}

.home_btn_bike {
	font-size: 30px;
	color : rgb(178, 59, 38);
}

.home_btn_bike i{
	font-size: 70px;
	color : rgb(178, 59, 38);
}

.home_btn_picture {
	font-size: 30px;
	color : rgb(155, 103, 17);
}

.home_btn_picture i{
	font-size: 70px;
	color : rgb(155, 103, 17);
}

.home_btn_icone {
	margin-top : 40px;
}

.picture {
    width: 300px;
    height: 350px;
    margin: auto;
	 padding : 5px;
	 cursor: pointer;
}

.picture img {
	max-width: 300px;
	max-height: 300px;
}

.picture-container {
	min-height: 300px;
	justify-content: center;
	display: flex;
	align-items: center;
	margin: auto;
	border: 1px solid #dedede;
}

.grille-pictures {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#picture_loading {
	display: none;
}

.pictureviewer-navigate {
    position: absolute;
    top: calc(50% + 30px);
    border-radius: 50%;
    background: #80808054;
    width: 65px;
    height: 65px;
    color: #FFFFFF;
    text-align: center;
	 cursor: pointer;
}

.pictureviewer-navigate i {
    font-size: 60px;
}

.pictureviewer-previous {
    left: 100px;
}

.pictureviewer-next {
    left: calc(100% - 165px);
}

.header--filter-input {
	font-size: 15px;
	line-height: 48px;
	color: #666666;
	display: block;
	width: 100%;
	height: 48px;
	border: none;
	outline: none;
	padding: 0 10px;
}

.header--filter-wrap {
	display: inline-flex;
	border: 1px solid #dedede;
	border-radius: 25px;
	min-height: 50px;
	cursor: text;
}

.header-filter_wrap_chips {
	max-width: calc(100% - 400px);
}

.header-filter_icon {
	width: 55px;
}

.header-filter_icon i {
	line-height: 45px;
	font-size: 30px;
	margin: 5px 5px 5px 20px;
	position: absolute;
	color : #DEDEDE;
}

.header-filter_chips {
    margin: 8px 2px;
}

.header-range_header-range_wrapper{
    position: relative;
    width: 95vmin;
    background-color: #ffffff;
    padding: 50px 40px 20px 40px;
    border-radius: 10px;
}
.header-range_container{
    position: relative;
    width: 100%;
    height: 0px;
    margin-top: 10px;
}
input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.header-range_slider_track{
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #9c671c;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}
input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #9c671c;
    pointer-events: auto;
}
input[type="range"]::-ms-thumb{
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #9c671c;
    pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
    border: 3px solid #9c671c;
}
.header-range_values{
    background-color: #9c671c;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 6px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.header-range_values:before{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 10px solid #9c671c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
}

td.crayon, td.TOTAL {
	position: relative;
}

.crayon_blue {
	color : rgb(19 156 176);
}

.mdl-card__title-text {
    line-height: 47px !important;
    width: 60%;
}

.yams_index__progression {
	width: 90%;
}

.look_game span, .join_game span, .start_game span, .back_game span {
    padding: 0px 5px;
    vertical-align: middle;
}

sup {
	position: absolute;
  top: -4px;
  right: 2px;
  font-size: 10px;
}

.user {
	position: relative;
}

.ink_btn {
	text-decoration: underline black 2px !important;font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 0px;
}

.ink_btn__blue {
	text-decoration: underline rgb(19 156 176) 2px !important;
}

.scorepicker__yamsloose {
	visibility: hidden;
	margin: auto;
}
