/**
 * CSS for the Schedule Plugin developped by GuesHu
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,300;0,400;0,600;0,700;0,900;1,100;1,400;1,600;1,700;1,900&display=swap');
 
 :root {

--gold: #A71623;
--black-alt: #111111;
--dark-grey: #363C42;
--light-grey: #ebeaeb;
--very-light-grey: #fbfcfc;
--light-accent: #f9f9f9;

}
 
 
 /* Calendrier hebdo complet pour ordinateurs SHORTCODE gh-schedule-week */
 
 .gh-schdl-table-full {
 border-spacing: 0px;
 width: 1200px;
 table-layout:fixed;
 font-family: 'Kanit', sans-serif;
 margin-top: 25px;
 border: 0px solid rgba(0,0,0,.07)!important;
 }
 
 .gh-schdl-table-full table {
 border: 0px solid rgba(0,0,0,.07)!important;
 }
 
.gh-schdl-table-full tbody td {
    vertical-align: top;
    border-width: 1px;
	border-color: rgba(0,0,0,0.12);
    padding: 5px 0 0 0!important;
    border-style: solid;
}

.gh-schdl-table-full THEAD th {
	background-color: var(--accent-color);
	position: relative;
	text-align: left;
	padding: 30px 10px;
	line-height: 1.3em;
	border-width: 0px!important;
	}

th.gh-schdl-today-top {
    border-top: 0;
    vertical-align: top;
    line-height: 0;
	padding: 25px 10px 35px 20px!important;
	background-color: #000!important;
	}
		
th.gh-schdl-today-top:before {
    height: 20px;
	background-color: #000;
    content: "";
    display: block;
    position: absolute;
    top:-20px;
    left:0px; right: 0px;
    border: 0px solid #000;
    border-bottom: 0;
}


.gh-schdl-head-jour {
	color: #FFF;
	font-size:24px;
	font-style: italic;
	font-weight: 700;
}

.gh-schdl-today-top .gh-schdl-head-jour {
	color: var(--accent-color)!important;
	font-size:28px;
}
	
.gh-schdl-head-date {
	color: #FFFFFF; 
	font-size:16px;
	font-weight: 300;
	letter-spacing: 1px;
}

.gh-schdl-today-top  .gh-schdl-head-date {
	font-size:18px;
}

 
.gh-schdl-bloc {
	margin-bottom:10px;
	margin-top:10px;
}

.gh-schdl-bloc:last-child {
	margin-bottom:0px;
	margin-top:10px;
}
 
.gh-schdl-logo {
	margin: 0 0 0 10px;
}
 
.gh-schdl-logo img {
	max-height:40px;
	max-width: 135px
}

.gh-schdl-nom-cours {
	font-size:15px;
	font-weight:bold;
	margin-bottom:-10px;
	padding-left:10px;
}

.gh-schdl-details-cours {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 10px 15px 10px;
    border-top: none;
    opacity: .8;
	margin-top:-4px;
}

.gh-schdl-heure-cours {
	font-size:15px;
	-webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: left;
	margin-top:-1px;
	font-weight: 400;
}

.gh-schdl-salle-cours {
	text-align: center;
	margin-left:10px;
	font-size:12px;
	padding: 2px 4px 0px 4px!important;
	background-color:var(--light-grey)!important;
	-webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
}

td.gh-schdl-cellheures {
	text-align: center;
	border-width: 0px!important;
	display: table-cell;
    vertical-align: middle!important;
	font-size:14px;
	line-height: 1.05em;
	background-color:var(--light-grey)!important;
	opacity: .7;
	letter-spacing: 1px;
}

td.gh-schdl-cellactus {
	text-align: center;
	display: table-cell;
    vertical-align: middle!important;
	font-size:14px;
	line-height: 1.05em;
	opacity: 1;
	letter-spacing: 1px;
	border-width: 1px;
	border-color: var(--light-grey)!important;	
    border-style: solid;
	background-color : var(--light-grey)!important;	
}
.gh-schdl-actu {
	padding:10px!important;
	background-color : #FFF!important;	
	color: #000!important;	
	border-radius:5px;
	margin: 0px 5px 5px 5px;
	font-size:12px;
}
.gh-schdl-actu a {
	color: #000!important;
}
.gh-schdl-actu:hover a {
	color: #FFF!important;
}
.gh-schdl-actu:hover {
	background-color: var(--dark-grey)!important;
	color: #FFF!important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 .gh-schdl-table-full {
    display:none;
  }
}

 /* FIN Calendrier hebdo complet */



/* Programme des cours en liste pour mobiles SHORTCODE gh-schedule-mobile */
 
.gh-schdl-mobile-day-link {
    background-color: #000;
    padding-top: 9px;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    font-size: 13px!important;
    color: #FFF!important;
    font-weight: 700;
    width: 40px;
    height: 50px;
	line-height:1.2em;
}

.gh-schdl-mobile-day-link-today {
    background-color: var(--accent-color);
    color: #000!important;
}

.gh-schdl-mobile-day-link a{
    color: #FFF!important;
}

.gh-schdl-mobile-day-link-today a {
    color: #000!important;
}

.gh-schdl-mobile-day-link a:hover{
	color: var(--accent-color)!important;
}

.gh-schdl-anchor {
    padding-top: 60px; 
	margin-top: -60px;
}

.gh-schdl-mobile-full {
	max-width:360px!important;
    vertical-align: top;
    padding: 0 !important;
	border-width: 1px;
	font-family: 'Kanit', sans-serif;
	margin-left:auto;
	margin-right:auto;
}

.gh-schdl-mobile-titre {
	background-color: var(--black-alt);
	position: relative;
	text-align: left;
	padding: 30px 10px;
	line-height: 1.3em;
	border-width: 1px;
	border-color: rgba(0,0,0,0.12);
	border-style: solid;
	scroll-margin-top: 4rem!important;
	}
	
.gh-schdl-mobile-head-jour {
	color: var(--accent-color);
	font-size:32px;
	font-style: italic;
	font-weight: 700;
}
	
.gh-schdl-mobile-head-date {
	color: #FFFFFF; 
	margin-top:5px;
	font-size:16px;
	font-weight: 300;
	letter-spacing: 1px;
}

 .gh-schdl-mobile-content {
	padding-bottom:0px;
	padding-top:15px;
	border-width: 1px;
	border-color: rgba(0,0,0,0.12);
	border-style: solid;
}

.gh-schdl-mobile-bloc {
	margin-bottom:15px;
	margin-top:15px;
}
 

.gh-schdl-mobile-nom-cours {
	font-size:15px;
	font-weight:bold;
	margin-bottom:-10px;
	padding-left:10px;
}

.gh-schdl-mobile-details-cours {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 10px 15px 10px;
    border-top: none;
	margin-top:-4px;
}


.gh-schdl-mobile-heure-salle {
	-webkit-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
	line-height:1.33em;
	opacity: .8;
}

.gh-schdl-mobile-heure-cours {
    text-align: left;
	margin-left:10px;
	margin-top:-1px;
	font-weight: 400;
	display: inline;
}

.gh-schdl-mobile-duree-cours {
	text-align: left;
	margin-left:8px;
	font-size:12px;
	font-variant: italic;
	display: inline;
	background-color:var(--dark-grey)!important;
	color:#FFF!important;
	padding: 1px 4px 0px 4px!important;
	border-radius:5px;
}

.gh-schdl-mobile-salle-cours {
	text-align: center;
	margin-left:10px;
	font-size:13px;
	padding: 1px 4px 0px 4px!important;
	background-color:var(--light-grey)!important;
	display: inline;
	color: #111111;
}

.gh-schdl-mobile-logo {
		-webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
 
.gh-schdl-mobile-logo img {
	max-height:45px;
	max-width: 150px
}

.gh-schdl-mobile-actu {
	padding:20px!important;
	text-align:left;
	margin-top:-15px!important;
	background-color:var(--light-grey);
	margin-bottom:30px!important;
	line-height: 1.2em;
}
.gh-schdl-mobile-actu a {
	color: var(--dark-grey)!important;
	line-height: 1.2em;
}
.gh-schdl-mobile-actu a:hover {
	color: var(--gold)!important;
}

@media only screen and (min-width: 768px) {
  /* For mobile phones: */
 .gh-schdl-mobile-full {
    display:none;
  }
}

 /* FIN Calendrier mobile complet */


/* Calendrier d un cours en liste  SHORTCODE gh-schedule-lst-cours */

.gh-schdl-lst-cours-table {
	border-spacing: 0px;
	text-align:left; 
	table-layout:fixed;
	width:330px;
	border-size:0px;
	font-family: 'Kanit', sans-serif;
}

.gh-schdl-lst-cours-table thead th {
	background-color: #ebeaeb;
	font-size:20px;
	text-align: left;
	padding: 40px 20px 40px 20px;
	line-height: 1.3em;
	}

.gh-schdl-lst-cours-logo {
	width:170px;
}
	
.gh-schdl-lst-cours-table tbody tr:first-child td {
    padding: 20px 20px 10px 20px;
}
.gh-schdl-lst-cours-table tbody tr:last-child td {
    padding: 10px 20px 20px 20px;
}
		
.gh-schdl-lst-cours-table tbody td {
	text-align: left;
	padding: 10px 20px 10px 20px!important;
	line-height: 1.5em;
	background-color:var(--very-light-grey);
	border-width: 0px!important;
	}
	
.gh-schdl-lst-cours-row {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    border-top: none;
    opacity: 1;
}

.gh-schdl-lst-cours-jour {	
font-weight:bold;
display: inline;
	-webkit-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    text-align: left;
}

.gh-schdl-lst-cours-heure {
	-webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;	
	font-size:16px;
	display: inline;
	text-align: left;
}

.gh-schdl-lst-cours-salle {
	-webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;	
	font-size:12px;
	display: inline;
	margin-left:10px;
	padding: 0px 5px 0px 5px!important;
	background-color:var(--light-grey)!important;
	text-align: center;
}

.gh-schdl-lst-cours-cat {
	font-size:12px;
	float:right;
    margin-top: -10px;
    margin-right: -10px;
	padding: 0px 8px 0px 8px!important;
	background-color:#000000!important;
	color:#FFFFFF;
}

.gh-schdl-lst-cours-row-footer {
	font-size:14px;
	opacity: 0.4;
	}


.gh-schdl-lst-cours-table tfoot td {
	background-color: var(--light-grey);
	text-align: left;
	padding: 5px 20px;
	line-height: 1.4em;
	opacity:0.8;
	}

/* FIN Calendrier cours unique en liste */


/* Cours du jour */

.today-carousel {
  background: #fff;
  margin-bottom:50px;
}

.today-carousel-cell {
  width: 280px;
  height: 280px;
  margin-right: 10px;
  padding-bottom: 0px;
  padding-top: 165px;
  background: #ffffff;
  border-radius: 5px;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.today-carousel-cell:before {
	content: "";
	position: absolute;
	display: block;
	border-radius: 5px;
	left: 0;
	bottom: 0;
	width: calc(100% - 10px);
	height: 45%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.gh-schdl-today-heure-cours {
    text-align: left;
	margin-right:6px;
	margin-top:1px;
	font-weight: 400;
	position:relative;
	z-index: 2;
}

.gh-schdl-today-duree-cours {
	text-align: left;
	margin-left:8px;
	font-size:12px;
	font-variant: italic;
	display: inline;
	background-color:var(--dark-grey)!important;
	color:#FFF!important;
	padding: 1px 4px 0px 4px!important;
	border-radius:5px;
	z-index: 2;
}

.gh-schdl-today-salle-cours {
	text-align: center;
	margin-left:6px;
	margin-top:-1px;
	font-size:13px;
	padding: 1px 6px 2px 6px!important;
	background-color:var(--light-grey)!important;
	border-radius:5px;
	color: #111111;
	position:relative;
	z-index: 2;
}

.gh-schdl-today-logo img {
	max-height:60px;
	max-width: 230px;
	position:relative;
	background-color:#FFF;
	Padding:5px;
	border-radius:5px;
	opacity: 0.75;
	z-index: 2;
}

.gh-schdl-today-texte {
	font-size: 1.4375rem;
    margin-bottom: 0.7em;
    line-height: 1.4;
	font-weight:400;
}


/* FIN Cours du jour */


/* Filtres de calendrier */

.bt_bb_button.bt_bb_size_small.bt_bb_style_filled a {
    padding: 1.1em 1.5em!important;
}

.btn_child.bt_bb_icon_position_right {
	margin-left:-1px!important;
	margin-right:0px!important;
}
.btn_child.bt_bb_icon_position_left {
	margin-left:0px!important;
	margin-right:-1px!important;
}
.btn_black_all {
	background-color:#000!important;
	color:#FFF!important;
	padding-right:15px;
	padding-left:15px;
}
.btn_black_all a {
	color:#FFF!important;
}

.btn_child-selected.bt_bb_icon_position_left {
	margin-left:0px!important;
	margin-right:-1px!important;
	background-color:var(--accent-color)!important;
	color:#FFF!important;
}
.btn_child-selected.bt_bb_icon_position_right {
	margin-left:-1px!important;
	margin-right:0px!important;
	background-color:var(--accent-color)!important;
}

.btn_child.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 0.7em 1.5em!important;
	line-height: 1.7em;
	font-size: 0.95em;
}
.btn_child-selected.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 0.7em 1.5em!important;
	line-height: 1.7em;
	font-size: 0.95em;
	color:#FFF!important;
}

.btn_child-selected.bt_bb_button.bt_bb_style_outline.bt_bb_icon_color_scheme_4 .bt_bb_icon_holder {
    color: #FFF !important;
}

.filter-mobile .btn_child-selected.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 1.05em 1.3em!important;
	display: block;
}

.filter-mobile .bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a, .bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless a {
    padding: 1.3em 0!important;
    display: block;
}

.filter-mobile .btn_child.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 1.05em 1.3em!important;
    display: block;
}
.filter-mobile .btn_childchild-selected.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 1.05em 1.3em!important;
    display: block;
}


.filter-mobile-2 .btn_child-selected.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 0.7em 0.5em!important;
	display: block;
}

.filter-mobile-2 .bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a, .bt_bb_color_scheme_2.bt_bb_icon.bt_bb_style_borderless a {
    padding: 1.45em 0!important;
    display: block;
}

.filter-mobile-2 .btn_child.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 0.7em 0.5em!important;
    display: block;
}
.filter-mobile-2 .btn_childchild-selected.bt_bb_button.bt_bb_size_small.bt_bb_style_outline a {
    padding: 0.7em 0.5em!important;
    display: block;
}


.filter-week-left {
	margin-left: 85px;
}

/**
 * Comments
 */