/* @import 'https://fonts.googleapis.com/css?family=Indie+Flower'; */

@font-face {
	font-family: 'Indie Flower';
	src: url('IndieFlower.woff2') format('woff2'),
		url('IndieFlower.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gt-walsheim-regular';
	src: url('gt-walsheim-regular.woff') format('woff');
	font-weight: regular;
	font-style: normal;
}

@font-face {
	font-family: 'Iceland';
	src: url('Iceland-Regular.woff2') format('woff2'),
		url('Iceland-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Doppio One';
	src: url('DoppioOne-Regular.woff2') format('woff2'),
		url('DoppioOne-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.modal-lg {
	width: 1000px !important;
}

.modal-fullscreen  {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 90% !important;
}

.modal-track  {
background-color: #997A8D !important;
  margin-top: 10%;
  margin-right: 20%;
  margin-left: 20%;
  width: 60% !important;
}



body{
	padding-top: 52px;
/*	font-family: 'Indie Flower', cursive;	*/
	font-family: 'gt-walsheim-regular'; 
	font-size: 15px;	
	background-color: #F4FEFE;
	
}

.font-norm-gras{
	font-family: 'gt-walsheim-regular';
	font-weight: bold;
}

 label{
	font-size: 15px;
	
}

.font-rech-regular{
	font-family: 'Iceland';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;	
	
}

.font-rech-bold{
	font-family: 'Iceland';
	font-weight: bold;
	font-style: normal;
	font-size: 18px;	
	
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.row {
	padding-right:0;
    padding-left:0;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#calendar{
		max-width: 1400px;
		/* margin: 10px auto; */
		padding: 0 10px;	
}

.nav-tabs {
	font-size: 12px;
}


.box_titre {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #0A0000;	
	box-shadow:2px 2px 5px #050000;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
}
.box_titre h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle-small {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px 0;
  font-size: 10px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle-big {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 2px 0;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 30px;
}

.site-tools {
  position: absolute;
  left: -30px;
  top: 0px;
  z-index: 1290;
}

.bt_bas_1 {
  position: absolute;
  right: 30px;
  bottom: -20px;
  z-index: 1290;
}
.bt_bas_2 {
  position: absolute;
  right: 90px;
  bottom: -20px;
  z-index: 1290;
}
.bt_bas_3 {
  position: absolute;
  right: 150px;
  bottom: -20px;
  z-index: 1290;
}

.table-tools {
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: 1290;
}

.table_police{
	font-size: 17px;
}

.table_police th{
	font-size: 17px;
	text-align: center;
	font-weight: 800;
	color: #62a8ea !important;
}

.site-action {
  position: fixed;
  right: 32px;
  bottom: 55px;
  z-index: 1290;
}

.site-action input {
  display: none;
}
.site-action .btn {
  -webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
          box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}
.site-action .back-icon {
  display: none;
}
.site-action-buttons {
  position: absolute;
  top: -130px;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
.site-action-buttons .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.site-action-toggle .back-icon {
  display: block;
}
.site-action-toggle .front-icon {
  display: none;
}
.site-action-toggle .site-action-buttons {
  display: block;
}
@media (max-width: 480px) {
  .site-action-buttons {
    top: -100px;
  }
  .site-action .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 15px;
    -webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
            box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
  }
}


.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.breadcrumb > li + li:before {
   content: ">";
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.card_container {
    padding: 2px 16px;
}

.chip {
    display: inline-block;
    padding: 0 25px;
	margin: 5px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #CECECE;
}

.chip img {
    float: left;
    margin: -14px 0 0 -20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}


.ats-footer {
  position: fixed;
  bottom: 0;
  padding: 10px 20px 0 10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}


.icon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon.icon-circle {
  padding: .2em .25em .15em;
  position: relative;
  margin: .5em;
}
.icon.icon-circle:before {
  position: relative;
  z-index: 1;
}
.icon.icon-circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 2em;
  height: 2em;
  content: "";
  background-color: inherit;
   border: solid .08em #e4eaec;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.icon.icon-circle:hover {
	background-color: #FFCB60;
}

.icon.disabled{
  pointer-events: none;

  /* for "disabled" effect */
  opacity: 0.5;
  background: #CCC;
}

.icon.icon-lg {
  font-size: 1.33333333em;
  vertical-align: -15%;
}
.icon.icon-2x {
  font-size: 2em;
}
.icon.icon-3x {
  font-size: 3em;
}
.icon.icon-4x {
  font-size: 4em;
}
.icon.icon-5x {
  font-size: 5em;
}
.icon.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon.icon-ul > li {
  position: relative;
}
.icon.icon-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}
.icon.icon-li.icon-lg {
  left: -1.85714286em;
}
.icon.icon-border {
  padding: .2em .25em .15em;
  border: solid .08em #e4eaec;
  border-radius: .1em;
}
.icon.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
       -o-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
}
.icon.icon-spin-reverse {
  -webkit-animation: icon-spin-reverse 2s infinite linear;
       -o-animation: icon-spin-reverse 2s infinite linear;
          animation: icon-spin-reverse 2s infinite linear;
}
.icon.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.icon.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}
.icon.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon.icon-stack-1x,
.icon.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon.icon-stack-1x {
  line-height: inherit;
}
.icon.icon-stack-2x {
  font-size: 2em;
}
.icon.icon-stack-inverse {
  color: #fff;
}
.icon-color {
  color: rgba(55, 71, 79, .4);
}
.icon-color:hover,
.icon-color:focus {
  color: rgba(55, 71, 79, .6);
}
.icon-color.active,
.icon-color:active {
  color: #37474f;
}
.icon-color-alt {
  color: rgba(55, 71, 79, .6);
}
.icon-color-alt:hover,
.icon-color-alt:focus {
  color: rgba(55, 71, 79, .8);
}
.icon-color-alt.active,
.icon-color-alt:active {
  color: #37474f;
}  



.media {
	border-radius: 5px !important; 
	-moz-border-radius: 5px !important; 
	-webkit-border-radius: 5px !important; 
	border: 1px solid #0A0000 !important;	
	
}





/*------mur image------*/

.containerdisp {
	width: 1600px;
	margin: 0 auto 50px auto;
}

.containerdisp ul {
	list-style-type: none;
}

.containerdisp li {
	float: left;
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	padding: 2px;
}

.containerdisp li:hover {
	cursor: pointer;
}

.containerdisp li div
 {
	position: absolute;
	color: transparent;
	padding: 16px;
	background: transparent;
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;
	text-align: left; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.containerdisp li p {
	position: absolute;
	color: transparent;
	padding: 16px;
	background: transparent;
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;

	/* text-align: center; */
	/*
	text-transform: uppercase;
	*/
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	
}

.containerdisp li:hover div {
	color: white; 
	background: rgba(0,0,0,0.7);
	z-index: 1;
}

.containerdisp li:hover p {
	color: white;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}

.containerdisp img {
	width: 300px;
	height: 300px;
	 
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	
}

.containerdisp li:hover img {
	height: 300px;
	width: 300px;
}

@media screen and (max-width: 1120px) {
	  .containerdisp {
		width: 840px;
	}
}

@media screen and (max-width: 840px) {
	  .containerdisp {
		width: 560px;
	}
}

@media screen and (max-width: 560px) {
	  .containerdisp {
		width: 280px;
	}
}


/* Mur image - fin */



.track-bt-play {
	position: relative;
	left: 120px;
	
	top: 0px;
	font-size: 80px !important;
}

.track-bt-info {
	position: relative;
float: right;
	top: 0px;
	font-size: 50px !important;
}

.track-bt-select {
	position: relative;
	float: left;
	top: 0px;
	font-size: 50px !important;
}


.musicfinder-footer {
  position: fixed;
  bottom: 0;
  padding: 0px 20px 0 10px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #FEF86C;
  z-index: 500;
}

.conception-footer {
  position: fixed;
  bottom: 0;
  padding: 6px 30px 0px 10px;
  width: 100%;
  height: 50px;
  background-color: #FAF0E6;
  z-index: 10;
  border-top: 1px solid #000;
}

.inlineedit:hover {
	cursor: pointer;
}

.divrechtxt {
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #D58490;
    width: 800px;
    border-radius: 25px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px
}
.divrechtxt:hover {
	cursor: pointer;
}


.divspeakelement {
    border: 2px solid #a1a1a1;
    padding: 5px 5px 5px 5px; 
    background: #FFCB60;
    /* width: 100%; */
    /* height: 100%; */
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px	
}

/*
.divspeakelement:hover {
	cursor: pointer;
}
*/

.font-speak_info{
	font-family: 'gt-walsheim-regular';
	font-size: 12px;
}


.btn-toolbar-big {
  width: 50px;
  height: 50px;  
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 3px #666666;
  -moz-box-shadow: 4px 4px 3px #666666;
  box-shadow: 4px 4px 3px #666666;
  font-size: 16px;
  padding: 20px 20px 20px 24px;
  text-decoration: none;	
  display:inline;
  margin-left: 10px;
}

.btn-toolbar-big:hover{
	  background: #8EA2C6;
  background-image: -webkit-linear-gradient(top, #8EA2C6, #AFAFAF);
  background-image: -moz-linear-gradient(top, #8EA2C6, #AFAFAF);
  background-image: -ms-linear-gradient(top, #8EA2C6, #AFAFAF);
  background-image: -o-linear-gradient(top, #8EA2C6, #AFAFAF);
  background-image: linear-gradient(to bottom, #8EA2C6, #AFAFAF);
  text-decoration: none;
}

.position-toolbar {
  position: absolute;
  bottom: 50px;
  right: 200px;
  z-index: 1290;
	
}


.panel-bordered {
	border-width: 1px !important;
	border-color: #d5e4f1 !important;
}
.panel-titre {
	padding-left: 10px;
	padding-bottom : 5px;
	padding-top : 5px;
}
.panel-body {
	padding-top : 5px !important;
}
.panel-actions {
  right: 5px !important;
}
.panel-actions .panel-action {
  padding: 3px 5px !important;
}

.font-panel-titre{
	font-family: 'Doppio One';
	font-weight: bold;
	font-style: normal;
	font-size: 16px;	
}
.font-panel-body{
	font-family: 'Doppio One';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;	
}


.panel-heading > a.collapsed {
	text-decoration : none !important;
	font-size: 12px;	
}
.panel-heading > a {
	text-decoration : none !important;
	font-size: 20px;
}
.more-less{
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 15px;
	padding-right: 20px;
}

.row {
	padding-top:5px !important;
}

/* player */
.volume {
	vertical-align: bottom;
	display: inline-block;
	height: 25px;
	white-space: nowrap;
	position: relative;
	width: 45px;
}

.volume a {
	display: inline-block;
	background: #E8D630;
	width: 8px;
	vertical-align: bottom;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	border-left: 1px solid #fff;
	position: absolute;
	bottom: 0;	
}
.stick1 { height: 5px;  left: 0px; }
.stick2 { height: 10px; left: 9px; }
.stick3 { height: 15px; left: 18px; }
.stick4 { height: 20px; left: 27px; }
.stick5 { height: 25px; left: 36px; }

.volume a:hover{
	background : #DC143C;
}
.volume a:active{
	background : #01D758;
}


.tooltiptrack
{
	visibility: hidden;
    width: 12em;;
	padding : 1em;
    background-color: #333;
    color : white;
	font-family :gt-walsheim-regular;
	font-size : 12px;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    bottom: calc(100% + 20px);
    /* left: 80%; */
    opacity: 0;
    transition: opacity 1s;
}

.tooltiptrack:after{
	content : '';
	position: absolute;
	bottom: -35px;
	left : 10px;
	width:1px;
	height:1px;
	border:1px solid #069;
	border-color:  #333 transparent transparent transparent;
	border-width:20px;
}


.containerradio:hover .tooltiptrack {
    visibility: visible;
    opacity: 1;
}

.tooltiponglet
{
	visibility: hidden;
    width: 150px;
	padding : 1em;
    background-color: #333;
    color : white;
	font-family :gt-walsheim-regular;
	font-size : 12px;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    bottom: 100%;
    /* left: 80%; */
    opacity: 0;
    transition: opacity 1s;
}
.tabcontact:hover .tooltiponglet{
	visibility: visible;
	opacity: 1;
}


#navtitle {
	font-family :gt-walsheim-regular;
	font-size : 20px;
	position: fixed;
	top : 15px;
	
}

.divcontactbat {
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	/* float: none; */
	z-index: auto;
	/* width: auto; */
	height: auto;
	position: static;
	cursor: default;
	opacity: 1;
	margin: 5px;
	padding: 5px;
	overflow: auto;
	border: 1px solid;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* font: normal 16px/1 "Times New Roman", Times, serif; */
	color: rgba(255,255,255,1);
	/* text-align: center; */
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: #0199d9;
	-webkit-box-shadow: 3px 4px 5px 1px rgba(0,0,0,0.3) ;
	box-shadow: 3px 4px 5px 1px rgba(0,0,0,0.3) ;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;	
}


/* gestion des checkbox 'graphique' */

label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

.vlad{
	background-image:url(/img/vlad.png);
}
input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}

.navbar-brand-logo
{
  text-decoration: none;
}



