/* Desktops and laptops ----------- */
/* /orange = #ffa500*/
body {
	margin:0;
	background-color:#e6e7e8;
	font-family: Raleway;
	//background-color: green;
}
div#page {
	width:1200px;
	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;
}
#back2Top:hover {
    background-color: #ffa500; /*#DDF*/
    color: #000;
}
.header {
	width:1200px;
	height:auto;
	text-align:left;
	font-family: Raleway;
	font-size: 36px;
	color:grey;
	/*font-weight: bold;*/
	margin:0 0 30px 0; /*top right bottom left*/
	padding:5px;
}
.header img { /*logo note #ffa500*/
	height : 55px;
	vertical-align: sub;
}

.onglets select.navigation { 
	display: none; /*désactive le menu select pour cette résolution */
}
.onglets {
	width:1200px;
	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:15px;
	height:68px;
	letter-spacing:.075em;
	line-height:62px;
	padding:0 33px;  /*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: 24px;
	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:38px;
}
a {
	color:#6B7073;
	font-family: Raleway;
	display:inline;
	margin:0;
	text-decoration:underline;
}
a:hover {
	/*background-color: #ffa500;*/
	color: #ffa500;
	text-decoration: none;
}

div#headlines {
    width: 1200px; 
	overflow: auto;
	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: 215px;
	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: 15px 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: #ffc107; /*#ffa500 lumineux*/ 
	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:30px; 
	 color:white; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height: 1.5;
}

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

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

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

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

span#headlines2grey {
	 display: inline-block;
	 margin-top:10px;
	 font-size:20px; 
	 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, div#contenu_index {
	//width:560px;
	width:65%;
	overflow:hidden;
	background-color:white;
	float:left;
	border-radius:10px;
	font-family: Raleway;
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:0 15px 0 15px; /*top right bottom left*/
	margin:0 0 0px 0; /*top right bottom left*/
}

div#contenu h1, div#contenu_index h1, div#contenu_online h1 {
	 font-size:28px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
}


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


div#contenu h2, div#contenu_index h2, div#contenu_online h2 {
	 font-size:24px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height:1.1;
}

div#contenu h3, div#contenu_index h3, div#contenu_online h3 {
	 font-size:18px; 
	 color:#6b7073; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 margin-bottom: 0;
}

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

/* pour video Yamaha dans 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:14px; 
	letter-spacing:.05em; 
	line-height:20px;
}

#partitions1 {
	width:49%;
	float:left;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:14px; 
	letter-spacing:.05em; 
	line-height:20px;
}
#partitions2 {
	width:49%;
	float:right;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:14px; 
	letter-spacing:.05em; 
	line-height:20px;
}	
#partitions3 {
	width:49%;
	float:left;
	background-color: #e6e7e8; 
	font-family: Raleway; 
	color:#6b7073; 
	font-size:14px; 
	letter-spacing:.05em; 
	line-height:20px;
}
#candidature-right {
	width:28%;
	float:right;
	//background-color: #e6e7e8; 
	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;
    align-items: flex-start; 
}

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

.content {
    flex: 1;            /* prend tout l’espace restant */
}
/*sidebar_left END*/	
	
/*------------------------- online.php ------------------------*/
div#contenu_online {
	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-left: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: 20px; /*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; 
	 font-weight:800; 
	 letter-spacing:.025em;
}

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

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: 15px;
}

span#online5 { 
	 font-size:16px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
}	
.online_image { /*online.php*/
	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: 650px;
	background-color:#fff;
	//border:1px solid #dfe1e4;
	border-radius:10px;
	list-style:none;
	margin:-20px 0 0;
	overflow:hidden;
	padding:30px 2px 20px 33px;  /*placement des carrés instruments*/
	/*background-color:red;*/
}

/*cm 7/12/2025*/
.pagination-container {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* aligne le contenu à droite */
    margin: 15px 0;
}

.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination a.active {
    background-color: orange;
    color: white;
    border-color: orange;
}

/*------------------------- Sidebar ------------------------*/
.sidebar, .sidebar_stage {
	background:none;
	border:0;
	margin:0;
	//width:368px;
	width:30%;
	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:245px;  /* hauteur image guitariste-et-pianiste.jpg */
}





.sidebar ul:first-child li {
	background-color:#d0d4d7;
	border-top:1px solid #dfe1e4;
	height:88px;
	overflow:hidden;
}
.sidebar ul:first-child li.last {
	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:16px;
	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;
	text-decoration: none;
}
.sidebar ul:first-child li span a { /*colonne nom instruments*/
	color:#6a7578;
	display:block;
	font-size:14px;
	letter-spacing:.025em;
	line-height:88px;
	text-decoration:none;
	text-indent:18px;
	text-transform:uppercase;
	width:201px;
	//width:49%;
}
.sidebar ul:first-child li a img{ /*taille image instrument*/
	width:159px;
}
.sidebar ul:first-child li:hover {
	background-color:#fff;
}

.sidebar_stage div {
	background:none;
	border:0;
	width:auto; 
}

/*12h
.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:5px 0 5px 0;
	position:relative;
	/*margin:0 0 30px 0;*/ /*top right bottom left*/
	//background-color: red;
}

.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 0px;
}

.sidebar_stage .about .content .section h3 {
	/*carré orange stages*/
	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:40px 0 0 20px;
	position:relative;
	text-align:center;
	width:208px;
}

.sidebar_stage div ul li a img {
	border:1px solid #b3b7bb;
	width:333px;
	margin-bottom:10px;
}

.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 p a.more {
	display: inline;
	font-size: 14px;
	text-decoration: underline;
	color: #6B7073;
	border: 0 none;
	padding: 0;
	letter-spacing: 0.05em;
	line-height: 18px;
	text-align: center;
}
.sidebar_stage div ul li p a.more:hover {
	display: inline;
	font-size: 14px;
	text-decoration: none;
	color: #ffa500;
	border: 0 none;
	padding: 0;
	letter-spacing: 0.05em;
	line-height: 18px;
	text-align: center;
}









































.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;
	text-decoration: none;
}
.sidebar ul:first-child 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 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;
}

















/* posts du blog, à droite en dessous de sidebar ou à gaucheSTART*/
/* --- Liens des posts --- */
.post-link {
    font-size: 14px;
    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*/

/*------------------------- Programmes | Stages & ateliers ------------------------*/
.body {
	width:1200px;
	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:16px;  /*texte stages & ateliers*/
}

.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:30px 2px 20px 33px;  /*placement des carrés instruments*/
	/*background-color:red;*/
}
.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 2px 20px 33px;  
	padding:30px;
	/*background-color:red;*/
}
.sidebar_stage .about .content .section ul {
	//width: 100%;
	background-color:#fff;
	border-radius:10px;
	list-style:none;
	overflow:hidden;
	padding:30px 2px 20px 2px;  /*top right bottom left*/
	/*background-color:red;*/
}
.body .about .content .section ul li, .about .content .section ul li {
	float:left;
	margin:0 25px 0px 0; /*espace bloc photo instrument*/ 
	color:#6a7578;
	/*background-color:red;*/
}

.body .about .content .section ul li, .about .content .section li a img:hover {
	filter:alpha(opacity=80);/* Needed for IE7 */
	opacity:0.8;
}

.sidebar_stage .about .content .section ul li { /*stages et ateliers colonne de droite index.php*/
	float:left;
	padding:12px 0px 0 10px; /*top right bottom left*/
	font-size:12px;
	/*background-color:blue;*/
}
/*
.body .about .content .section#vertus ul li { /*cm11/08/2023
	float:left;
	margin:0 25px 0px 0; /*espace bloc photo instrument 
	color:#6a7578;
	width:100%;
	/*background-color:red;
}

.body .about .content .section#pgm ul li { /*cm11/08/2023
	float:left;
	margin:0 28px 0px 0; /*espace bloc photo instrument 
	color:#6a7578;
	width:10%;
	/*background-color:red;
}
*/

.sidebar_stage .about .content .section ul li { /*stages et ateliers colonne de droite index.php*/
	float:left;
	padding:5px 0px 0px 10px; /*top right bottom left*/
	font-size:14px;

	/*background-color:red;*/
}

/*cm 16082023*/
.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;
	display:block;
	font-size:14px;
	letter-spacing:.025em;
	line-height:22px;
	text-decoration:none;
	text-indent:8px;
	width:100%;
}

.sidebar_stage .about .content .section ul li span {
	background:url(../images/bg-instruments-title.png) no-repeat left 0;
	//color:#6b7073;
	color:#fff;
	border-bottom:2px solid #FF8B00;
	display:block;
	font-size:14px;
	letter-spacing:.025em;
	line-height:22px;
	padding:0px 0 1px 17px;
	text-decoration:none;
	width:95%;
	/*background-color:red;*/
}
/*
.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:22px;
	padding:30px 0 1px 17px;
	position:absolute;
	top:9px;
	//width:268px; /*nom instrument, ligne #ffa500*/
}*/
.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;
	text-decoration: none;
}
.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;
	text-decoration: none;
}
.body .about .content .section ul li .stage_image {
	height:212px;
}


/*------------------------cours option ------------------------*/
.options {
	width:61%;
	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 h3 {
	background:url(../images/bg-title.png) no-repeat;
	//background-size: 308px 60px;
	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:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	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:14px;
	/*font-weight:700;*/
	/*height:40px;*/
	letter-spacing:.025em;
	line-height:20px;
	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*/
}

.clean-list { /*<ul> neutre dans stages.php*/
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    float: none !important;
    margin: initial !important;
    padding: initial !important;
    width: auto !important;
    list-style: disc !important; /* ou square, circle... */
}

.orange-list { /*dans stages.php*/
    color: orange; 
	padding-left: 30px;
}

.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;
	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:14px;
	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;
	/*border-radius:10px 10px 10px 10px;*/
	/*float:right;*/
	padding:15px 10px 0 10px;/*top right bottom left*/
	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*/
}

.body .programs .content h1 {
	 font-size:28px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
}


/*h1 spécifique*/
.body .programs .content h1.main-title {
    font-size: 19px;  /* taille désirée */
}


.body .programs .content h2 {
	 font-size:24px; 
	 color:#ffa500; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 line-height:1.1;
}

.body .programs .content h3 {
	 font-size:18px; 
	 color:#6b7073; 
	 font-weight:400; 
	 letter-spacing:.025em;
	 margin-bottom: 0;
}

.body .programs .inscription {
	background-color:#FFF;
	/*border:1px solid #DFE1E4;*/
	border-radius:10px 10px 10px 10px;
	float:right;
	padding:0 10px 0 10px;/*top right bottom left*/
	margin:15px 0 0 0;
	/*width:766px;*/
}
.body .programs .inscription iframe {
	width:98%;
	border:none;
	border-radius:10px;
	padding:5px;
}
.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; 
}

.body .programs .content .left img {
	width:130px;
 	padding:8px 0 0 0;  /*top right bottom left*/
}
.body .programs .content .right {
	/*background-color:green;*/
	//width:605px;
	//float:right;
	padding-top:15px;
}
.body .programs .content .right p {
	font-family: Raleway;
	/*color:#ffa500; #ffa500*/
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:0px 10px 0px 2px;  /*top right bottom left*/
}


/*----------------------parrainage--------------------*/
.body .about .content .section-contact .gmap {
	overflow:hidden;
}
.body .about .content .section-contact .gmap .left {
	width:20%; 
	float:left;
	text-align:center; 
	border-style:none; 
}
.body .about .content .section-contact .gmap .left img {
	width:130px;
 	padding:8px 0 0 0;  /*top right bottom left*/
}
.body .about .content .section-contact .gmap .parrainage-left {
	width:70%; 
	float:left;
	text-align:center; 
	border-style:none; 
}
.body .about .content .section-contact .gmap .parrainage-left img {
	width:500px; 
}

.body .about .content .section-contact .gmap .right {
	/*background-color:green;*/
	//width:605px;
	//float:right;
	padding-top:35px;
}
.body .about .content .section-contact .gmap .right p {
	font-family: Raleway;
	/*color:#ffa500; #ffa500*/
	color:#6b7073;
	font-size:14px;
	letter-spacing:.05em;
	line-height:20px;
	text-align:justify;
	padding:0px 10px 0px 0px;  /*top right bottom left*/
}
.body .about .content .section-contact .gmap .parrainage-right {
	/*background-color:green;*/
	width:30%;
	float:right;
	padding-top:120px;
}
#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:18px;
	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: 60%;
  height: auto;
}
.pjBlArticleBody p img { /*centre image partitions*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#tabsc {
	font-size:20px;
}
#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;
	text-decoration: none;
}
.register-form {
	width: 500px;
	margin: 0 auto;
	margin-top:150px;
	text-align: center;
	padding:10px;
	color: #fff;
	background : #c4c4c4;
	border-radius: 10px;
	//-webkit-border-radius:10px;
	//-moz-border-radius:10px;
}
.register-form-teacher {
	width: 50%;
	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: 70px;
	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 --------------------*/
#piedpage {
	//width:1200px;
	//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;
	}
#piedpage a#pp {  /*valérie marot*/
	color:#d0d4d7;
	font-family: Raleway;
	//display:inline;
	margin:0;
}
#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
}
/*}*/
