/*-----------------------------------------------------------------------------------

	
	 Theme Name:   QUANTUM - Business WordPress Theme (CHILD)
	 Theme URI:    http://www.pulsarmedia.ca
	 Description:  QUANTUM Child Theme
	 Author:       Pulsar Media
	 Author URI:   http://www.pulsarmedia.ca
	 Template:     quantum-theme
	 Version:      1.9.5
	 License:      GNU General Public License v2 or later
	 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
	 Text Domain:  quantum-theme-child


General comments (optional).
-----------------------------------------------------------------------------------------*/

p  {
	line-height: 48px; 
}
.VideoPlayer {
    height: 700px;
}

.entry-meta a{
	font-size: 150%;
	color: #000000;
}

table#table-perso td{
	background-color: #ffffff;
	border: 1px solid white;
}

p#important {
	font-size: 130%;
}

a#lienpost {
  margin-top: 80px;
  margin-bottom: 80px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100px;
  text-decoration : underline;
  color : #2b5d83;
}


.pm-blog-post-img-container {
  width: auto;
  height: 286px; 
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center; }

.pm-sub-header-container {
  height: 490px;
  width: 100%;
  /*background-position:top center;
  background-attachment:fixed;*/
  margin-top: -97px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
.VideoPlayer {
    height: 400px;
}
}

@media screen and (max-width: 767px) {
.VideoPlayer {
    height: 250px;
}
p , ul, li{
	font-size: 95%;
}
.entry-meta a{
	font-size: 100%;
}
p#important {
	font-size: 110%;
}

a#lienpost {
  line-height: 40px;
  font-size: 16px;
}
}
