body {
font-family: Candara; 
font-size: 2vh;
margin:0;
background-color:#000;
color:#fff;
}


a {
  text-decoration: none;
  color: #fff;
}

a:visited  {
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #ff0;
  font-style: italic;
}


.pageblanche p a {
  color: #a00;
}

.pageblanche p a:visited {
  color: #a00;
}

.pageblanche p a:hover {
  color: #fa0;
  font-style: italic;
}






#background-video {
height: 100vh;
width: 100vw;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}


.bandeau
{
	width: 100%;
	height: 150px;
  color:#fff; 
}

.bandeau_flex {
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: right;
}


.bt_flex {
width: max(120px,15vh);
//height:10vhpx;
vertical-align: top;
padding:10px;
margin:5px;
background-color:#f00;
font-size: 2vh;
text-align: center;
border-radius: 10% 30% 30% 20%;
cursor:pointer;
color:#fff;
}

#logo {
height: 80px;
}



#annonce {
position:absolute;
top:40vh;
left:10vw;
width:60vw;
font-size: min(4vw, 4vh);
//font-size: 4vw;
}


#infos {
position:absolute;
top:60vh;
left:10vw;
width:80vw;
font-size: min(3vw, 2vh);
//font-size: 3vw;
font-style: italic;
color:#fdd;
line-height: 90%;
//border-left:2px solid red;
background-image: url("images/infos.png");
background-repeat: no-repeat;
background-size: contain;
}

#infos p {
padding-left:10vw;
}


.lien {
//height:3.5vw;
height: min(3vw, 2vh);
}

.bas
{
position:absolute;
bottom:0vh;
width:100vw;
font-size: 2vh;
border-spacing: 10px;
}


.menu
{
  float:right;
	width: 80%;
	height: 50px;
  border-spacing: 20px;
  color:#fff; 
}


.btmenu {
width: 100px;
height:20px;
vertical-align: top;
padding:10px;
background-color:#f00;
font-size: 2vh;
border-radius: 10% 30% 30% 20%;
cursor:pointer;
}


h1 {
font-size: 4vh;
}



h2:before{ 
   content:"";
   display:inline-block;
   width:20px;
   height:20px;
     background:url(images/triangle_grand.png) no-repeat;
   background-size:100%;
  margin-right:5px;
  margin-left:2px;
   }



.page {
background-color:#000;
background-repeat: no-repeat;
background-position: top right;
min-height:700px;
margin:50px 80px;
}

.pageblanche {
min-height:700px;
background-color:#fff;
color:#000;
padding:20px;
width:95%;
margin:auto;
font-size:min(1.5vw,2vh);

}



.pageblanche a {
  text-decoration: none;
  color: #000;
}   
   
   
.pageblanche a:visited {
  color: #000;
}


.cases
{
	width: 100%;
  border-spacing: 20px;
  color:#fff; 
}


.case {
height:20px;
vertical-align: middle;
padding:10px;
font-size: 2vh;
border-radius: 10% 30% 50% 10%;
border:solid 2px #f00;
cursor:pointer;
background-color:#211;
background-size:cover;
}

.col2 {
width:50%;
}

.col3 {
width:33%;
}


.sousmenu {
font-size:3vh;
}

.ssmenu {
font-size:2vh;
}

.ssmenu:before{ 
  content:url(images/triangle.png) ;
  margin-right:5px;
  margin-left:2px
   }

.span2 {
font-size:2vh;
}


   
   
.horaires {
margin-top:30px;

background-color: #fee;
margin-left:50px;
padding:20px; 
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
border-radius: 10px 20px 10% 10px;
  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;
vertical-align:top;
}   
 
.horaires table {
text-align: left;
width:90%;
border-collapse: collapse;
} 

.horaires .deux_cols .intitule { 
width: 60%;
padding: 5px;
border-top: 1px solid rgb(0, 0, 0);
font-weight: bold;
}


.horaires table .ssint {
font-weight: normal;
font-size:1.5vh;
} 

.ssint a:visited {
  color: #a00;
}

.ssint a:hover {
  color: #fa0;
}


.horaires .deux_cols .prix {
border-top: 1px solid rgb(0, 0, 0);
width: 40%;
}  

.horaires .trois_cols .intitule { 
width: 30%;
padding: 5px;
border-top: 1px solid rgb(0, 0, 0);
font-weight: bold;
}

.horaires .trois_cols .prix {
border-top: 1px solid rgb(0, 0, 0);
width: 30%;
}  




   
.faq {
display:block;
background: #eee; 
font-size: 18px; 
}

.faq p:before{ 
  content:url(images/triangle.png) ;
  margin-right:5px;
  margin-left:2px
   }


.faq_r {
font-size: 16px; 
margin-left:50px;
}

.faq_r a {
color:#c00;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  width: 500px;
  margin: 10px;
}


#instruments {
text-align: left;
width: 100%;
border-spacing: 10px;
}

#instruments td {
width: 33%;
height:20px;
vertical-align: top;
text-align:center;
padding:5px;
font-size: 2vh;
border-radius: 10% 30% 50% 10%;
border:solid 2px #f00;
background-color:#eee;
background-size:cover;
}

.inst_titre {
font-weight: bold;
}

.inst_age {

}

.inst_prof {

}

.inst_jour {
font-style: italic;
}






/* Formulaire */

.inscription {
  background-color: #fee;
  border-radius:10px;
   box-shadow:0 0 20px rgba(0, 0, 0, 1);
   font-size:14px;
   text-align:center;
}

.famille {
  text-align: left;
  background-color: #aaa;
  margin:auto;
  border-radius:10px;
  font-weight:bold;
  border-spacing: 0px;
}

.famille td {
  padding:0px 5px;
}

.eleve {
  text-align: left;
  background-color: #ddd;
  margin:auto;
  border-radius:10px;
  font-weight:bold;
  border-spacing: 0px;
  border:2px solid #555;
}

.collectif {
  background-color: #ccc;
  height:40px;
}

.collectif td {
  border-top:1px solid #f00;
  border-bottom:1px solid #f00;
  }

.eleve td {
  padding:0px 20px;
  }


input, textarea, select {
          font-family: Candara;
          border:1px solid #ccc;
          font-size:14px;
          min-height:20px;
          margin-bottom:3px;
          margin-top:2px; 
          -webkit-border-radius:5px;
          -moz-border-radius:5px;
          -o-border-radius:5px;
          -ms-border-radius:5px;
          border-radius:5px;
        }

.envoyer {
  width: 250px;
  height:40px;
  background-color: #faa;
  font-size:24px;
  font-weight:bold;
border-radius:20px;
}


.remarque { display:none; }


@media print {
  /* All your print styles go here */
  .bandeau_menu {
    display: none;
  }
}




   