/** 
 * main.css
 * 
 */
 
/* Typography 
 * Use the Bootstrap font stack. 
 * Override here to change font
 */ 
body {
	/* set a base font style & size */
	font-size: 16px;
}

h1, h2 {
	color: #0F3057;
	font-family: 'Arsenal', Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 48px;
}

h1, h2, h3 {
	text-align: center;
	margin: 20px 5px;
}

h2 {
	margin-top: 10px;
	font-size: 25px;
	color: teal;
	line-height: 30px;
}


p {
	color: #333330;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
	
}


/* End of typography */
#ajax-spinner{
	height: 0;
	width: 0;
	display: none;
}

.loader {
	position:absolute;
	left:0;
	right:0;
	top: 50%;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
	z-index: 100;
}

.img-responsive {
	margin: 0 auto;
} 

.thumbs {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}

 /* Navigation menu */ 
.navbar {
   margin-bottom: 0;
   border-radius: 0;
   border: 0;
}

.navbar .navbar-brand {
	font-size: inherit; 
}

.navbar .navbar-brand.active {
	color: white;	
	background-color: #080808;	
}

 /* Add a gray background color and some padding to the footer */
 footer {
 	text-align: center;
   background-color: #383838;
   color: white;
   padding: 25px 0;
   border: 1px solid #ccc; 
   margin-top: 10px;
}

footer p {
	color: white;
	margin-bottom: inherit;
}

footer img {
	margin: 5px 0; 
}

footer p.credits {
	float: right;
}

.credits {
	font-size: smaller;
	font-style: italic;
	color: #ddd;
}

.credits a {
	color: #ccc;
}

a.terms {
	color: teal;
}

.carousel-inner img {
   width: 100%; 
   margin: auto;
}

header {
	margin-bottom: 10px;
	padding: 0;
	margin: 0;
	
}

header .container-fluid {
	padding: 0;
	margin: 0;

}

header .row-fluid {
	padding: 0;
	margin: 0;

}

.links figure {
	padding-top: 45px;
}

.ajax-link.btn {
	padding: 6px 7px;
}

.bio p,
.services p,
.cabinet p {
	margin: 10px;
}

figcaption {
	text-align: center;
	font-size: smaller;
	margin-bottom: 5px;
}

.text-panel {
	margin-top: 10px;
}

/* All pages horiz. ruler */
hr {
  border: 3px solid #ddd;
  border-radius: 5px;
}

/* id 1021 Qui suis-je */ 
.page-1021 img {
	margin-top: 15px;
	padding: 5px;
	
}

/* id 1025 Contactez-nous */
.page-1025 .checkbox-inline {
	margin-bottom: 10px;
	font-weight: bolder;
}

/* id 1041 Consultations */
.page-1041 p a,
.page-1041 li a {
	background-color: #eee;
	padding: 5px;
   border-radius: 3px;
}

.page-1023 ol {
	padding-left: 10px;
}

.page-1023 li {
	position: relative;
	margin-left: 30px; 
	padding: 5px 0;
 
}

li:before {
	font-size: 20px;
}

/* 1023 Thérapie Florale de Bach */
.page-1023 li:before {
	content: '❀';
	color: blueviolet;
	position: absolute;
	top: 7px;
	left: -45px;
}

.page-1041 ul {
	background-color: #efefef;
	padding: 0 25px;
}

.page-1023 ol li,
.page-1041 ul li {
	padding: 10px 0;
}

.page-1041 a.btn {
	margin-top: 25px;
	margin-bottom: 10px;
	width: 100%;
}

.page-1041 table {
	margin: 15px 0;
}

.page-1041 tbody {
	background-color: #efefef;
}

.page-1041 td {
	padding: 0 10px;
}

.page-1041 table caption {
	text-align: center;
	font-weight: bold;
	color: black;
	background-color: #efefef;

}

/* 1060 Psycho. */
/* 1061 Sexo. */
.page-1060 ul,
.page-1061 ul {
	padding-left: 5px;
	font-size: 16px;
}

.page-1060 li,
.page-1061 li {
  	list-style-type: none;
	position: relative;
	margin-left: 15px; 
	padding: 5px 0;
 
}

.page-1060 li:before,
.page-1061 li:before {
	content: "\27bd \0020";
	color: gray;
	position: absolute;
	top: 2px;
	left: -25px;
}

#site-search {
	color: black;
}

#search-form button {
	outline-style: none;
}

.search-box {
	display: none;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    max-width: 450px;
    margin: 0.25em 0;
    margin-bottom: 28px;
	 padding: 0.25em 40px; 
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:#ececec;
}
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}

mark{
    background: orange;
    color: black;
}

/* Make the psychologue provided widget centred in our footer */
#js_widget {
	display: block;
   margin-left: auto;
   margin-right: auto;
   width: 200px;
}

.ie-common-widget.ie-reviews {
	margin-top: 5px;
}

.data-notice {
	font-style: italic;
	font-weight: lighter;
	text-align: justify;
}

.btn-success {
	touch-action: auto;
}

/* Google embedded map on Contact page */
/* (400/600 = 0.666 = 66.66%) */

.google-maps {
    position: relative;
    padding-bottom: 66.66%; 
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.warn {
	font-weight: bold;
	color: red;
}

.nojs {
	font-weight: bold;
	color: red;
}

.hilight {
	display: none;
	margin: 10px 0 0 0;
 	padding: 0 5px;
	font-size: 13px;
	font-style: normal;
	background-color: #efefef; 
	text-align:center;
}

.text-panel:hover .hilight {
	display: block; 
}	

.revealButton,
.mobButton {
    cursor: pointer; 
    color: #11828D;
	 font-weight: bold;
    display: none;
/*  background: none;
    border: none;
    padding: 0 0 5px 0;
*/
    
}

.reveal {
	display: none;
}

.mobReveal {
	display: block;
}

/* Trigger breakpoint for my isMobile function */
/* Portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
@media only screen and (max-width: 600px) {
 	h1 {font-size: 28px; margin: 5px;}
 	h2 {font-size: 14px; margin: 0;}
	.links figure {padding: 5px 0;}	.page-1041 td p {font-size: 13px;}
 	ol li, .page-1041 ul li {font-size: 13px;}	
 	.text-panel {margin-top: 0;} 
 	body {font-size: 13px;} 
 	p {margin-bottom: 0;}
}
