﻿/*==================== PROJET CLIENT ===================*/

/*Intégration Nicolas Demande client 0407*/
div.footer-icon-container span.cms-icon-pdf{
 display:none;
}
/*Cacher les réseaux du footer*/
.footer-social-category{
 display:none;
}
p.item-description {
    padding-right: 1em%;
    padding-right: 1em%;
}
/*patch Pb icone Pause*/
.icon-pause:before {
    content: '\e85a'!important;
}
/*intégration lecteur audio*/
div#audio{
	display:inline-block;
	 width: 49%;
	 margin-bottom:2em;
}
audio#audioPlayer {
    width: 100%;
}
ul#playlist {
	width: 100%;
}

#playlist li{
    padding: 0.3em;


}

#playlist li:hover, #playlist li:focus, #playlist li:active{
-webkit-box-shadow: 1px 2px 8px 1px rgba(0,0, 0, 0.4);
-moz-box-shadow: 1px 2px 8px 1px rgba(0,0, 0, 0.4);
box-shadow: 1px 2px 8px 1px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
transform: scale(1.01);
    padding-left: 10px;
	 -moz-transition: padding-right .3s ease-in;
     -o-transition: padding-right  .3s ease-in;
     -webkit-transition: padding-right  .3s ease-in;
     transition: padding-right  .3s ease-in;
}

#playlist li a,#playlist li a:hover  {
	text-decoration:none;
}
#playlist li:nth-child(even) {
    background-color: #e6e4e5;
}
#playlist li:nth-child(odd) {
    background-color: #f5f5f5;
}


audio
{
-moz-box-shadow: 2px 2px 2px 0px #beb6b4;
-webkit-box-shadow:  2px 2px 2px 0px #beb6b4;
box-shadow: 2px 2px 2px 0px #beb6b4;

}
div#youtube{
	 display:inline-block;
	 width: 45%;
	 height:45%;
	 margin-right: 3%;
     margin-left: 1em;
}

div#youtube iframe {
   width: 100%;
    height: 100%;
	-moz-box-shadow: 2px 2px 2px 0px #beb6b4;
-webkit-box-shadow:  2px 2px 2px 0px #beb6b4;
box-shadow: 2px 2px 2px 0px #beb6b4;
}

.nav.nav-tabs {
    margin-top: 25px;
    clear: both;
}

footer h3{
	color:#f2f0f1;
}