@charset "utf-8";
/*
	Theme Name: Salle Dottori
	Version: 1.0
	Author: Christian Groulx - Atelier-Web * Cg
	Author URI: http://www.atelierwebcg.ca
*/

/* Changement de couleurs
***************************************************/
/* 0088cc » 00634f + 006633 moyen, + 235030 foncé */

/* Ajouts */
a:focus, a:hover {color: #aeaeae !important; text-decoration: none !important;}

.blanc {color: #ffffff !important;}
.noir {color: #010203 !important;}

.text-justify {text-align: justify !important;}

/* Ligne 5 */
p {font-size: 1.2em; font-weight: 300; line-height: 1.375em; margin: auto;}
p.shadows {font-size: 1.4em; font-family: "Shadows Into Light", cursive !important; letter-spacing: 2px; margin-top: 6px;}

/* Ligne 5 */
.lead {font-size: 1.5em; font-weight: 300; line-height: 1.125em; margin: auto;}

/* Ligne 8 */
h1, h2 {letter-spacing: -1px;}
h1, h2, h3, h4, h5, h6
{
  color: #00634f !important;
  font-weight: 300;
  text-transform: none !important;
}

/* Ligne 21 */
h2
{
  font-size: 2.2em;
  line-height: 2.4em;
  margin: auto !important;
  padding-top: 0px !important;
  top: auto !important;
}

h2.shadows {font-size: 2.4em; font-family: "Shadows Into Light", cursive !important; font-weight: 700 !important; letter-spacing: 2px;}

/* Dividers */
hr {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	border: 0;
	height: 1px;
	margin: 12px 0;
}

hr.light {
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 2.0), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 2.0), transparent);
}

.mt-xlgx {margin-top: 36px !important;}


/* Home Player */
.home-player {
	background: #f4f4f4;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	position: relative;
	top: 36px;
}

.home-player a.home-player-icon {
	font-size: 50px;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
}

.home-player a.home-player-icon i.fa {
	-webkit-text-stroke: 0.5px;
}
/* Bouton */
.btn-ticketacces {
	background-color: #990000;
	border-color: #990000 #990000 #bd2130;
	color: #fff;
}

.btn-ticketacces:hover, .btn-ticketacces.hover {
	background-color: #b00000;
	border-color: #b00000 #b00000 #990000;
	color: #fff;
}

.btn-ticketacces:focus, .btn-ticketacces.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.content-grid .content-grid-item .img-fluid {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

/*
@media (min-width: 992px) {
	#header .header-btn-collapse-nav {
		display: block !important;
		float: right !important;
		margin: 12px 10px 6px !important;
	}

	#header .header-nav-main.collapse {
		display: none !important;
	}

	#header .header-nav-main.collapse.in {
		display: block !important;
	}
}
*/

/* Cg */
.col-md-4 {margin: auto; padding: 2px;}

/* Ligne 41 */
#header .header-body
{
  background-color: #ffffff;
  border-top-color: #00634f !important;
  border-bottom: none;
  padding: 8px 0;
  transition-property: min-height;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  width: 100%;
  z-index: 1001;
  min-height: 125px;
}

/* Ligne 455 */
html.sticky-header-active #header .header-body
{
  position: fixed;
  /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); */
}


/* Ligne 1887 */
section.section {margin: 6px auto; padding: 6px 0;}

/* Ligne 4489 */
.featured-box .box-content
{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-width: 4px;
  min-height: 180px !important;
  margin: auto;
  padding-top: 12px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  position: relative;
  top: -1px;
  text-align: center;
}

/* Ligne 6431 */
html .scroll-to-top {

bottom: 10px;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
}

@media (max-width: 991px) {
	.text-justify {text-align: left !important;}
}

@media (max-width: 480px) {
	h2.word-rotator-title {display: none !important;}
	.text-justify {text-align: left !important;}
	.img-responsive {width: 100%;}
	.header-logo {max-width: 111px;}
	.video_none {display: none !important;}
}
