/* Smartphones (landscape) 1 ----------- */

body {
	margin:0;
	background-color:#e6e7e8;
	font-family: Raleway;
}
div#page {
	width:720px;
	margin:20px auto;
	//background-color: red;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
	padding:5px;
}
#back2Top:hover {
    background-color: #ffa500; /*#DDF*/
    color: #000;
}
.header {
	width:720px;
	height:auto;
	text-align:left;
	font-family: Raleway;
	font-size: 24px; /*to set according to site name*/
	color:grey;
	/*font-weight: bold;*/
	margin:0 0 30px 0; /*top right bottom left*/
}
.header img { /*logo note #ffa500*/
	height : 40px;
	vertical-align: sub;
}

.onglets select.navigation { 
	display: none; /*désactive le menu select pour cette résolution */
}
.onglets {
	width:720px;
	background:url(../images/bg-header_1198.jpg) no-repeat;
	height:auto;
	overflow:hidden;
	margin:20px 0 20px 0; /*top right bottom left*/
	border-radius: 10px;
}
.onglets ul.navigation {
	float:left;
	height:auto;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
.onglets ul.navigation li {
	background:url(../images/bg-nav.jpg) no-repeat left top;
	float:left;
}
.onglets ul.navigation li.selected {
	background:url(../images/bg-nav-selected2.jpg);
	height:61px;
}
.onglets ul.navigation li a {   /*font pour menus haut de la page */
	color:#f0f0f0;
	display:block;
	font-family: Raleway;
	font-size:13px;
	height:68px;
	letter-spacing:.075em;
	line-height:62px;
	padding:0 10px;  /*entre les menus*/
	text-decoration:none;
}
.onglets ul.navigation li a img {
	height:56px; 
	padding:2px;
}
.onglets ul.navigation li.selected a {
	background:url(../images/bg-nav-selected.png) no-repeat center 63px;
	color:#fff;
}
.onglets ul.navigation li a:hover {
	//color:#fff;
	background-color: #ffa500;
	height:auto;
}

div#intro {
	text-align:center;
	font-family: Raleway;
	font-size: 17px;
	color : grey;
	text-decoration: solid;
	text-align: center;
    //text-justify: inter-word;
	margin:20px 0 20px 0; /*top right bottom left*/ 
}
div#intro span {
	//background-color: red;
	display: inline-block; /*sinon width n'est pas pris en compte*/
	width:15px;
}
a {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}
a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
}

div#headlines {
    width: 720px; 
	background-color: lightgrey; 
	border-radius:10px; 
	text-align:center; 
	padding-bottom:20px; 
	font-size:26px; 
	margin-bottom:20px;
}

/*
essential styles:
these make the slideshow work - rotation texte index.php START
*/
#slides{
	position: relative;
	height: 180px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}

.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;

	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.slide a {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}
.slide a:hover {
	/*background-color: #ffa500;*/
	color: white;
}

.showing{
	opacity: 1;
	z-index: 2;
}

/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{
	font-size: 40px;
	padding: 20px 10px 10px 10px;/*top right bottom left*/
	box-sizing: border-box;
	border-radius:10px 10px 0 0;/*(first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner)*/
}

.slide:nth-of-type(1){
	background: lightgrey;
}
.slide:nth-of-type(2){
	//background: #F8C471; /*#ffa500 clair*/
	background: #2ecc71; /*vert clair*/
}
.slide:nth-of-type(3){
	background: green;
}
.slide:nth-of-type(4){
	background: blue;
}
.slide:nth-of-type(5){
	background: purple;
}

span#headlines1 { 
	 font-size:24px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.3;
}

span#headlines1 a {
	font-size:14px; 
	color:yellow;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines1 a:hover {
	font-size:14px; 
	color:orange;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}

span#headlines2 {
	 font-size:20px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.3;
}

span#headlines2white {
	 font-size:18px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.3;
}

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:18px; 
	 color:grey; 
	 font-weight:400; 
	 letter-spacing:.025em;
}
/*
essential styles:
these make the slideshow work - rotation texte index.php END
*/

.covid-msg {
	background-color: white; 
	border-radius: 10px; 
	padding: 10px; 
	text-align: center; 
	font-size: 18px;
	margin-bottom:20px;
}

div#contenu {
	//width:443px;
	width:59%;
	overflow:hidden;
	background-color:white;
	float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:12px;
	letter-spacing:.05em;
	line-height:18px;
	text-align:justify;
}
div#contenu_index {
	//width:440px;
	width:59%;
	overflow:hidden;
	background-color:white;
	float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:12px;
	letter-spacing:.05em;
	line-height:18px;
	text-align:justify;
	padding:0 5px 5px 5px;
	margin-bottom:40px;
}

div#contenu h1, div#contenu_index h1, div#contenu_online h1 {
	 font-size:20px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 padding:0px 5px 0px 5px; /*top right bottom left*/
}

/*h1 spécifique*/
#contenu h1.main-title,
#contenu_index h1.main-title,
#contenu_online h1.main-title {
    font-size: 13px;  /* taille désirée */
	line-height: 1.1;
}

div#contenu h2, div#contenu_index h2, div#contenu_online h2 {
	 font-size:16px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 padding:0px 5px 0px 5px; /*top right bottom left*/
}

div#contenu h3, div#contenu_index h3, div#contenu_online h3 {
	 font-size:14px; 
	 color:#6b7073; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 padding:0px 5px 0px 5px; /*top right bottom left*/
	 margin-bottom: 0;
}

div#contenu p, div#contenu_index p {
	padding:0px 5px 0px 10px; /*top right bottom left*/
	margin-top: 2px;
}

/* pour video Yamaha dand iframe
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 940px;
    margin: 0 auto;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.video-container {
    width: 100%;
    padding: 0 5px;        /* marge interne gauche et droite */
    box-sizing: border-box; /* inclut la marge interne dans la largeur */
}

.video-container video {
    width: 100%;
    height: auto;          /* garde le ratio original */
    display: block;
}

#vertus {
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
}

#partitions1 {
	//width:49%;
	//float:left;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
}
#partitions2 {
	//width:49%;
	//float:right;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
}	
#partitions3 {
	//width:49%;
	//float:left;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:12px; 
	letter-spacing:.05em; 
	line-height:20px;
}
#candidature-right {
	width:28%;
	float:right;
	//background-color: #e6e7e8; 
	//background-color: red;
	font-family: Raleway; 
	//color:#6b7073; 
	font-size:14px; 
	letter-spacing:.05em; 
	line-height:20px;
	margin-top:80px;
}
#candidature-left {
	width:70%; 
	float:left;
}

/*------------------------- sidebar_left (instruments) stages.php inscriptions.php online.php START*/
.layout {
	display: flex;
}

.sidebar_left {
    width: 29%;      /* largeur de la colonne de gauche */
    margin-right: 20px; /* espace entre les deux colonnes */
}

.content {
    flex: 1;            /* prend tout l’espace restant */
}
/*sidebar_left END*/	
	
/*------------------------- online.php ------------------------*/
div#contenu_online {
	//width:761px;
	width:100%;
	/*min-height:605px;*/
	/*height:auto;*/
	background-color:white;
	float:right;
	border-radius:10px;
	font-family: Raleway;
	/*color:#ffa500; #ffa500*/
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:15px 0; /*top & bottom*/
}
div#contenu_online p{
	padding:0 5px 0 5px;
}
.body .programs .blog h3 {
	font-family: Raleway;
	font-size: 22px;
	color:#ffa500;
	font-weight: 400;
	letter-spacing:.025em;
	margin:10px 0 5px 10px; /*top right bottom left*/
}

/* image on mouse over pour page online.php START */
.container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 100%;  /* couverture image */
  border: 0px solid #c1c1c1;
  border-radius: 5px;
  padding: 4px;
}

.container div {
  grid-row: 1; /* keeps all items on the first row */
  border: 0px solid #010101;
  border-radius: 5px;
}

/* (A) WRAPPER */
.fullwrap {
  position: relative; /* required for (c2) */
  max-width: 100%;  /* optional */
}
 
/* (B) RESPONSIVE IMAGE */
.fullwrap img { width: 100%; }
 
/* (C) CAPTION */
.fullcap {
  /* (C1) DIMENSIONS */
  box-sizing: border-box;
  width: 100%;
  height: 100%;
 
  /* (C2) POSITION */
  position: absolute;
  top: 0; left: 0;
  text-align: center;
  padding-top: 6px; /*position texte*/
 
   /* (C3) COLORS */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
 
/* (D) SHOW/HIDE */
.fullcap {
  visibility: none; opacity: 0;
  transition: opacity 0.3s;
}
.fullwrap:hover .fullcap {
  visibility: visible; opacity: 1;
}
/* image on mouse over pour page online.php END */

span#online1 { 
	 font-size:18px; 
	 color:#ffa500;
	 color:white; 
	 font-weight:800; 
	 letter-spacing:.025em;
}

span#online2 {
	 font-size:12px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.011em;
	 line-height: 12px;
}

span#online3 { 
	 font-size:14px; 
	 /*color:white;*/ 
	 font-weight:800; 
	 letter-spacing:.025em;
}

span#online4 { 
	 font-size:16px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 display:inline-block;
	 padding-top: 8px;
}

span#online5 { 
	 font-size:12px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
}	
.online_image {
	background:url(../images/partition_cel.jpg);
	background-position: right; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	//background-size: cover; /* Resize the background image to cover the entire container */
	background-size: 350px;
}
	
	
/*------------------------- Sidebar ------------------------*/
.sidebar, .sidebar_stage {
	background:none;
	border:0;
	margin:0;
	//width:282px;
	width:38%;
	float:right;
	text-align:left;
}
.sidebar ul:first-child {
	border-radius:10px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
.sidebar ul:first-child li:first-child {
	border:0;
	height:204px; /*correspond à hauteur image instrument*/
}
.sidebar ul:first-child li:first-child img{
	border:0;
	width:auto;  /* largeur image guitariste-et-pianiste.jpg */
}

.sidebar ul:first-child li {
	background-color:#d0d4d7;
	border-top:1px solid #dfe1e4;
	height:66px; /*correspond à hauteur image instrument*/
	overflow:hidden;
}
.sidebar ul:first-child li.last {
	//height:66px; /*correspond à hauteur image instrument*/
	height:auto;
	padding-bottom:6px; /*!*/
}
.sidebar ul:first-child li.last div {
	height:auto;
	text-align: justify; 
	text-justify: inter-word;
	font-family: Raleway;
	font-size:13px;
	letter-spacing:.025em;
	line-height: 1.3;
	padding: 5px;
	//text-transform:uppercase;
}
.sidebar ul:first-child li.selected span a {
	background-color:#fff;
	color:#ffa500;
}
.sidebar ul:first-child li span a { /*colonne nom instruments*/
	color:#6a7578;
	display:block;
	font-size:12px; 
	letter-spacing:.025em;
	line-height:66px; /*correspond à hauteur image instrument*/
	text-decoration:none;
	text-indent:9px; 
	/*The text-indent property specifies the indentation of the first line in a text-block.
	Note: Negative values are allowed. The first line will be indented to the left if the value is negative.*/
	text-transform:uppercase;
	width:158px; /*282-119 plus bon*/
	//width:50%;
}
.sidebar ul:first-child li a img{ /*taille image instrument*/
	width:119px;
}
.sidebar ul:first-child li:hover {
	background-color:#fff;
}
.sidebar_stage div {
	background:none;
	border:0;
	width:auto;
	/*background-color:red;*/
	/*padding:0 0 30px 0;*/ /*top right bottom left*/
	
}
.sidebar_stage div h3 {
	color:#ff8b00;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:14px;
	margin:14px 0 8px;
	text-transform:uppercase;
}
.sidebar_stage div ul {
	background-color:#FFF;
	border:1px solid #DFE1E4;
	border-radius:10px 10px 10px 10px;
	list-style:none;
	margin:0;
	padding:0 0 30px 0; /*top right bottom left*/
	//width:347px;
	//width:100%;
}
.sidebar_stage div ul li {
	border-top:1px solid #DFE1E4;
	padding:30px 0 18px;
	position:relative;
	/*margin:0 0 30px 0;*/ /*top right bottom left*/
	
}
.sidebar_stage div ul li a {
	display:block;
	float:left;
	margin:17px 10px 0 19px;
	font-size: 12px; /*texte en dessous de la photo*/
}
.sidebar_stage div ul li p a.more {
	display: inline;
	font-size: 14px;
	text-decoration: none;
	color: #6B7073;
	border: 0 none;
	padding: 0;
	letter-spacing: 0.05em;
	line-height: 18px;
	text-align: center;
}
.sidebar_stage div ul li h2 {
	color:#444;
	font-family: Raleway;
	font-size:14px;
	font-weight:400;
	letter-spacing:.05em;
	line-height:14px;
	margin:10px 19px 0 19px;
}
.sidebar_stage div ul li h2 a {
	color:#444;
	display:inline;
	float:none;
	margin:0;
}
.sidebar_stage div ul li p {
	margin:0 19px 0 19px;
}
.sidebar_stage div ul li p a {
	margin:0;
	float:none;
	display:inline;
}
.sidebar ul:first-child li:hover span a, .sidebar_stage div ul li h2 a:hover, .body .programs ul li.selected a, .body .programs ul li a:hover, .body .programs ul li:hover a, .body .violin ul li.selected a, .body .violin ul li a:hover, .body .violin ul li:hover a, .body .saxophone ul li.selected a, .body .saxophone ul li a:hover, .body .saxophone ul li:hover a, .body .guitar ul li.selected a, .body .guitar ul li a:hover, .body .guitar ul li:hover a, .body .drums ul li.selected a, .body .drums ul li a:hover, .body .drums ul li:hover a, .body .voice-lesson ul li.selected a, .body .voice-lesson ul li a:hover, .body .voice-lesson ul li:hover a, .body .contact div:first-child div:first-child p a:hover {
	color:#ffa500;
}
.sidebar ul:first-child li a img:hover {
	filter:alpha(opacity=80);/* Needed for IE7 */
	opacity:0.8;
}

.sidebar p a img:hover {
	filter:alpha(opacity=80);/* Needed for IE7 */
	opacity:0.8;
}

.sidebar_stage div ul li a img:hover {
	filter:alpha(opacity=80);/* Needed for IE7 */
	opacity:0.8;
}
.body .home .sidebar ul li a img {
	border:1px solid #b3b7bb;
}
.sidebar_stage div ul li a img {
	border:1px solid #b3b7bb;
	width:210px;
	margin-bottom:10px;
}
.sidebar ul li p a, .body .about div div p a, .body .contact div:first-child div:first-child p a {
	color:#6b7073;
}
.sidebar ul li a.more:hover {
	color:#ff8b00;
	text-decoration:underline;
}
.sidebar a:hover {
	color:#ff8b00;
	text-decoration:none;
}
.sidebar ul:first-child li span, .sidebar ul:first-child li a, .body .contact div:first-child div ul.first {
	float:left;
}
.sidebar_stage div ul li:first-child, .body .blog .section div:first-child div ul li:first-child, .body .blog .section div ul li:first-child, .body .blog-single div ul li:first-child, .body .contact div:first-child ul.section li:first-child {
	border:0;
}
.sidebar_stage div ul li span, .body .blog-single div div:first-child ul li span {
	border-bottom:2px solid #FF8B00;
	color:#6B7073;
	display:inline;
	font-size:14px;
	left:10px;
	letter-spacing:.05em;
	line-height:14px;
	padding:0 0 1px 17px;
	position:absolute;
	top:9px;
	width:232px; /*nom instrument, ligne #ffa500*/
}

/* posts du blog, à droite en dessous de sidebar START*/
/* --- Liens des posts --- */
.post-link {
    font-size: 16px;
    font-weight: 400;
    color: #6b7073;
    text-decoration: none;
    transition: 0.2s;
}

.post-link:hover {
    color: #ffa500;
}

/* --- Images des posts --- */
/* Effet sur les images au survol */
.post-img {
    transition: 0.2s;
}

.post-img:hover {
    filter: alpha(opacity=80); /* IE7 */
    opacity: 0.8;
}

/* --- Conteneur d’un post --- */
.post-container, .post-container-stages {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.load-more-container {
    text-align: center;
    margin-top: 20px;
}

.load-more-btn {
    display: inline-block;
    background-color: orange;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.load-more-btn:hover {
    background-color: darkorange;
}
/* posts du blog, à droite en dessous de sidebar ou à gauche END*/

/*------------------------- Programmees | Stages & ateliers ------------------------*/
.body {
	width:720px;
	font-size: 20px;
	float:left;
	//margin:0 0 0 0; /*top right bottom left*/
}
.body .about .content {
	background-color: #e6e7e8;
}
.body .about .content .section, 
.body .about .content .section-contact {
	margin:20px 0 0 0;
	background-color: #e6e7e8;
	font-size:11px; /*texte stages & ateliers*/
}
.sidebar_stage .about .content .section h3 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:16px;
	font-weight:400;
	height:60px;
	letter-spacing:.025em;
	line-height:58px;
	margin:40px 0 0 20px;
	position:relative;
	text-align:center;
	width:208px;
}
.body .about .content .section h3, 
.body .about .content .section-contact h3 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:22px;
	font-weight:400;
	height:60px;
	letter-spacing:.025em;
	line-height:58px;
	margin:0 0 0 20px;
	position:relative;
	text-align:center;
	width:208px;
}
.body .about .content .section ul, 
.about .content .section ul {
	background-color:#fff;
	//border:1px solid #dfe1e4;
	border-radius:10px;
	list-style:none;
	margin:-20px 0 0;
	overflow:hidden;
	padding-top:25px;  /*placement des carrés instruments*/
	/*background-color:red;*/
	margin-left: 0;
	padding-left: 0;
}



.body .about .content .section-contact .gmap { /*page contact.php */
	background-color:#fff;
	//border:1px solid #dfe1e4;
	border-radius:10px;
	list-style:none;
	margin:-20px 0 0;
	overflow:hidden;
	padding:30px 15px 15px 15px;  
	//background-color:red;
}

.sidebar_stage .about .content .section ul {
	//width: 100%;
	background-color:#fff;
	border-radius:10px;
	list-style:none;
	overflow:hidden;
	padding:15px 2px 20px 2px;  /*top right bottom left*/
	/*background-color:red;*/
}
.body .about .content .section ul li, 
.about .content .section ul li {
	float:left;
	//margin:10px 9px 0 14px; /*espace bloc photo instrument*/
	color:#6a7578;
	padding:25px 0px 25px 17px;
	//width: 216px;
	/*background-color:red;*/
}
.body .about .content .section#pgm ul li,
.about .content .section#pgm ul li { /*Bloc Stages & ateliers*/
	float:left;
	//margin:15px 0px 15px 10px; /*espace bloc photo instrument*/
	color:#6a7578;
	margin-left: 0;
	width: 120px;
	display: block;
	padding:15px 0px 10px 32px; /*centre les blocs*/
	/*background-color:red;*/
}
.sidebar_stage .about .content .section ul li { /*stages et ateliers colonne de droite index.php*/
	float:left;
	padding:34px 0px 0 10px; /*top right bottom left*/
	font-size:12px;
	/*background-color:blue;*/
}
.body .about .content .section#pgm ul li span {
	background:url(../images/bg-instruments-title.png) no-repeat left 0;
	color:#fff;
	border-bottom:2px solid #FF8B00; /*ligne orange*/
	display:block;	
	font-size:14px; 
	letter-spacing:.025em;
	line-height:22px;
	text-decoration:none;
	text-indent:8px;
	width:120px;
	/*background-color:blue;*/
}
.body .about .content .section ul li span {
	background:url(../images/bg-instruments-title.png) no-repeat left 0;
	color:#fff;
	border-bottom:2px solid #FF8B00; /*ligne orange*/
	display:block;	
	font-size:14px; 
	letter-spacing:.025em;
	line-height:22px;
	text-decoration:none;
	text-indent:8px;
	width:216px;
	/*background-color:blue;*/
}

.sidebar_stage .about .content .section ul li span {
	background:url(../images/bg-instruments-title.png) no-repeat left 0;
	color:#6b7073;
	display:block;
	font-size:14px;
	letter-spacing:.025em;
	line-height:22px;
	text-decoration:none;
	//width:216px;
	/*background-color:red;*/
}
.body .about .content .section ul li a img:hover {
	filter:alpha(opacity=80);/* Needed for IE7 */
	opacity:0.8;
}
.body .about .content .section ul .options p a:hover {
	color: #ffa500;
}
.body .about .content .section ul li a, .body .about .content .section-contact .gmap a {
	color:#6B7073;
	//font-family: Raleway;
	//display:inline;
	margin:0;
	//text-decoration:underline;
}
.body .about .content .section ul li a:hover, .body .about .content .section-contact .gmap a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
}
.body .about .content .section ul li .stage_image {
	width:216px;
	//padding:0 5px 0 0px; /*top right bottom left*/
}


/*------------------------cours option ------------------------*/
.options {
	width:60%;
	float:left;
	margin:0 30px 0 0; /*top right bottom left*/
}
.options h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	width:208px;
}

.options h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:30px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.options p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:12px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:17px;
	margin:0 0 0 15px; /*top right bottom left*/
	padding:3px 0 8px 0; /*top right bottom left*/
	text-align:left;
	position:relative;
	top:5px;
	/*width:208px;*/
}

.horaires {
	width:35%;
	float:right;
}
.horaires h4 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:18px;
	font-weight:500;
	height:35px;
	letter-spacing:.025em;
	line-height:35px;
	margin:0 0 0 0; /*top right bottom left*/
	padding:0 0 0 20px; /*top right bottom left*/
	position:relative;
	text-align:left;
	width:208px;
}
.horaires h2 {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:#ffa500;
	font-size:16px;
	font-weight:700;
	height:25px;
	letter-spacing:.025em;
	margin:0 0 0 10px; /*top right bottom left*/
	position:relative;
	top:15px;
	text-align:left;
	/*width:208px;*/
}
.horaires p {
	/*background:url(../images/bg-title.png) no-repeat;*/
	color:grey;
	font-size:12px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:17px;
	margin:0 0 0 15px; /*top right bottom left*/
	padding:3px 0 8px 0; /*top right bottom left*/
	position:relative;
	top:5px;
	text-align:left;
	/*width:208px;*/
}

/*----------------------inscriptions idée cadeau--------------------*/
#inscriptions .body {
	margin:20px 0 0 0;
}
.body .programs ul {
	background-color:#d0d4d7;
	border:1px solid #dfe1e4;
	border-radius:10px;
	float:left;
	list-style:none;
	margin:0 19px 0 0;
	padding:0;
	width:100%;  /*colonne gauche instruments*/
}
.body .programs ul li.selected, .body .programs ul li:hover {
	background-color:#fff;
	border-radius:0;
}
.body .programs ul li.selected-last {
	background-color:#fff;
	border-radius:0 0 10px 10px;
}
.body .programs ul li a:focus {
	background-color:#fff;
	//border-radius:10px 10px 0 0;
	outline: none; /*enleve bordure bleue*/
	color:#ff8b00;
}
.body .programs ul li.first:hover {
	border-radius:10px 10px 0 0;
}
.body .programs ul li.last:hover {
	border-radius:0 0 10px 10px;
}
.body .programs ul li {
	border-top:1px solid #dfe1e4;
}
.body .programs ul li a {
	color:#6a7578;
	display:block;
	font-size:12px;
	letter-spacing:.025em;
	line-height:24px;
	padding:14px 0 10px 19px;
	text-decoration:none;
	text-transform:uppercase;
}
.body .programs .content {
	background-color:#FFF;
	border:1px solid #DFE1E4;
	padding:2px;/*top right bottom left*/
	width:90%;
	
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
}
.body .programs .inscription {
	width:98%;
	background-color:#FFF;
	/*border:1px solid #DFE1E4;*/
	border-radius:10px 10px 10px 10px;
	float:right;
	padding:2px;/*top right bottom left*/

}
.body .programs .inscription iframe {
	width:98%;
	border:none;
	border-radius:10px;
	//padding:10px 10px 0 10px; /*top right bottom left*/
}
.body .programs .content h2 {
	 font-size:18px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
}
.body .programs .content div {
	float:left;
	/*padding:5px 10px 5px 19px;*/  /*top right bottom left*/
}
.body .programs .content .left {
	width:20%; 
	float:left;
	text-align:center; 
	border-style:none; 
	padding-top:12px;
}
.body .programs .content .left img {
	width:100px;
 	padding:20px 0 0 0;  /*top right bottom left*/
}
.body .programs .content .right {
	/*background-color:green;*/
	width:80%;
	float:right;
}
.body .programs .content .right p {
	font-family: Raleway;
	/*color:#ec7500; #ffa500*/
	color:#6b7073;
	font-size:12px;
	letter-spacing:.05em;
	line-height:15px;
	text-align:justify;
	padding:0px 10px 0px 10px;  /*top right bottom left*/
}


/*----------------------parrainage--------------------*/
.body .about .content .section-contact .gmap {
	overflow:hidden;
}
.body .about .content .section-contact .gmap .left {
	width:25%; 
	float:left;
	text-align:center; 
	border-style:none; 
	padding-top:12px;
}
.body .about .content .section-contact .gmap .left img {
	width:100px;
 	padding:3px 0 0 0;  /*top right bottom left*/
}
.body .about .content .section-contact .gmap .parrainage-left {
	width:60%; 
	float:left;
	text-align:center; 
	border-style:none; 
}
.body .about .content .section-contact .gmap .parrainage-left img {
	width:400px; 
}
.body .about .content .section-contact .gmap .right {
	width:75%;
	float:right;
	padding-top:25px;
}
.body .about .content .section-contact .gmap .right p {
	font-family: Raleway;
	/*color:#ec7500; #ffa500*/
	color:#6b7073;
	font-size:12px;
	letter-spacing:.05em;
	line-height:15px;
	text-align:justify;
	padding:0px 10px 0px 0px;  /*top right bottom left*/
}
.body .about .content .section-contact .gmap .parrainage-right {
	/*background-color:green;*/
	width:40%;
	float:right;
	padding-top:75px;
}
#parrainage {
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:14px; 
	letter-spacing:.05em; 
	line-height:20px;
}
#parrainage h3 {
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:22px;
	font-weight:400;
	height:60px;
	letter-spacing:.025em;
	line-height:58px;
	margin:0 0 0 20px;
	position:relative;
	text-align:center;
	width:208px;
}
#parrainage h2 {
	color:#ff8b00;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:18px;
	/*margin:0 0 11px;*/
	text-transform:uppercase;
}
#parrainage p {
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:18px;
	margin:0 0 30px;
	text-align:justify;
}


/*---------------------contact ===================*/
#contact {
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:14px; 
	letter-spacing:.05em; 
	line-height:20px;
}
#contact .map iframe {
	/*border-radius:10px 10px 10px 10px;*/
	width:100%;
	height:350px;
}
#contact .addres {
	border-width:1px;
	margin:0;
	float:right;
	padding:0 20px 0px;
	border:0;
	height:300px;
}
#contact .inscriptions {
	border-color:#DFE1E4;
	border-radius:0;
	margin:0;
	float:left;
	padding:0 20px 0px;
	border:0;
	width:100%;
}
.section-contact #contact h3 { /*sans .section-contact : conflit avec h3 des articles du blog*/
	background:url(../images/bg-title.png) no-repeat;
	color:#fff;
	font-size:22px;
	font-weight:400;
	height:60px;
	letter-spacing:.025em;
	line-height:58px;
	margin:0 0 0 20px;
	position:relative;
	text-align:center;
	width:208px;
}
#contact h2 {
	color:#ff8b00;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:24px;
	/*margin:0 0 11px;*/
	text-transform:uppercase;
}
#contact p {
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:24px;
	margin:0 0 30px;
	text-align:justify;
}
/*button blog.php*/
#contact .button {
  background-color: dark#ffa500;
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  font-size:22px;
  font-weight:400;
  letter-spacing:.025em;
  line-height:24px;
}
#contact .button:hover {
  background-color: #ffa500;
  color: white;
}
/*video blog sur toute la largeur*/
#contact video {
  width: 100%;
  height: auto;
}
.pjBlArticleBody p img { /*centre image partitions*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#tabsc {
	font-size:16px;
}
#tabsc a:link {
	color: #454545;
}
 #tabsc a:focus, #tabsc a:active, #tabsc a:visited {
	color: #FFF;
	outline: none; /*enleve bordure bleue*/
}
#tabsc a:hover {
	//color: #454545;
	color: #FFF;
}


/*------------------------ login register forms ---------------*/
.register-form a:link, .register-form-teacher a:link {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:none;
	font-size:18px;
}
.register-form a:hover, .register-form-teacher a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
}
.register-form {
	width: 316px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	padding:10px 3px 30px 3px;  /*top right bottom left*/
	color: #fff;
	background : #c4c4c4;
	border-radius: 10px;
	//-webkit-border-radius:10px;
	//-moz-border-radius:10px;
}
.register-form-teacher {
	width: 90%;
	margin: 0 auto;
	margin-top:20px;
	text-align: center;
	padding:10px 3px 30px 3px;  /*top right bottom left*/
	color: #fff;
	background : #c4c4c4;
	border-radius: 10px;
	//-webkit-border-radius:10px;
	//-moz-border-radius:10px;
}
.register-form-teacher h1 {
	font-size:32px;
}
.divcenter {
	display: inline-block;
	text-align: center;
	margin-top:-15px;
}
.pright {
	text-align: right;
}
.register-form form input { 
	//padding: 5px; 
}
.credentials { 
    width: 150px;
	height:24px;
	font-size:12pt;
}
.teacher-registration { 
    width: 250px;
	height:24px;
	font-size:12pt;
}
.teacher-registration-upload { 
    width: 250px;
	height:1px;
	font-size:10pt;
}
.register-form .btn {
	background: #726E6E;
	padding: 7px;
	border-radius: 5px;
	text-decoration: none;
	width: 50px;
	display: inline-block;
	color: #FFF;
}
.register-form .btn:hover {
      background-color:#ffa500;
      transition: 0.7s;
}
.register-form-teacher .btn {
	background: #726E6E;
	padding: 7px;
	border-radius: 5px;
	text-decoration: none;
	width: 100px;
	display: inline-block;
	color: #FFF;
	cursor: pointer;
}
.register-form-teacher .btn:hover {
      background-color:#ffa500;
      transition: 0.7s;
}















































/*---------------------footer --------------------*/
div#piedpage {
	//width:720px;
	//float:left;
	background-color: #d0d4d7;
	border-radius:10px;
	//overflow:hidden;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	color:#6b7073;
	padding:10px 10px 15px 10px; /*top right bottom left*/
	margin:40px 0 30px 0; /*top right bottom left*/
	text-align: center;
	}
div#piedpage a#pp {  /*valérie marot*/
	color:#d0d4d7;
	font-family: Raleway;
	//display:inline;
	margin:0;
}
div#piedpage a#pp hover {
	/*background-color: #ffa500;*/
	color:#d0d4d7;
}




















.faq-band{
padding:100px 0;
  background-color: white;
  border-radius: 10px; 
  padding: 20px;
  margin: -20px 0 0 0;}
.faq-band .faq-band-title{
font-family: Raleway;
font-size:20px;
font-weight:bold;
margin:20px 0 40px;
text-align:left;
color:#6b7073;
}
.faq-band .faq-band-question{
display:-webkit-box;
display:-ms-flexbox;
display:flex
}
.faq-band .faq-band-question .faq-band-question-col{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-flex:50%;
-ms-flex:50%;
flex:50%
}
.faq-band .faq-band-question .faq-band-question-col:first-child{
margin-right:100px
}
.faq-band .faq-band-question .faq-band-question-col p{
margin:0
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-title{
font-size:24px;
font-weight:bold;
color:#222222;
margin-bottom:20px
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper{
margin-bottom:20px
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text{
position:relative;
font-size:19px;
font-weight:normal;
color:#222222;
margin-bottom:40px;
display:block;
text-decoration:none;
cursor:pointer;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text:last-child{
margin-bottom:0
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text:last-child:after{
width:0;
height:0
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text:after{
content:'';
position:absolute;
bottom:-20px;
left:0;
width:100%;
height:1px;
background-color:#ccc
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text div{
position:relative;
padding-right:20px;
color:#6b7073;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-question-text div span{
content:'';
position:absolute;
right:0;
top:5px;
width:16px;
height:16px;
-webkit-background-size:contain;
background-size:contain;
background-repeat:no-repeat;
background-position:center;
background-image:url("svg/home/arrow-down.svg");
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-reponse-text{
padding-bottom:20px;
display:none;
font-size:16px;
color:#6b7073;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-reponse-text a{
color:#6B7073;
}
.faq-band .faq-band-question .faq-band-question-col .faq-band-question-wrapper .faq-band-reponse-text a:hover{
color:#ffa500;
text-decoration: none;
}

.faq-band .faq-band-question .faq_open.opened .faq-band-question-text div span{
-webkit-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg)
}
.faq-band .faq-band-question .faq_open.opened .faq-band-reponse-text{
display:block
}
.faq-band-question-bottom {
font-size:16px;
}



/*@media all and (max-width: 980px){*/
.faq-band 
.faq-band-question{
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column
}
.faq-band .faq-band-question .faq-band-question-col:first-child{
margin-right:0
}
/*}*/









