	@import url('https://fonts.googleapis.com/css?family=Averia+Sans+Libre|Indie+Flower|Rubik:500i|Strait|Zeyada');
	
	/*
	font-family: 'Indie Flower', cursive;
	font-family: 'Rubik', sans-serif;
	font-family: 'Zeyada', cursive;
	font-family: 'Averia Sans Libre', cursive;
	font-family: 'Strait', sans-serif;
	*/
	.indie
	{
		font-family: 'Indie Flower', cursive !important; 
	}
	.rubik
	{
		font-family: 'Rubik', sans-serif !important; 
	}
	.zeyada
	{
		font-family: 'Zeyada', cursive !important; 
	}
	.averia
	{
		font-family: 'Averia Sans Libre', cursive !important; 
	}
	.strait
	{
		font-family: 'Strait', sans-serif !important; 
	}
	
	
	/* DEFAULT */
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    border: 1px solid #5c9cd8 !important; 
	padding: .075rem .75rem !important;
	}
	

	/*button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #5c9cd8 !important;
	} */
	div.editable {
    width: 300px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
	}

	button.btn.dropdown-toggle:hover{
	 background-color: #5c9cd8 !important;
	 font-size: 1rem !important;
	}
	
	.site-title{
	font-family: 'Strait', sans-serif !important; 
	
	}
	
	.card-title
	{
	font-family: 'Strait', sans-serif;
	}

	.card-title.bleu
	{
		font-family: 'Strait', sans-serif;
		color: #5c9cd8 !important;
	}

	
	.card-header{
		color:#fff;
		background-color: #5c9cd8;
	}
	.card-header.bois{
		color:#fff;
		background-color: #5c9cd8;
	}.card-header.barnum{
		color:#fff;
		background-color: #5c9cd8;
	}
	.card-header.gonflable{
		color:#fff;
		background-color: #5c9cd8;
	}
	.card-header.gourmandise{
		color:#fff;
		background-color: #5c9cd8;
	}
	.card-header.prospect{
		color:#fff;
		background-color: #5c9cd8;
		font-size: 18px !important;
	}
	
	.card-header.gestion{
		color:#fff;
		background-color: #f38060;
	}
	.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	}
	
	.card{
		margin-bottom:10px;
		color:#000;
		
	}
	
	.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
	}
	
	.btn-link {
    color: #fff !important; 
	}
	.btn-link {
    font-weight: 400;
    background-color: transparent;
	text-align:left;
}
	

	/*Checkbox */
	
	.customCB:not(:checked),
	.customCB:checked {
		position: absolute;
		left: -9999px;
	}
	.customCB:not(:checked) + label,
	.customCB:checked + label {
		position: relative;
		padding-left: 60px;
		cursor: pointer;
	}
	.customCB:not(:checked) + label:before,
	.customCB:checked + label:before,
	.customCB:not(:checked) + label:after,
	.customCB:checked + label:after {
		content: '';
		position: absolute;
	}
	.customCB:not(:checked) + label:before,
	.customCB:checked + label:before {
		left:0; top: 1px;
		width: 50px; height: 20px;
		background: #DDDDDD;
		border-radius: 15px;
		-webkit-transition: background-color .2s;
		-moz-transition: background-color .2s;
		-ms-transition: background-color .2s;
		transition: background-color .2s;
	}
	.customCB:not(:checked) + label:after,
	.customCB:checked + label:after {
		width: 12px; height: 12px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
		border-radius: 50%;
		background: #7F8C9A;
		top: 5px; left: 3px;
	}

	/* on checked */
	
	.customCB:checked + label:before {
		background:#34495E; 
	}
	.customCB:checked + label:after {
		background: rgb(92, 156, 216);
		top: 5px; left: 34px;
	}

	.customCB:checked + label .ui,
	.customCB:not(:checked) + label .ui:before,
	.customCB:checked + label .ui:after {
		position: absolute;
		left: 2px;
		width: 30px;
		border-radius: 15px;
		font-size: 13px;
		font-weight: bold;
		line-height: 20px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}
	.customCB:not(:checked) + label .ui:before {
		content: "non";
		left: 17px
	}
	.customCB:checked + label .ui:after {
		content: "oui";
		color: #fff;
	}
	.customCB:focus + label:before {
		border: 1px dashed #777;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: -1px;
	}

	/*radio */

.customRD:not(:checked),
	.customRD:checked {
		position: absolute;
		left: -9999px;
	}
	.customRD:not(:checked) + label,
	.customRD:checked + label {
		position: relative;
		padding-left: 60px;
		cursor: pointer;
	}
	.customRD:not(:checked) + label:before,
	.customRD:checked + label:before,
	.customRD:not(:checked) + label:after,
	.customRD:checked + label:after {
		content: '';
		position: absolute;
	}
	.customRD:not(:checked) + label:before,
	.customRD:checked + label:before {
		left:0; top: 1px;
		width: 50px; height: 20px;
		background: #DDDDDD;
		border-radius: 15px;
		-webkit-transition: background-color .2s;
		-moz-transition: background-color .2s;
		-ms-transition: background-color .2s;
		transition: background-color .2s;
	}
	.customRD:not(:checked) + label:after,
	.customRD:checked + label:after {
		width: 13px; height: 13px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
		border-radius: 50%;
		background: #7F8C9A;
		top: 5px; left: 3px;
	}

	/* on checked */
	
	.customRD:checked + label:before {
		background:#40b4e4; 
	}
	.customRD:checked + label:after {
		background: #000;
		top: 5px; left: 34px;
	}

	.customRD:checked + label .ui,
	.customRD:not(:checked) + label .ui:before,
	.customRD:checked + label .ui:after {
		position: absolute;
		left: 2px;
		width: 30px;
		border-radius: 15px;
		font-size: 13px;
		font-weight: bold;
		line-height: 20px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}
	.customRD:not(:checked) + label .ui:before {
		content: "non";
		left: 17px
	}
	.customRD:checked + label .ui:after {
		content: "oui";
		color: #fff;
	}
	.customRD:focus + label:before {
		border: 1px dashed #777;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: -1px;
	}

	/*  P2F  */
	.post-entry {
    float: none !important;
	}
	
	.p2f-alerte{
		color:#000;
	}
	
	.p2f-option{
		font-weight: 600;
		color:#757575;
		margin-left:70px;
	}
	
	.p2f-option-20{
		font-weight: 600;
		color:#757575;
		margin-left:20px;
	}
	
	.p2f-kit{
		font-weight: 600;
		color:#f5630c;
		margin-left:35px;
	}
	
	.p2f-titre-listing{
		font-weight: 600;
		color:#000;
		background-color : #afd0ef;
		padding: 0.5rem 1.25rem;
	}
	.p2f-article-listing{
		font-weight: 600;
		color:#000;
		margin-bottom: .5rem;
		line-height: 16px;
	}
	
	.p2f-article-prix{
		font-weight: 600;
		color:#f5630c;
	}
	.p2f-label{
		font-weight: 600;
		color:#5c9cd8;
		/*padding-top:8px;
		padding: 0.4rem ! important;*/
	}
	.p2f-td{
		padding: 0.25rem ! important;
	}
	
	.p2f-btn-sm{
		font-weight: 600;
		color:#5c9cd8;
		padding-top:8px;
		padding: .5rem .5rem !important;
	}
	#p2f_reservation{
		display:none;
	}
	
	.p2f-bleu{
		color:#5c9cd8 !important;
	}
	
	.p2f-noir{
		color:#000;
	}
	
	
	.p2f-hr {
		margin: 10px 0;
		border: 0;
		border-top: 1px solid #5c9cd8;
		border-bottom: 1px solid #fff;
	}
	
	.hand
	{
	cursor: pointer;
	}
	
	.float-left
	{
	float: left;
	}
	.float-right
	{
	float: right;
	}
	
	
/*	POPOVER   */
.popover{
	border: 1px solid #c9e1f8;
}
.popover-header {
    background-color: #5c9cd8;
    border-bottom: 1px solid #5c9cd8;
	color : #fff;
}
/* BOOTSTRAP */
.badge-dark {
    color: #fff;
    background-color: #343a40 !important;
	top: 3px !important;
    margin-left: 15px !important;
}
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
 .badge-pill {
    padding-top: 4px;
    padding-right: unset !important;
    padding-left: unset !important;
    border-radius: 50rem;
    width: 20px;
    height: 18px;
}
.badge {
    line-height: normal !important;
	}
.mb-3, .my-3 {
     margin-bottom: 0px !important;
	 color : #000;
}

.input-group {
    flex-wrap: nowrap;
}

label {
    display: inline-block;
    margin-bottom: .0rem;
    margin-top: .1rem;
}

.form-control {
    font-size: unset !important;
}
	
/*multi select */
	.select-extended-element{
	margin-top:-18px !important;
	}
	.ptm_attr_cv{
	height:46px;
	border: 1px solid #5c9cd8 !important; 
	}

/*  Google matérial icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.gestionv2 .row
{
	margin-left: unset;
}

.col-form
{
	float:left;
	padding-right: 15px;
	max-width:750px;
	width:650px;
}

.col-resa
{
    max-width: 330px;
    float: left;
}

.no-border{
    width: 100%;
    padding:unset !important;
	margin:unset !important;
	}

.text-muted
{
    font-size: 85%;
    font-weight: 400;
    color: #717171;
}

