:root {
	--primary: #e52a3c;
	--secondary: #2f3032;
  	--cda-red: #e52a3c;
	--cda-grey: #2f3032;
	--cda-grey-medium: #f1f1f2;
	--cda-grey-medium2: #2f3032;
	--cda-beige: #f2eeeb;
	--beli-main: #DDAE56;
	--beli-secondary: #2A363E;
	--beli-bleu: #007BA7;
	--beli-orange: #f39200;
	--beli-rose: #DDAE56;
	--beli-rouge: #cd171a;
	--beli-gris: #bdb8b9;
	--efp-gris: #363C42;
	--efp-gris2: #495159;
	--efp-rouge: #A71623;
	--efp-orange: #F18500;
	--efp-gris-clair: #ebeaeb;
	--white:#ffffff;
	--beli-secondary-light: #e6e6e6;
    --beli-main-light: #fbf5ea;
	--gris-clair: rgba(0, 0, 0, 0.1);
	--focus-past: #ebeaeb;
}


html, body, span {
	font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
  }

body {
font-size:14;
font-family: "ubuntu-regular", sans-serif;
-webkit-print-color-adjust:exact;
background-color: var(--gris-clair);
}

table {
border-spacing: 0;
} 


.fab img {
   transform: scale(1);
}

.fab img:hover {
    transform: scale(0.95);
}


	select {
font-size:18;
font-family:"ubuntu-regular", sans-serif;
}	
td {
font-size:14;
font-family:"ubuntu-regular", sans-serif;
}

td a {
color: #555555;
text-decoration: none;
font-size:18;
font-weight: bold;
}


input {
font-size:18;
font-family: "ubuntu-regular", sans-serif;
padding: 5px 4px;
border-radius:3px;
border: 1px solid #eee;
margin-top:4px;
}
input:disabled {
    background-color: rgba(255, 255, 255, 0.4)!important;
	color:#000;
	padding: 5px 4px;
border-radius:3px;
}

input, .form-control:focus, input:focus, select:focus, textarea:focus, button:focus {
border: 1px solid #eee;
}

select {
font-size:18;
font-family: "ubuntu-regular", sans-serif;
-webkit-print-color-adjust:exact;
padding: 4px;
border-radius:3px;
border: 1px solid #e0d7e5;
margin-top:4px;
}
		input:-webkit-autofill {
    background-color: white !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}							   

th {
font-size:15;
font-family:"ubuntu-regular", sans-serif;
background-color: var(--efp-gris);
color: #FFF;
}
.tabfab table {
    border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid var(--efp-gris);
}

.tabfab tr:nth-of-type(odd) { background-color: #FFF;
}

.tabfab tr:nth-of-type(even) { background-color: #f7f7f7;
}

.tabfab td a{
	color: #007BA7;
	font-family:"ubuntu-regular", sans-serif;
	text-decoration: none;
	font-size:15;
	font-weight: bold;
}

.tabfab td {
    border: 1px solid #FFF;
	border-spacing: 0;
	font-family:"ubuntu-regular", sans-serif;
	padding: 3px 5px 3px 5px;
}
.tabfab th {
    border: 0px solid #FFF;
	font-family:"ubuntu-regular", sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabfab2 table {
    border-collapse: collapse;
	border: 2px solid var(--efp-gris);
}

.tabfab2 tr:nth-of-type(odd) { background-color: #FFF;
}

.tabfab2 tr:nth-of-type(even) { background-color: #FFF;
}

.tabfab2 td a{
	color: #007BA7;
	font-family:"ubuntu-regular", sans-serif;
	text-decoration: none;
	font-size:15;
	font-weight: bold;
}

.tabfab2 td {
    border: 0px solid #FFF;
	font-family:"ubuntu-regular", sans-serif;
	padding: 6px 15px;
}


/* === 5 - Boutons  === */

.btn-beli-primary {
  background-color: var(--beli-main);
  background-image: none;
  border-color: var(--beli-main); }
  .btn-beli-primary:not(.btn-inverse-light) {
    color: #000; }
  .btn-beli-primary:hover {
    color: #FFF;
    background-color: var(--efp-gris);
    border-color: var(--efp-gris); }
	
  .btn-beli-primary.focus, .btn-beli-primary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(47, 48, 50, 0.5);
    box-shadow: 0 0 0 3px rgba(47, 48, 50, 0.5); }
  .btn-beli-primary.disabled, .btn-beli-primary:disabled {
    color: var(--beli-secondary);
    background-color: transparent; }
  .btn-beli-primary.active, .btn-beli-primary:active,
  .show > .btn-beli-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--beli-secondary);
    border-color: var(--beli-secondary); }

.btn.btn-beli-primary {
    padding: 0.3rem 0rem 0.4rem 0rem;
	font-family: "ubuntu-regular", sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 50px;
}

.btn.btn-beli-primary i {
    font-size: 1.2rem;
}

.btn.btn-fw {
    min-width: 112px;
}


.btn-beli-primary:hover,
.btn-beli-primary:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 1em rgba(0, 0, 0, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--efp-gris);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--efp-gris);
  }
}

.btn-beli-login {
	min-width: 130px;
  background-color: var(--beli-main);
  background-image: none;
  border-color: var(--beli-main); }
  .btn-beli-login:not(.btn-inverse-light) {
    color: #FFF; }
  .btn-beli-login:hover {
    color: #ffffff;
    background-color: var(--beli-secondary);
    border-color: var(--beli-secondary); }
  .btn-beli-login.focus, .btn-beli-login:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(47, 48, 50, 0.5);
    box-shadow: 0 0 0 3px rgba(47, 48, 50, 0.5); }
  .btn-beli-login.disabled, .btn-beli-login:disabled {
    color: var(--beli-main);
    background-color: transparent; }
  .btn-beli-login.active, .btn-beli-login:active,
  .show > .btn-beli-login.dropdown-toggle {
    color: #ffffff;
    background-color: var(--beli-main);
    border-color: var(--beli-main); }

.btn.btn-beli-login {
    padding: 0.5rem 0.8rem;
    font-size: 1.1rem;
    line-height: 1.2;
    border-radius: 50px;
}

.btn-beli-login:hover,
.btn-beli-login:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 0.7em rgba(255, 255, 255, 0);
}

.btn.btn-beli-login i {
    font-size: 1.1rem;
}

/* === 5 - Formulaire  === */

input {
font-size:18;
font-family: "ubuntu-regular", sans-serif;
padding: 10px 5px;
border-radius:3px;
border: 1px solid #eee;
margin-top:4px;
}
input:disabled {
    background-color: rgba(255, 255, 255, 0.4)!important;
	color:#000;
	padding: 10px 5px;
border-radius:3px;
}

input[type="file"] {
    border: 0px solid #eee;
}

input, .form-control:focus, input:focus, select:focus, textarea:focus, button:focus {
border: 1px solid #eee;
}

select {
font-size:18;
font-family: "ubuntu-regular", sans-serif;
-webkit-print-color-adjust:exact;
padding: 10px 5px;
border-radius:3px;
border: 1px solid #e0d7e5;
margin-top:4px;
}

table.table-form-beli {
	border-width:0px;
	border-collapse: separate;
	border-spacing: 0px 8px;
}

.table-form-beli th {
	padding: 8px;
	text-align: left;
	background-color: var(--efp-grey);
}
.table-form-beli tr {
	border-radius: 8px;
}

table.table-form-beli-blanc {
	border-width:0px;
}

.table-form-beli-blanc th {
	text-align: left;
	background-color: var(--efp-grey);
	color:#fff;
	padding: 3px 5px;
	mainical-align: middle;
}
.table-form-beli-blanc tr {
	border-radius: 8px;
}
.table-form-beli-blanc td {
	padding: 6px 5px;
	mainical-align: middle;
	font-size:14;
}

.form-beli {
	margin-left: 8px;
    display: block;
    width: 90%;
    height: 2rem;
    padding: 0.4rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    color: var(--efp-grey);
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-beli:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    outline-style: none;
    color: var(--efp-grey);
    background-color: #fff;
    border-color: var(--beli-secondary);
    outline: 0;
}

.form-beli-basic {
	margin-left: 8px;
    display: inline;
    height: 2rem;
    padding: 0.4rem 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    color: var(--efp-grey);
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-beli-basic:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    outline-style: none;
    color: var(--efp-grey);
    background-color: #fff;
    border-color: var(--beli-secondary);
    outline: 0;
}

.form-beli-date {
    width: 120px;
    height: 2rem;
    padding: 0.3rem 1rem;
	display: inline;
}

.form-beli-low {
	margin-left: 0px;
    display: block;
    width: 90%;
    height: 1.5rem;
    padding: 0.3rem 0.35rem;
    font-size: 0.9rem;
    line-height: 1;
}

.form-beli-nomarg {
	display: inline;
	margin-left: 0px;
	width:auto;
}
.form-beli-lowpad {
	display: inline;
	margin-left: 0px;
	width:auto;
	padding: 2px 5px;
	height: 1.5rem;
}
.form-beli-gris {
    background-color: #f9f8f7;
}
.form-beli-gris:focus {
    background-color: #f9f8f7;
	border-color: #ced4da;
}

/* === 6 - Messagerie coachs  === */

.gh-msg-box {
	margin-top:10px;
	margin-bottom:5px;
	background-color:#000000;
}

.gh-msg-titre {
	font-size:23px;
	font-weight:bold;
	color:var(--beli-main);
}

.gh-msg-contenu {
	font-size:18px;
	color:#000000;
}

.gh-msg-container {
  display: flex;
  flex-direction: column;
  width: 450px;
}

.alert {
	padding:22px 14px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}
	.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}


.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}

.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-white {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    text-align: center;
    width: 50px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 28px;
    color: var(--beli-main);
    left: 10px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
    border-color: #000000;
    background: #000000;
}

/* === 7 - Planning coachs  === */

.gh-schdl-mobile-day-link {
    background-color: #ebebeb;
    padding-top: 7px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 13px !important;
    color: #c0c0c0 !important;
    font-weight: 700;
    width: 45px;
    height: 54px;
    line-height: 1.5em;
}

.gh-schdl-mobile-day-link a {
    color: #c0c0c0 !important;
}

.gh-schdl-mobile-day-link-ok {
    background-color: #000;
	padding-top: 9px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 13px !important;
    color: #FFFFFF !important;
    font-weight: 700;
    width: 50px;
    height: 58px;
    line-height: 1.5em;
}

.gh-schdl-mobile-day-link-ok a {
    color: #FFF !important;
}

.gh-schdl-mobile-full {
    vertical-align: top;
    padding: 0 !important;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
}

.gh-schdl-mobile-titre {
    background-color: #000000;
    position: relative;
    text-align: center;
    padding: 20px 10px;
    line-height: 1.3em;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.12);
    border-style: solid;
    scroll-margin-top: 4rem !important;
	margin-top:20px;
	border-radius: 10px 10px 0 0!important;
}

.gh-schdl-mobile-head-jour {
    color: #ddae56;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
	display : inline;
}
.gh-schdl-mobile-head-jour-count {
	margin-left:8px;
    color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
	display : inline;
}

.gh-schdl-anchor {
    padding-top: 40px;
    margin-top: -40px;
}

.gh-schdl-mobile-salle-cours {
    text-align: center;
    margin-left: 10px;
    font-size: 13px;
    padding: 4px 5px 2px 5px !important;
	border-radius: 3px;
    background-color: #ebebeb !important;
    display: inline;
    color: #111;
}

.gh-schdl-mobile-heure-cours {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    display: inline;
}