/*
	Theme Name: Ingrid St-Pierre
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
/* 	font-size:62.5%; */

}




body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(img/Ingrid-St-Pierre-Shayne-Laverdiere4.jpg) no-repeat center -200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}


@media only screen and (max-width:767px) {
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(img/Ingrid-St-Pierre-Shayne-Laverdiere-mobile.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}
}





body.demo:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(img/ludmilla.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}





body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;	
	color: #e8e8e8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000;

	
}



.myborder{border: 3px solid #e8e8e8; }




/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


.nav-wrapper{
	
	max-width:1280px;
	width:95%;
	margin:0px auto;
	position:relative;
	
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.btntop{border: 3px solid #e8e8e8;
	padding: 10px 30px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase
}

.nouveaute{margin-top: 50vw}

@media only screen and (max-width:767px) {
	.nouveaute{margin-top: 80vw}
	}


/* wrapper */
.wrapper {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
nav {
	background-color: rgba(0, 0, 0, 0.95);

}

nav ul a{
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(255, 255, 255, 0.80);
	text-transform: uppercase;
	font-size: 14px;
	
}

nav ul a:hover{color: #ffffff}




ul.sidenav a{font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	color:#ffffff;
	-webkit-transition: all 0.1s linear;
/* Safari 3.2+, Chrome */
-moz-transition: all 0.1s linear;
/* Firefox 4-15 */
-o-transition: all 0.1s linear;
/* Opera 10.5–12.00 */
transition: all 0.1s linear;
/* Firefox 16+, Opera 12.50+ */}


nav ul a:hover{color:#ffffff;
	text-decoration: none;
}

a.sidenav-close{color: #fafafa;}

a.sidenav-close i{padding: 20px 20px 20px 10px;}

.sidenav{background-color: rgba(0, 0, 0, 0.9);}

.sidenav li > a{
	color: rgba(250, 250, 250, 0.83);
		font-size: 15px;
}






a.btn-large.white{color: #000}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #0c0b0b;
	color: rgba(245, 245, 245, 0.85);
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


.rose{border: 4px solid #9c6c6c}


.social a{font-size: 21px; 
	margin-left: 10px;
	margin-right: 10px;
}
.footer a{color: #f4f4f4}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.cadre{
	padding: 50px 50px;
	margin-top: 100px;
	margin-bottom: 100px;
	
	background: #141414;  
background: -webkit-linear-gradient(to right, rgba(13, 17, 13, 0.80), rgba(19, 19, 19, 0.80)); 
background: linear-gradient(to right, rgba(13, 17, 13, 0.80), rgba(19, 19, 19, 0.80));


}

@media only screen and (max-width:768px) {
	
	.cadre{
	padding: 15px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
}


@media only screen and (max-width:380px) {
	.container {width: 100%}
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.album img{max-width: 400px;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 15px;
}

.lien_album{margin-bottom: 40px;}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3{font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 900;
	color: #e8e8e8
	
}

h1{text-transform: uppercase;
	font-size: 2.5rem;
}

h1.intro{font-size: 3.2rem;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.60)
}


@media only screen and (max-width:768px) {
	
	h1.intro{font-size: 2.6rem;
	letter-spacing: 5px;
	text-transform: uppercase;
	}
	
	h1{text-transform: uppercase;
	font-size: 2.2rem;
}
	
}


@media only screen and (min-width:768px) {
br.mybreak{display: none}
}


h2{font-size: 1.8rem}


.contact h2{
	padding-bottom: 0;
	margin-bottom: 0;
	}


.contact p a{color: #039be5}


.show{background-color: rgba(0, 0, 0, 0.50)}

a.envente{color: #039be5}

a.envente i{color: #039be5}

p.avenir{color: rgba(255, 255, 255, 0.51)}

.row.liste-spectacles{margin-bottom: 4px !important;}

.liste-spectacles p.dateshow, .liste-spectacles p.salle{margin-bottom: 0; padding-bottom: 0;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
