/* GENERAL */
@media (min-width: 500px) {
  	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
	}
	.col-sm-2 {
	width: 17.5%;
	}
	.col-sm-6 {
	width: 50%;
	}

/*	.col-sm-6 .btn.btn-primary {
	width: 100%;
	}  */
    
/*	.col-sm-3 {
	width: 50%;
	}
	.col-sm-9 {
	width: 50%;
	}   */
}




/* TEXTE */

h1
{
	color: #3C4252 !important;
    font-size: 28px;
}

h2
{
	color: #44ACAA !important;
    font-size: 22px;
}

h3
{
	color: #3C4252 !important;
    font-size: 18px;
}

h4
{
	color: #44ACAA !important;
    font-size: 16px;
}

h5
{
	color: #525A6F !important;
    font-size: 14px !important;
}

h6
{
	color: #FE800D ;
}

h7
{
    color: #bbb;
    font-size: 14px;
}

p
{
    color: #aaa !important;
    font-size: 14px !important;
}
a
{
	color: #143C55;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
}

input
{
    color: #aaa !important;
    font-size: 14px !important;
}

::placeholder
{
    color: #aaa !important;
    font-size: 14px !important;
}

textarea
{
    color: #aaa !important;
    font-size: 14px !important;
}

option
{
    color: #aaa !important;
    font-size: 14px !important;
}



/* BOUTONS */

.btn.btn-primary
{
	background-color: #3C4252 ;
	color:#fff !important;
	height: 35px !important;
	width: auto;
	padding:  0px 15px !important;
	text-align: center !important;
	font-weight: bold !important;
    font-size: 14px !important;
	border-radius: 20px !important;
	display: block !important;
	margin:auto !important;
	border-color: #143C55 !important;
}

.btn.btn-primary:hover
{
	background-color: #fff !important;
	color:#3C4252  !important;
	border-color: #3C4252 ;
}

.btn.btn-primary.active
{
	background-color: #fff !important;
	color: #3C4252 !important;
	border-color: #3C4252  !important;
}

/*.btn.btn-primary:active
{
	background-color: #fff;
	color: #3C4252 !important;
	border-color: #3C4252 !important;
}*/

.btn.btn-primary.selected
{
	background-color: #fff;
	color: #143C55!important;
	border-color: #143C55 !important;
}


.btn.btn-secondary
{
	background-color: #E0E0DB   ;
	color: #44ACAA   !important;
    font-weight: bold !important;
	height: 35px;
	width: auto;
    border-color: #E0E0DB;
    border-radius: 20px !important;
    padding-top: 0px;
    padding-bottom: 3px;
}

.btn.btn-secondary:hover
{
	background-color: #F8F6EE  !important ;
}

.btn.btn-secondary.active
{
	background-color: #fff !important;
	color:#44ACAA !important;
	border-color: #44ACAA !important;
}

.btn.btn-info
{
	background-color: #44ACAA  !important;
	color:#fff !important;
	height: 35px;
	width: auto;
    border-color: #fff !important;
    border-radius: 20px !important;
    padding-top: 0px;
    padding-bottom: 3px;
}

.btn.btn-info.active
{
    background-color: #fff !important;
	color:#bbb !important;
	border-color: #bbb !important;
}

.btn.btn-alert
{
	background-color: #FE800D  !important;
	color:#fff !important;
	height: 35px;
	width: auto;
    font-weight: bold !important;
    font-size: 14px !important;
    border-color: #FE800D !important;
    border-radius: 20px !important;
    padding-top: 0px;
    padding-bottom: 3px;
}

input[type=radio]
{
    /*appearance: none;*/
    background-color: #fff;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #bbb !important;
    border-radius: 50%;
    transform: translate(-0.075em);
    color: #FE800D !important;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=text]
{
   
}

/* RANGE SLIDER */
.slider2 {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 15px;  
  background: #eee;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #44ACAA;
  cursor: pointer;
}

.slider2::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #44ACAA;
  cursor: pointer;
}


/* TOGGLE SWITCH BUTTON */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #44ACAA  ;
}

input:focus + .slider {
  box-shadow: 0 0 1px #44ACAA  ;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* TAGS */

/*.taguser
{
    border-radius: 100px;
    color: #fff;
    background-color: #B75317 !important;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    padding: 0px;
    margin: 2px;
    margin-top: 10px;
    font-size: 13px;
    display: inline-block;
    border-style: solid;
    border-width: thin;
    float: right; 
}*/

/*IMAGES*/
.thumbnail
{
    filter:grayscale(60%);
    -webkit-filter: grayscale(60%);
}

.thumbnail:hover
{
    filter: none;
    -webkit-filter: none;
}

img.thumbnail:hover
{
    padding: 0px;
    margin: 0px;
}

/* CARDS */

.menu-card
{
    background-color: #E0E0DB;
	height: 180px;
	text-align: center;
	padding-top: 20px;
	border-radius: 10px;
	border-style: none;
    border-width: thin;
    border-color: #eee;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}

.menu-card-container
{
	padding:0px 5px;
	height:auto;
}

.card-container
{
	padding:0px 15px;
	height:auto;
}
.card
{
	background-color: #fff ;
	height: auto;
	padding: 5px;
	border-radius: 5px;
	border-style: solid;
    border-width:thin;
    border-color: #ddd;
}


.menu-card img
{
    max-width: 100%;
    max-height: 100%;
}


/* TABLEAUX */

.table
{
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
.table > tbody > tr > td
{
    vertical-align: middle;
    text-align: center;
    padding: 0px 12px;
}

.table > thead
{
    background-color: #F7F7F7;
}

.table > thead > tr > th
{
    vertical-align: middle;
    text-align: left;
    padding: 4px 12px 0px 12px;
}

.table > thead > tr > th > h6
{
    color: #52AD9C ;
}

.table p
{
    margin: 0px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
























/*h3
{
	color: #8FAADC;
}




p
{
	color:#A6A6A6;
}*/












