/* = Parent Theme Custom CSS File
-------------------------------------------------------------- */
.slide_description a.theme_btn {
  background-color: rgba(204, 0, 0, 0.4); }
  .slide_description a.theme_btn:hover {
    background-color: #cc0000; }

.pk_button_home {
  text-transform: uppercase;
  border: 3px solid #cc0000;
  color: black !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 10px; }
  .pk_button_home:hover {
    background: #cc0000;
    color: #ffffff !important; }

.pk_button_album {
  text-transform: uppercase;
  border: 3px solid #cc0000;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px 10px; }
  .pk_button_album:hover {
    background: #cc0000;
    color: #ffffff !important; }

.pk_margin_top {
  margin-top: 16px; }

.widget_search #searchform input[type="submit"] {
  margin-top: 18px; }

.cours h3 {
  width: 100%;
  text-align: center; }

.lb-outerContainer, .lightbox .lb-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.pk_w_220 {
  width: 220px;
  text-align: center; }

#slide_tabs a.pull-left img, .panel-body a.pull-left img {
  background-color: #ffffff; }

#slide_tabs .tab-content {
  margin-top: 20px; }

.gallery_pk {
  float: left;
  width: 100%; }
  .gallery_pk a {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
    .gallery_pk a:nth-child(1) {
      margin-left: 0; }
    .gallery_pk a:nth-child(1) {
      margin-right: 0; }

@media (min-width: 380px) {
  .gallery_pk {
    float: left;
    width: 100%; }
    .gallery_pk a {
      float: left;
      display: block;
      width: 46%;
      margin: 4%; }
      .gallery_pk a:nth-child(n) {
        margin: 4%; }
      .gallery_pk a:nth-child(2n+1) {
        margin-left: 0; }
      .gallery_pk a:nth-child(2n+2) {
        margin-right: 0; } }

@media (min-width: 600px) {
  .gallery_pk {
    float: left;
    width: 100%; }
    .gallery_pk a {
      float: left;
      display: block;
      width: 30%;
      margin: 2.5%; }
      .gallery_pk a:nth-child(n) {
        margin: 2.5%; }
      .gallery_pk a:nth-child(3n+1) {
        margin-left: 0; }
      .gallery_pk a:nth-child(3n+3) {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .gallery_pk {
    float: left;
    width: 100%; }
    .gallery_pk a {
      float: left;
      display: block;
      width: 22%;
      margin: 2%; }
      .gallery_pk a:nth-child(n) {
        margin: 2%; }
      .gallery_pk a:nth-child(4n+1) {
        margin-left: 0; }
      .gallery_pk a:nth-child(4n+4) {
        margin-right: 0; } }

#header .navbar-brand {
  font-size: 20px; }
  @media (min-width: 1210px) {
    #header .navbar-brand {
      font-size: 30px; } }

@media (max-width: 1000px) {
  .main-menu-icon {
    padding: 38px 0;
    display: block;
    cursor: pointer;
    width: 30px;
    float: right; }
  .main-menu-icon span {
    margin: 0 0 3px 0;
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff; }
  #mainmenu {
    /* display: none; */
    opacity: 0;
    height: 0;
    /* margin: 100px 0 17px 0; */
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 60px;
    overflow: auto;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.35); }
  .sf-menu > li {
    display: block;
    padding: 0;
    float: none; }
  .sf-menu > li > a, .is-sticky .sf-menu > li > a {
    padding: 3px 0 0;
    margin: 0;
    text-align: left;
    border-left: none; }
  .sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a, .sf-menu > li ul li.current-menu-item > a, .sf-menu > li.current-menu-ancestor > a {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #cc0000 !important; } }

@media (min-width: 1000px) {
  #mainmenu {
    display: block;
    width: auto !important;
    opacity: 1;
    height: auto !important; } }

.nav-tabs.nav-justified > li {
  display: block !important;
  width: 33.33% !important;
  float: left !important; }
  .nav-tabs.nav-justified > li a {
    height: 96px; }
  @media (min-width: 475px) {
    .nav-tabs.nav-justified > li a {
      height: auto; } }

#timetable tbody th {
  display: none; }

#timetable thead th:first-child {
  display: none; }

#timetable a {
  cursor: default; }

#timetable td {
  height: 38px; }

#middle ul h3 {
  padding-left: 16px;
  padding-right: 16px; }

#middle .typedentrainement::after {
  width: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 600px) {
    #middle .typedentrainement::after {
      width: 300px; } }

#middle .typedentrainement:last-child::after {
  padding-bottom: 20px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.1); }

#comments {
  display: none; }

ul.reset {
  list-style: none;
  padding: 0; }
  ul.reset ul {
    list-style: none;
    padding: 0; }

.img_home_slider {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

/*
.pk_force_aligne{
	float: left !important;
	width: 100% !important;
	margin: 10px 0 !important;
	@media (min-width: 1200px){
		float: left !important;
		width: 48% !important;
		margin: 10px 1% !important;
	}
}
*/
/*

.main-menu-icon {
	display: block !important;
}
#mainmenu {
    opacity: 0 !important;
}
#header .navbar-brand{
	font-size: 20px;
}
@media (min-width: 1000px){
	#header .navbar-brand{
		font-size: 30px;
	}
	.main-menu-icon {
		display: none !important;
	}
	#mainmenu {
	   opacity: 1 !important;
    }
}
*/
