/*
Theme Name:   Orchestres en Fête 2018
Theme URI:    https://www.orchestresenfete.com
Description:  Bootstrap 3 on Wordpress for France Orchesres
Version:    1.0
Author:     ID MENEO - Design by Jaune Sardine
Author URI:   https://www.id-meneo.com 
*/

/*previous font : Oswald*/
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800');
@import "css/bootstrap.min.css";
@import "css/bootstrap-theme.min.css";


/******* INITILISATION  *********/
html{
  height: 100%;
}
body{
font-family:  'Assistant', "Times new roman", Sans-serif;
font-size: 16px;
overflow-x: hidden;
background-image: url(img/fond.png);
background-position: top center;
background-repeat: no-repeat;
background-size: 1920px;
color: #002f87;
}

section{
  margin-bottom: 15px;
  margin-top: 15px;
}

h1, h2, h3{
}

p{
  font-size: 15px;
  color: black;
  padding-bottom: 10px;
  line-height: 22px;
  text-align: justify;
}

a{
text-decoration: none;
color: black;
}
a:hover, a:focus{
  color: #3f3f3f;
  text-decoration: none;
}



a{
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

img{
  max-width: 100%;
}

.container{
  overflow: hidden;
}

.no_padding{
  padding: 0;
}

section{
  background-color: rgba(255,255,255,0.95);
}

section.page_normale{
  padding: 30px;
  color: #002f87
}

section.page_normale p{
  color: #002f87
}

.page_normale .titre_section{
  width: auto;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0;
}

.page_normale .titre_section:after{
  display: none;
}



/********  HEADER  **********/

header{
  height: 350px;
  text-align: center;
}

header .logo{
  display: inline-block;
  height: 200px;
  width: 275px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.navbar{
  border: none;
}

.navbar-toggle{
  float: none;
  text-transform: uppercase;
  color: #002f87;
  font-weight: bold;
  font-size: 28px;
  padding-left: 55px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
}


.navbar-toggle span{
  display: inline-block;
}

.navbar-toggle:before{
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius:50%;
  background-color: #f7eb62;
  line-height: 50px;
  vertical-align: top;
}

.navbar-toggle.actif:before{
  background-color: #98caec;
}

header{
  background-image: url(img/dates.png);
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: 130px;
}



/*style + animation du menu burger*/

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
  background: none;
  border: none;
}
.navbar-toggle {
  display: block;
  border: none;
}

.navbar-collapse{
  float: none;
  background-color: rgba(255, 255,255, 0.9);
  border-radius: 30px;
  height: 50px;
  z-index: 1;
  margin-left: 55px;
  position: absolute;
  top: 0;
  transition:none;
}
.navbar-collapse.collapse {
  display: none!important;
 
}
.navbar-nav>li{
  float: none;
  display: inline-block;
}

.navbar-nav>li a{
  color: #002f87;
  font-size: 20px;
  font-weight: 500;
  /* padding: 15px 25px; */
  text-shadow: none;
}


.navbar-collapse.collapse.in{
  display: block !important;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.active a{
  background-color: transparent;
  color: #005db9;
}


/***************
********HOME***
******************/


.titre_section{
  display:block;
  width: 340px;
  font-size: 42px;
  color: #005db9;
  font-weight: 500;
  text-transform: uppercase;
  padding: 40px;
  position: relative;
  line-height: 45px;
  text-align: center;
}

.titre_section:after{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #005db9;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -100px;
  border-radius: 50%;
}

.carousel_parent{
  height: 928px;
  overflow: hidden;
}

#myCarousel{
  height:728px;
  margin-bottom: 150px;
}


.home #myCarousel .carousel-inner, .home #myCarousel .item{
  height: 728px;
  overflow: unset;
}

/*.home #myCarousel .item:after{
  content: "";
  background-color: rgba(0,93,185,0.7);
  display: inline-block;
  width: 100%;
  height: 100%;
}*/
.home #myCarousel .item{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home #myCarousel .item iframe, .home #myCarousel .item video{
  width: 100%;
  border: none;
  min-height: 693px;
}

#otoPlay{
  padding: 0;
}

.video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.video-background.actif{
  position: fixed;
  z-index: 10;
}

.carousel-control.left, .carousel-control.right{
  margin-bottom: 80px;
  background: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  margin-top: 25px;
  background: #005db9;
  padding: 5px 30px 40px 20px;
}

.carousel-control{
  opacity: 1;
}




.home #myCarousel .item a.play{
  display: inline-block;
  height: 70px;
  width: 70px;
  position: absolute;
  top:50%;
  margin-top: -35px;
  left:50%;
  margin-left: -35px;
  background-image: url(img/play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.home .carousel-caption{
 bottom: -150px;
background-color: rgba(255,255,255,0.3);
 width: 100%;
 height: 150px;
 line-height: 150px;
 left: 15px;
 padding: 0;
 text-align: left;
  text-shadow:none;
}

.home .carousel-caption .texte{
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
}


.home .orchestre{
  display: inline-block;
  font-size: 26px;
  width: 100%;
  color: #002f87;
  font-weight: 300;
}

.home .ecole{
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #002f87;
}

h2.titre_video{
  font-size: 18px;
  color: #002f87;
  margin-top: 5px;
  font-weight: 300;
}

div.lien_infos{
  text-align: center;
}

a.infos{
  display: inline-block;
  background-color: #f5ea61;
  color: #002f87;
  font-weight: 500;
  text-transform: uppercase;
  width: 90px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px; 
  position:relative;
  transition-duration: 500ms;
}

a.infos:hover{
  background-color: #97caeb;
}

.home .carousel-caption a.infos{
  margin-left: 15px;
}

.autre_article_video{
  max-height: 450px;
}

.autre_article_video a{
  display: block;
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.autre_article_video a:after{
  content: "";
  background-color: rgba(0,93,185,0.7);
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.autre_article_video a:hover:after{
  background-color: rgba(255,255,255,0.4);
}

.autre_article_video .play{
  display: inline-block;
  height: 70px;
  width: 70px;
  position: absolute;
  top:50%;
  margin-top: -35px;
  left:50%;
  margin-left: -35px;
  background-image: url(img/play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.video_popup.fancybox-content{
  padding:0 15px!important;
  width: 100%;
}
.home .video_popup.fancybox-content{
  width: 70%;
}

.video_popup.fancybox-content iframe{
  height: 537px;
  border: none;
  display: block;
  margin: auto;
  /*width: 70%;*/
  width: auto;
}

.home .video_popup.fancybox-content iframe{
  width: 100%;
}

.video_popup.fancybox-content video{
  width: auto;
  height: 100%;
  margin: auto;
  display: block;
}

.home .video_popup.fancybox-content video{
  width: 100%;
}

.la_video{
  /*height: 500px;*/
}

.video_popup .texte{
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 5px;
}

.home .video_popup .orchestre{
  display: block;
  width: auto;
}
.video_popup a.infos{
  margin-top: 30px;
  margin-bottom: 30px;
}


.sidebar_rs{
  background-color: #005db9;
  border: 5px solid #005db9;
}

.sidebar_rs p{
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.sidebar_rs p:before{
  content:"";
  display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
}

.sidebar_rs a span{
  display: none;
}

.suivez_nous{
  text-align: center;
  margin-bottom: 30px;
}

.suivez_nous a{
  width: 35px;
  display: inline-block;
  margin:3px;
}

.suivez_nous a{
  font-size: 30px;
  color: white
}

.tweets{
  background-color: white;
  height: 430px;
  overflow-y:scroll;
}

#map{
  height: 450px;
  text-align: center;
}

#map .orchestre{
  padding: 0 20px;
  font-size: 20px;
  font-family: 'Assistant', "Times new roman", Sans-serif;
  color: #002f87;
}

#map .ecole{
  font-size: 18px;
  font-family: 'Assistant', "Times new roman", Sans-serif;
}

#map .img_carte{
  width: 100px;
  height: auto;
}

.le_programme .titre_section{
  padding: 0;
  width: 100%;
  margin-top: 30px;
}

.le_programme .titre_section:after{
  display: none;
}

.le_programme .jour{
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #005cb9;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-top:20px;
  margin-bottom: 20px;
  padding: 0;
  border: none;
  margin: 5px;
}

.le_programme .nav-tabs{
  border: none;
  text-align: center;
  margin-bottom: 15px;
}

.nav-tabs li{
  float: none;
  display: inline-block;
}

.le_programme .jour:hover, .le_programme .nav>li.active a, .le_programme .nav-tabs>li.active>a, .le_programme .nav-tabs>li.active>a:focus,.le_programme .nav-tabs>li.active>a:hover{
  background-color: #97c8eb;
  border: none;
  color: white;

}

.le_programme ul.programme{
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;

  max-height: 286px;
  overflow-y: scroll;
}

.le_programme ul.programme .heure{
  border-radius: 0;
  background-color: transparent;
  color: #002f87;
  font-weight: 600;
  text-align: left;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 20px;
}

.home .le_programme .orchestre{
  font-size: 20px;
  line-height: 25px;
}

.home .le_programme .ecole{
  font-size: 18px;
}

.le_programme p {
  font-size: 14px;
  color: #002f87;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}


.article{
  height: 320px;
}


.article div{
  height: 100%;
  position: relative;
}


.article .titre, .article .titre a{
  font-size: 42px;
  color: #005db9;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding-top:45px;
}

.article .titre span{
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 26px;
  margin-top: 15px;
}

.article .titre:after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #005db9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 55px;
}



.article .extrait p{
  font-size: 18px;
  color: #002f87;
  text-align: left;
  padding-top:50px;
  font-weight: 300;
  line-height: 24px;
}

.article a.button{
    display:block;
    background-color: #f5ea61;
    color: #002f87;
    font-weight: 500;
    text-transform: uppercase;
    width: 90px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border-radius: 20px;

    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom:50px;
}

.article a.button:hover{
  background-color: #97caeb;
}


.partenaires .titre_section{
  height: 170px;
}

.partenaires .titre_section:after{
  right: -45px;
}

.les_logos{
  text-align: center;
  height: 170px;
  line-height: 170px;
 /* background-image:url(img/partenaires.jpg); 
  background-size:auto 100px;
  background-repeat: no-repeat;
  background-position: center;*/
}

.les_logos a{
  display: inline-block;
  padding: 0 5px;
  height:75px;
  vertical-align: middle;
}

.les_logos a img{
  height: 75px;
  vertical-align: top;
}



footer{
  background-color: #005db9;
  height: 250px;
  line-height: 250px;
}

footer nav{
  text-align: right;
}

footer nav ul{
  margin: 0;
  padding: 0;
  display: inline-block;
}

footer nav ul li{
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}

footer nav ul li a{
  font-size: 23px;
  font-weight: 500;
  color: white;
  line-height: 24px;
}


footer .rs a{
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

footer .rs i{
  color: white;
  font-size: 25px;
  margin: 0 4px;
}

footer .rs a span{
  display: none;
}




/***********************
********ARCHIVES********
************************/

.intro_annee .titre_section{
  text-align: center;
  width: 100%;
  padding: 70px 30px;
}

.intro_annee .titre_section:after{
  display: none;
}

.intro_annee p{
  color: #002f87;
  font-size: 19px;
  padding: 0 30px;
  text-align: left;
  font-weight: 300;
  line-height: 24px;
}

.intro_fond{
  height: 450px;
  background-image: url(img/archive_intro_fond.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 450px;
  text-align: right;
  padding-right: 50px;
  position: relative;
}

.intro_fond:before{
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  background-color: rgba(255,255,255,0.4);
  top: 0;
  left: 0;
  width: 100%;
}

.intro_fond .date{
  color: #005db9;
  font-size: 62px;
  position: relative;
  display: inline-block;
  height: 115px;
  line-height: 50px;
  text-align: center;
}

.intro_fond .date:after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #005db9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.section_orchestre .bloc{
  height: 450px;
  background-color: white;
  text-align: center;
}

#archive h2{
  font-size: 26px;
  color: #002f87;
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
  margin: 0;
  font-weight: 300;
}

#archive h2:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #005db9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 90px;
}

#archive .autre_article_video, #archive .bloc{
  margin-top: 15px;
}





/*************************
******** PROGRAMME ********
***************************/

#programme .titre_section{
  text-align: center;
  width: 100%;
  padding: 50px 10px 30px 10px;
  margin: 0;
  text-align: left;
}

#programme .titre_section:after{
  position: static;
  margin-left: 50px;
}

#programme .ateliers .titre_section:after{
  display: none;
}

#programme .ateliers .titre_section{
  text-align: right;
}

#programme .ateliers .titre_section:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #005db9;
    margin-right:50px;
    border-radius: 50%;
}

#programme .bloc{
  height: 530px;
  margin-bottom: 30px;
}

#programme .bloc p {
    color: #002f87;
    font-size: 19px;
    padding: 0 30px;
    text-align: left;
    font-weight: 300;
  line-height: 24px;
}


.une_date {
  margin-bottom: 30px;
}


.une_date a{
  display: inline-block;
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.une_date a:after{
  content: "";
  background-color: rgba(0,93,185,0.7);
  display: inline-block;
  width: 100%;
  height: 100%;

  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.une_date a:hover:after{
  background-color: rgba(255,255,255,0.4);
}

.une_date .date{
  display: inline-block;
  height: 200px;
  line-height:160px;
  width:100%;
  text-align: center;
  position: absolute;
  top:50%;
  margin-top: -120px;
  font-size: 90px;
  color: white;

}

.une_date .date:after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.une_date .date div{
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
}


.une_date .date span{
  font-size: 22px;
  font-weight: bold;
  display: block;
}


.une_date a:hover .date{
  color: #005db9;
}

.une_date a:hover .date span{
  color: #002f87;
}

.une_date a:hover .date:after{
  background-color: #005db9;
}

/*************************
********** ORCHESTRATHON ********
************************/

#orchestrathon .autre_article_video {
    margin-bottom: 15px;
}
.description_video {
    height: 110px;
	padding: 0 5px;
}
.description_video h2{
	font-size:14px;
	margin-top: 10px;
}
.description_video h3{
	font-size:16px;
	margin-top: 10px;
}
/*************************
**********CONCERT********
************************/

.section_liste_concert .intro_fond .date{
  height: 145px;
}

.section_liste_concert .intro_fond .date span{
  display: block;
  font-size: 22px;
  color: #002f87;
  font-weight: 500;
}

#programme .section_liste_concert .bloc{
  text-align: center;
  /*height: 350px;*/
  padding: 50px 30px 30px 30px;
}

#programme .section_liste_concert{
  display: none;
  clear: both;
}

#programme .section_liste_concert.actif{
  display: block;
}

.section_liste_concert h3{
  font-size: 26px;
  color: #002f87;
  font-weight: 300;
}

.heure{
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #005db9;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  color: white;
}


.section_liste_concert .ecole{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: #002f87;
}


.section_liste_concert .titre_activite{
    font-size: 18px;
    color: #002f87;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 300;
}




/*********************
***** auteur ORCHESTRE ******
**********************/

.author #slider{
    margin-bottom: 50px;
}


.author #slider .carousel-inner, .author #slider .item{
  height: auto;
}

.author #slider video{
  height: 100%;
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
}

.author #slider iframe{
  display: block;
  margin: auto;
  width: 100%;
  min-height: 531px;
 }

.author #slider iframe.youtube, .author #slider .item.image{
  height: 400px;
 }

.author #slider .item{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.author .bloc{
  text-align: center;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}


.author h1{
  font-size: 28px;
  line-height: 34px;
  padding: 15px;
  width: auto;
}

.author h1:after {
    position: static;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.author .texte_lieu p{
  color: #002f87;
  text-align: center;
}

.author .texte_lieu a{
  color: #005db9;
}

.author .presentation{
  padding:0 20px 0 0;
}

.author .presentation p{
  color: #002f87;
}


.logo_presentation{
  text-align: center;
}

.author .fancybox-content{
  overflow: hidden;
  background-color: transparent;
}

.author #videos_annexes .titre_section{
  width: 100%;
  padding: 70px 30px 50px 30px;
  margin: 0;
  text-align: left;
}

.author #videos_annexes .titre_section:after{
  position: static;
  margin-left: 50px;
}


/****************
Parrains et marraines
***************/
.page-template-template-parrains-marraines .fancybox-content{
  overflow: hidden;
}


.page-template-template-parrains-marraines .annee{
    width: 100%;
    text-align: center;
    font-size: 90px;
    color: #005db9;
    margin: 25px 0;
}

.page-template-template-parrains-marraines .annee:after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #005db9;
    border-radius: 50%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-template-template-parrains-marraines .nom{
  color: #002f87;
  font-size: 26px;
  text-align: center;
}

.page-template-template-parrains-marraines p{
  color: #002f87; 
  font-size: 18px;
  margin: 25px 25px 25px 0;
  font-weight: 300;
}

#actuel .citation {
  display: inline-block;
  margin-top: 125px;
  text-align: justify;
}
#actuel .citation span{
  font-weight: 500;
  display: block;
}

#actuel .autre_article_video{
  margin-top: 25px;
}

.page-template-template-parrains-marraines .titre_section{
width: 100%;
padding: 70px 30px 50px 30px;
margin: 0;
text-align: left;
}

.page-template-template-parrains-marraines .titre_section:after{
position: static;
margin-left: 50px;
}

#anciens .bloc{
  background-color:rgba(152,202,236,0.4);
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.page-template-template-parrains-marraines #anciens .annee{
  font-size: 30px;
  margin-bottom: 0;
}

.page-template-template-parrains-marraines .annee:after{
width: 20px;
height: 20px;
margin-top: 15px;
margin-bottom: 15px;
}

.page-template-template-parrains-marraines #anciens .nom{
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 25px;
}

.page-template-template-parrains-marraines #anciens .photo{
  margin-bottom: 20px;
}

.page-template-template-parrains-marraines #anciens .description{
  text-align: left;
  margin: 20px;
}

.page-template-template-parrains-marraines #anciens .description span{
  font-weight: 500;
  display:block;
}


.page-template-template-parrains-marraines #anciens .autre_article_video{
  padding: 0;
}

.page-template-template-parrains-marraines #anciens .autre_article_video a{
  height: 225px;
}

.page-template-template-parrains-marraines #anciens .bloc .col-sm-6{
  padding: 0;
}





/********************************
*** article concert / atelier***
*******************************/

.post-template-default.single h1{
  color: #005db9;
  width: auto;
  text-align: left;
  font-size: 30px;
  padding: 0 0 0 15px;
  line-height: 80px;
}


.post-template-default.single h1:after{
  position: static;
  margin-left: 100px;
}


.post-template-default.single section.intro_titre{
  margin-bottom: 0;
}


.post-template-default.single .fond{
  background-color: #f7eb62;
  float: left;
  margin: 0 15px;
}

.post-template-default.single .contenu{
  text-align: center;
  padding: 15px 0 30px 0;
  color: #005db9;
  margin-right: -15px;
}


    

.post-template-default.single .contenu .date{
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 15px;
}

.post-template-default.single .heure{
  margin-bottom: 30px;
}

.post-template-default.single .contenu p{
  font-size: 14px;
  margin-bottom: 30px;
  color: #002f87;

}

.post-template-default.single .contenu a{
    font-size: 26px;
    color: #002f87;
    font-weight: 300;
  display: inline-block;
  margin-bottom: 30px;
}

.post-template-default.single .contenu .logo_orchestre{
  height: 100px;
  width: auto;
}


.post-template-default.single .tags a{
  display: inline-block;
  padding: 5px 10px;
  background-color: #005db9;
  color: white;
  margin: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
}

.post-template-default.single .tags a:hover{
  color: #005db9;
  background-color: white;
}

.post-template-default.single .image{
  margin-top: 25px;
}

.post-template-default.single #slider, .post-template-default.single #slider .item{
  height: auto;
}

.post-template-default.single video{
  height: 100%;
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
}

 .post-template-default.single iframe{
  display: block;
  margin: auto;
  max-width: 100%;
 }

 .post-template-default.single iframe.youtube{
  height: 400px;
 }


.post-template-default.single .the_content{
  background-color: rgba(255,255,255,0.5);
  padding: 30px;
  margin-right: -15px;
}

.post-template-default.single .the_content p{
  color: #002f87;

}

.post-template-default.single .the_content p a{
  color: #002f87;
  text-decoration: underline;
}


.post-template-default.single #programme{
  margin-top: 0;
}


/*EPsace presse*/
.page-template-template-espace-presse .lien_infos a{
  width: 130px;
}
a.infos.espace-presse:hover:after {
    content: "télécharger";
    position: absolute;
	top:0;
    z-index: 999;
    background: #97caeb;
    left: 0px;
	width:130px;
	border-radius:20px;
}
.page-template-template-espace-presse .titre_section{
  width: auto;
  text-align: left;
  font-size: 30px;
  padding: 0 0 0 20px;
  line-height: 80px;
}

.page-template-template-espace-presse .titre_section:after{
  position: static;
  margin-left: 100px;
}

.section_telechargement{
  height: 80px;
  line-height: 80px;
}

.section_orchestre_telechargement{
  text-align: center;
}


.section_orchestre_telechargement .image_orchestre{
  height: 150px;
  background-size:cover;
  background-position: center;;
  background-repeat: no-repeat;
}


.section_orchestre_telechargement .orchestre{
    font-size: 20px;
    width: 90%;
    color: #002f87;
    font-weight: 300;
    text-align: center;
    margin: 25px 0 25px 5%;
    height: 60px;
    line-height: 60px;
}

.section_orchestre_telechargement .orchestre span{
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
}

.section_orchestre_telechargement a{
  display: inline-block;
  background-color: #fff;
  color: #002f87;
  font-weight: 500;
  text-transform: uppercase;
  width: 130px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px;
  margin: 0 0 25px 0;
}

.section_orchestre_telechargement a:hover{
  color: #fff;
  background-color: #002f87;
}

.section_orchestre_telechargement .bloc{
  background-color: rgba(152,202,236, 0.4);
}



/********ACTUALITES **************/
.single-actualites .titre_section{
  font-size: 28px;
  line-height: 34px;
  padding: 15px;
  width: auto;
}

.single-actualites .titre_section:after{
  position: static;
  display: block;
  margin: auto;
  margin-top: 25px;
}

.single-actualites p{
  font-size: 18px;
  color: #002f87;
  text-align: left;
  padding: 35px 30px 0 0;
  font-weight: 300;
  line-height: 24px;
}

.grid{
  padding-bottom: 50px;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}

.grid-item { width: 33.333333333%; padding: 5px}

.grid-item img {
    display: block;
    width: 100%;
    height: auto;
}

.single-actualites section{
  margin-bottom: 0;

}

/* archive actu*/

.post-type-archive-actualites .titre_section:after{
  position: static;
  margin-left: 50px;
}

#liste_actus{
  background-color: transparent;
  margin-bottom: 50px;
}

#liste_actus .bloc{
  background-color: #eff7ff;
  text-align: center;
  padding: 15px;
  height: 250px;
}

#liste_actus h2{
  font-size: 20px;
  color: #005db9;
  font-weight: 500;
  height: 100px;
  text-transform: uppercase;
  line-height: 100px;
  margin-top: 10px;
  margin-bottom: 0;
}

#liste_actus h2 span{
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}

#liste_actus h2 span:after{
    content: "";
    display: block;
    width: 15px;
    height:15px;
    background-color: #005db9;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 50%;
}

#liste_actus .bloc p{
  text-align: center;
  color: #002f87;
  max-width: 200px;
  margin: auto;
}

#liste_actus .bloc a{
  display: inline-block;
  background-color: #f5ea61;
  color: #002f87;
  font-weight: 500;
  text-transform: uppercase;
  width:120px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
}

#liste_actus .bloc a:hover{
  background-color: #97caeb;
}


/********************
****** Orchestres adhérant ******
***********/

.page-template-template-orchestres-participants .titre_section{
  width: 100%;
}

.page-template-template-orchestres-participants .titre_section:after{
  position: static;
  display: block;
  margin: auto;
  margin-top: 25px;
}


.page-template-template-orchestres-participants p{
    color: #002f87;
    font-size: 18px;
    margin: 25px;
    font-weight: 300;
}

.page-template-template-orchestres-participants .contenu{
  color: #002f87;
  padding: 15px 0;
}

.page-template-template-orchestres-participants .contenu ul{
 padding-left: 0;
 list-style: inside;
}


/***************
*** page TAG ***
****************/
.archive .titre_section span{
  font-size: 18px;
}


/*RESPONSIVE*/
@media(max-width: 1200px){

  .carousel_parent{
    height: 700px;
  }

  #myCarousel{
    height: 580px;
  }

  .home #myCarousel .carousel-inner, .home #myCarousel .item {
    height: 580px;
    overflow: unset;
  }

  .home #myCarousel .carousel-inner, .home #myCarousel .item {
    height:580px;
    overflow: unset;
  }

  .home #myCarousel .item iframe, .home #myCarousel .item video{
  min-height: 580px;
  }

  .author #slider iframe {
    min-height: 447px;
  }

  .video_popup.fancybox-content iframe{
    height: 410px;
  }

  .home .video_popup.fancybox-content iframe{
    height:512px;
  }

  .navbar-nav>li>a{
    padding: 20px 15px;
  }

  footer nav ul li{
    padding: 0 15px;
  }

  footer nav ul li a{
    font-size: 16px;
  }


}


@media(max-width: 991px){

  .navbar{
    z-index: 99;
  }
  .navbar-nav{
    float: none;
  }
  .navbar-collapse{
    height: auto;
    position: static;
  }

  .home .carousel-caption .texte{
    text-align: left;
  }

  .carousel_parent{
  height: auto;
  overflow: hidden;
  }

  #myCarousel{
  height:auto;
  }


  .home #myCarousel .carousel-inner, .home #myCarousel .item{
  height: auto;
  overflow: unset;
  }

  .home #myCarousel .item iframe, .home #myCarousel .item video{
    height: 455px;
    min-height: auto;
    position: static!important;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    background: #005db9;
    font-size: 30px;
  } 

  .author #slider iframe {
    min-height: 458px;
  }

  .home .video_popup.fancybox-content iframe{
  height:390px;
  }




  .le_programme ul,.le_programme p{
    text-align: center;
    overflow: visible;
  }

  .le_programme ul{
    margin-bottom: 70px;
  }

  div.lien_infos{
    text-align: right;
  }

  .sidebar_rs p:before, .intro_fond span:after{
    height: 20px;
    width: 20px;
  }

  .intro_fond span:after{
    margin-left: -10px;
  }

  .article{
    height: auto;
  }

  .article h2:after{
    position: static;
    margin: auto;
    margin-top: 20px;
    margin-bottom:20px;
    height: 20px;
    width: 20px;
  }

  .article .extrait{
    padding-top: 0;
    text-align: center;
  }

  .article a{
    position: static;
    margin: auto;
    margin-bottom: 15px;
  }

  .titre_section{
    width: 100%;
    height: auto;
  }

  .partenaires .titre_section{
    padding-bottom: 0;
  }

  .les_logos{
    line-height: normal;
    height: auto;
    padding-bottom: 40px;
  }

  .post-template-default.single h1{
    padding: 0;
    text-align:center;
  }

  .titre_section:after, .post-type-archive-actualites .titre_section:after, .post-template-default.single h1:after{
    position: static;
    display: block;
    margin: auto;
    margin-top: 20px;
    height: 20px;
    width: 20px;
  }

  .post-template-default.single h1:after{
    margin-top: 0;
    margin-bottom: 20px;
  }


  #programme .ateliers .titre_section:before{
    width: 20px;
    height: 20px;
  }

  #programme .titre_section:after{
    display: inline-block;
  }

  #actuel .citation{
    margin-top: 25px;
  }

  .page-template-template-parrains-marraines .titre_section:after{
    display: none;
  }

  .page-template-template-espace-presse .lien_infos a{
    margin-right: 20px;
  }

  .page-template-template-espace-presse .titre_section:after{
  display: none;
  }

  .article a.button{
    position: static;
    margin: auto;
  }

  .article .extrait p{
    padding-top: 0;
    text-align: center;
  }

  .article .titre:after{
    display: none;
  }

  .article .titre span{
    margin-top: 0;
  }

  .la_video{
  /*height: 300px;*/
  }

  .video_popup a.infos{
    margin: 30px auto 20px auto;
    display: block;

  }






  footer{
    height: auto;
    line-height: normal;
    text-align: center;
    padding: 50px 0;
  }

  footer nav{
    text-align: center;
    margin-top: 30px;
  }

  footer nav ul li{
    padding:20px;
  }




}

@media(max-width:768px){

  .navbar-collapse{
    margin-left: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .navbar-nav>li{
    width: 100%;
    text-align: left;
    background-color: white;
  }

  #myCarousel {
    margin-bottom: 170px;
  }

  .home .carousel-caption{
    line-height: 75px;
    padding: 15px 0;
  }

  .home #myCarousel .item iframe, .home #myCarousel .item video{
    min-height: 375px;
  }

  .autre_article_video a, #archive .bloc, #programme .une_date, .une_date a{
    height: 250px;
  }

  #programme .bloc{
    height: auto;
  }

  #archive h2{    
    padding-top: 90px;
    padding-bottom: 40px;
  }

  #archive h2:before{
    top: 55px;
    height: 20px;
    width: 20px;
    margin-left: -10px;
  }

  .une_date .date:after{
    height: 20px;
    width: 20px;
    margin-left: -10px;
  }


  div.lien_infos{
    text-align: left;
  }

  .home .carousel-caption a.infos{
    margin-left: 0;
  }

  .article h2,.titre_section{
    font-size:24px;
  }

  .titre_section{
    padding: 20px;
  }



  .intro_annee .titre_section, #programme .titre_section{
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    height: auto;
  }


  .intro_fond{
    height: 250px;
    line-height: 250px;
  }



  .section_telechargement{
    height: auto;
    line-height: normal;
  }

  .page-template-template-espace-presse .lien_infos a{
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .page-template-template-espace-presse .titre_section{
    line-height: normal;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .section_orchestre_telechargement .orchestre {
    margin: 0 0 5px 5%;
  }

  .section_orchestre_telechargement a{
    margin: 0 0 40px 0;
  }

  .les_logos{
    background-size: contain;
  }
  
  .page-template-template-parrains-marraines #anciens .photo img{
  width: 100%;
  }

  .page-template-template-parrains-marraines p{
    margin: 15px;
  }

  .page-template-template-parrains-marraines .titre_section, #programme .titre_section{
    font-size: 22px;
    padding: 35px 15px 25px 15px;
  }


  header .logo{
    width: 125px;
    height: 95px
  }

  header {
    background-image: url(img/dates.png);
    background-position: 85% 75%;
    background-repeat: no-repeat;
    background-size: 90px;
    height: 245px;
  }

  footer nav ul li{
    width: 100%;
    max-width: 100%;
  }

  .post-template-default.single video,.author #slider video{
  height: auto;
  width: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  }

  .post-template-default.single iframe, .author #slider iframe{
    min-height: 444px;
  }

  .video_popup.fancybox-content iframe, .video_popup.fancybox-content video{
    height: 300px;
  }

  .post-template-default.single iframe.youtube, .author #slider iframe.youtube, .author #slider .item.image{
    width: 100%;
    height: 300px;
  }

  .home .video_popup.fancybox-content iframe{
  height:300px;
  }



  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    background: #005db9;
    font-size: 22px;
    padding: 0;
    line-height: 17px;
  }

  .video_popup .texte{
    width: 100%;
  }

  .video_popup a.infos{
    margin-top: 0;
  }


}

@media(max-width: 450px){
  .intro_fond{
    text-align: center;
    padding: 0;
  }

  #myCarousel{
    margin-bottom: 285px;
  }

  .home #myCarousel .item iframe, .home #myCarousel .item video{
    height: 270px;
    min-height: auto;
  }

  .post-template-default.single iframe, .author #slider iframe{
    min-height: 270px;
  }

  .video_popup.fancybox-content iframe, .video_popup.fancybox-content video{
    height: 270px;
  }

  .titre_section:after, #programme .titre_section:after, #programme .ateliers .titre_section:before{
    display: none;
  }

  .post-template-default.single iframe.youtube{
    width: 100%;
    height: 250px;
  }

  .post-template-default.single iframe.youtube, .author #slider iframe.youtube, .author #slider .item.image{
    height: 250px;
  }

    .home .video_popup.fancybox-content iframe{
  height:250px;
  }
}