* {
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  -webkit-box-sizing : border-box;
}

@font-face {
    font-family: chalk;
	src: local('chalk'),
    url("../font/Chalkduster.woff") format("woff");
}

#globale {
  position: relative;
  width: 100%;
  background: url(../images/version1/fond-rayure.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}
#global-int {
position: relative;
  width: 100%;
  max-width: 1124px;
  padding: 20px 20px 0;
  margin: 0 auto;
}
      
#header {
  position: relative;
  width: 100%;
}
#logo {
  position: relative;
  width: 40%;
  max-width: 200px;
  float: left;
  margin-top: -10px;
}
#menu {
  position: relative;
  width: 60%;
  float: right;
  text-align: right;
}
#corps {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
#pied {
  position: relative;
  width: 100%;
  background: #000;
  padding: 20px;
}


/******************************************menu******************/

div#maximenuck87 ul.maximenuck li.maximenuck.level1 {
   margin: 10px;
}

div#maximenuck87 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck87 ul.maximenuck li.maximenuck.level1 > span.separator {
 color: #fff;
}
div#maximenuck87 ul.maximenuck li.maximenuck.level1:hover a, div#maximenuck87 ul.maximenuck li.maximenuck.level1.active a {
color: #ff66cc;
}
div#maximenuck87 .maxiFancybackground .maxiFancycenter {
  border-top: 1px solid #ff66cc !important;
}


/*********************boutons cours accueil***************************/

a.cours-accueil {
  width: 100%;
  display: block;
  position: relative;
}
a.cours-accueil img {
border: 5px solid #b2b2b2;
}
a.cours-accueil span {
  color: rgba(255,255,255,0.7);
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  font-size: 25px;
  line-height: 30px;
  margin-top: -30px;
  font-family: 'chalk', cursive, serif;
  text-transform: uppercase;
}

a.cours-accueil:hover img {
  border: 5px solid #fff;
}
a.cours-accueil:hover span {
  color: #fff;
}

a.cours-accueil.oneline span {
  margin-top:-15px;
}

/****************les cours************************/

div.cadre-cours-3 {
  position: relative;
  width: 31%;
  margin: 10px 1%;
  padding: 10px;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  vertical-align: top;
}
div.cadre-cours-4 {
  position: relative;
  width: 22.5%;
  margin: 10px 1%;
  padding: 10px;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  vertical-align: top;
}

#jazz h2 {
  color : #f1ec43;
}
#classique h2 {
  color : #85c657;
}
#claquettes h2 {
  color : #ff66cc;
}
#eveil h2 {
  color : #1eabe2;
}
#initiation h2 {
  color : #ee3232;
}
#choregraphie h2 {
  color : #e06114;
}
#barre h2 {
  color : #33cc99;
}


/**********************form**********************/

.form-horizontal {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.form-horizontal fieldset {
  margin: 0;
  border: 0;
}

.tc_column_1 {
  background: rgba(0,0,0,0.8);
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
}

button.bouton-rose {
 margin: 30px 0; 
  width: 100%;
  border: 0;
  text-transform: uppercase;
}

/*****************photos******************************/

ul.sigFreeClassic {
  margin: 0 !important;
  padding: 0 !important;
}

 .fancybox-overlay .fancybox-title {
    display: none;
  }

/****************************************************************/




img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

body {
	margin: 0;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
  padding: 0;
	background: #000 url(../images/version1/fond-page.jpg) center top no-repeat;
  background-size: cover;
  background-attachment : fixed;
}
a {
	color: #ff66cc;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #ff66cc;
	text-decoration: underline;
}

a.bouton-rose, button.bouton-rose {
  display: inline-block;
  padding: 15px 10px;
  background: #fff;
  color: #ff66cc;
  text-decoration: none;
  font-weight: bold;
  -moz-box-shadow: 2px 2px 0px 0px #ff66cc;
-webkit-box-shadow: 2px 2px 0px 0px #ff66cc;
-o-box-shadow: 2px 2px 0px 0px #ff66cc;
box-shadow: 2px 2px 0px 0px #ff66cc;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#ff66cc, Direction=134, Strength=0);
}
a.bouton-rose:hover, button.bouton-rose:hover {
   -moz-box-shadow: 1px 1px 0px 0px #ff66cc;
-webkit-box-shadow: 1px 1px 0px 0px #ff66cc;
-o-box-shadow:1px 1px 0px 0px #ff66cc;
box-shadow: 1px 1px 0px 0px #ff66cc;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#ff66cc, Direction=134, Strength=0);
}


p {
	margin: 0 0 9px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: 'chalk', cursive, serif;
	font-weight: normal;
	line-height: 18px;
	color: #ff66cc;
	text-rendering: optimizelegibility;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

.text-dansencorps {
  font-family: 'chalk', cursive, serif;
}
.tex-rose {
  color: #ff66cc;
}

h1,
h2,
h3 {
	line-height: 36px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16.25px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11.05px;
}

.page-header {
	padding-bottom: 8px;
	margin: 18px 0 27px;
	border-bottom: 1px solid #eee;
}
ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

li {
	line-height: 18px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

@media (max-width: 1050px) {
  .tc_column_1, .tc_column_2, .tc_column_3, .tc_column_4, .tc_column_5, .tc_column_6 {
    width: 100% !important;
  }

}

@media (max-width: 1124px) {
  
  ul.sigFreeClassic li.sigFreeThumb {
    margin: 0.5%;
    width: 19%;
  }
  ul.sigFreeClassic li.sigFreeThumb a, ul.sigFreeClassic li.sigFreeThumb img {
  width: 100% !important;
    height: auto !important;
  }

}

@media (max-width: 1024px) {
 
  a.cours-accueil span {
    font-size: 20px;
  }
 
}

@media (max-width: 840px) {
  
  div#maximenuck87 ul.maximenuck li.maximenuck.level1 {
  margin: 10px 5px;  
  }
  
}

@media (max-width: 768px) {
 
  a.cours-accueil span {
    font-size: 16px;
  }
  
  div.cadre-cours-4, div.cadre-cours-3 {
    width: 47%;
  }
  div#maximenuck87 {
    font-size: 13px !important;
  }
  
   ul.sigFreeClassic li.sigFreeThumb {
    margin: 0.5%;
    width: 24%;
  }
  ul.sigFreeClassic li.sigFreeThumb a, ul.sigFreeClassic li.sigFreeThumb img {
  width: 100% !important;
    height: auto !important;
  }
 
}

@media (max-width: 640px) {
	
  table td {
    width: 100% !important;
    display: inline-block;
  }
  
  table.nomobile td {
    width: auto !important;
    display: table-cell ;
  }
  
   a.cours-accueil span {
    font-size: 14px;
  }
  a.cours-accueil img, a.cours-accueil:hover img {
    border-width : 2px;
  }
  
  .view-featured table td {
    background-image: inherit !important;
  }
  
  .mobilemaximenuck div.level1.maximenuck {
    background: #b2b2b2;
  }
  .mobilemaximenucktitle, .mobilemaximenuck div.maximenuck.active > a {
    color: #ff66cc !important;
  }
  .mobilebarmenuck, .mobilemaximenuck {
    font-family: georgia, serif !important;
  }
  
  #logo {
    width: 60%;
  float: none;
    margin: 0 auto;
  }
  
  .itemid-109 .nomobile {
    font-size: 12px;
    word-break: break-word;

 -webkit-hyphens: auto;

 -moz-hyphens: auto;

 -ms-hyphens: auto;

 -o-hyphens: auto;

 hyphens: auto;
  }
  
  
  h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
  
   ul.sigFreeClassic li.sigFreeThumb {
    margin: 0.5%;
    width: 32%;
  }
  
  .fancybox-overlay .fancybox-skin {
    padding: 10px !important;
  }
  
 
  
}

@media (max-width: 480px) {
  
  table.nomobile.accueil td {
    width: 100% !important;
    display: inline-block; !important;
  }
  
   a.cours-accueil span {
    font-size: 20px;
  }
  
  h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
  #global-int {
    padding: 20px 10px;
  }
  
    .itemid-109 .nomobile {
    font-size: 10px;
  }
  
  #pied {
    padding: 10px 0px;
  }

  
  div.cadre-cours-4, div.cadre-cours-3 {
    width: 100%;
    margin: 10px auto;
  }
  
  .fb_iframe_widget {
    width: 100% !important;
  }
  
  .fb_iframe_widget span, .fb_iframe_widget iframe {
    width: 100% !important;
  }
  
  .form-horizontal fieldset {
    padding: 0;
  }
  
  
   ul.sigFreeClassic li.sigFreeThumb {
    margin: 0.5%;
    width: 49%;
  }
  
  
}
