/**********************************************************************************

	put here your custom CSS code to modify the design of IceTheme template
	
	* We strongly reccommend you to not edit other CSS or Less files as in 
	case you will update the template all your changes might be lost.	
	
**********************************************************************************/
body, p, ul, div {
	color: #213b4b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	font-size: 14px;
}

a {
  color: #0066a2;
}

p {
	margin-bottom: 18px;
}

ul li {
	line-height: 20px;
	margin-bottom: 15px;
}

#sp-head h1 {
	/*font-family: 'Marck Script', cursive;*/
	font-family: 'Kalam', cursive !important;
	color: #315b75;
	margin-bottom: 15px;
	text-align: center;
}

header img.logo {
	width: 75px;
	float: left;
	margin-right: 30px;
}

header img.logo2 {
	width: 120px;
	float: right;
	margin-left: 20px;
}

h1, h2, h2.componentheading, .guestbook h1 {
	font-family: 'Architects Daughter', cursive;
	color: #444;
	font-size: 3em;
	margin-bottom: 30px;
}

h1 {
	font-size: 42px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

#sp-menu .justify-content-end {
	justify-content: center !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
	color: #5b7900;
}

#sp-page-builder {
	padding: 0 15%;
}

#content h3.moduletable_heading {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 35px 0;
  padding: 0;
}

#content h3.moduletable_heading:before {
  background: #81ac00;
  bottom: -12px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 35px;
}

#content div#middlecol {
	margin: auto;
	width: 90%;
	float: none;
}

#content div#middlecol ul li {
	margin-bottom: 15px;
}

#content div#middlecol ul.indent li {
	margin-left: 50px;
}


#showcase {
	background-image: url("/images/accueil-1.jpg") !important;
}

#testimonials, #it_tagline {
	margin-left: 30px;
}

#testimonials .testimonials_author{
	text-align: left;
	margin-top: 50px;
}

/* Citations pages */
div.citation1 .sppb-addon-testimonial-footer {
  float: right;
  width: 20%;
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  color: #333;
  padding-top: 30px;
  padding-right: 100px;
}

div.citation1 .sppb-addon-testimonial-review p {
  color: #333333;
  width: 80%;
  float: left;
  margin: 0;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 40px;
  font-family: "Coming Soon", Courier, monospace;
}
div.sansimg .sppb-addon-testimonial-review {
	font-size: 20px;
}
div.citation1 .sppb-addon-testimonial-review p:before,
div.citation1 .sppb-addon-testimonial-review p:after,
div.citation1 .sppb-addon-testimonial-review p:before,
div.citation1 .sppb-addon-testimonial-review p:after {
  color: #81ac00;
  opacity: .75;
  font-size: 120px;
}
div.citation1 .sppb-addon-testimonial-review p:before, div.citation1 .sppb-addon-testimonial-review p:before {
  top: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  position: relative;
}
div.citation1 .sppb-addon-testimonial-review p:after, div.citation1 .sppb-addon-testimonial-review p:after {
  top: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: close-quote;
  position: relative;
}
/* */

img.imgrond {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 100%;
}

img.imgrond {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img.imgrond:hover {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: .7;
}

p.inlineblock a {
	display: inline-block;
}

.partenaires a {
	float: right;
}

/* Sous-menu onglets */
#content div.onglets ul li {
	list-style-type : none;
	display: inline-block;
	margin-right: 25px;
	color: #0066a2;
	border: 1px solid #2e9cdd;
	padding: 10px;
}

#content div.onglets ul li:hover {
	background-color: #2e9cdd;
	color: #fff;	
}

#content div.onglets ul li a {
	color: #0066a2;
}

#content div.onglets ul li a:hover {
	color: #fff;
}

div.therapies {
	text-align: center;
	margin-bottom: 20px;
}

div.therapies div.type {
	display: inline-block;
	width: 24%;
	font-weight: bold;
	font-size: 1.2em;
}

div.therapies div.type a {
	color: #213b4b;
	display: block ruby;
	font-size: 17px;
}


/* CONTACT */
div.contact .dl-horizontal dd {
	margin-left: 100px;
}

div.contact .dl-horizontal dt {
	width: 70px;
}

div.contact input, div.contact textarea {
	width: 50%;
}

span.map {
	float: right;
}

div.contact .contact-position.dl-horizontal {
	height: 30px;
}

.com-contact #sp-main-body, .com-content #sp-main-body, .com_phocaguestbook #sp-main-body {
	padding: 0;
}

.com-contact #sp-main-body .container, .com-content #sp-main-body .container, .com_phocaguestbook #sp-main-body .container {
	display: contents;
}

.com-contact #sp-main-body .container div.com-contact, .com-content #sp-main-body .container div.blog, .com_phocaguestbook #sp-main-body div.guestbook {
	padding: 0 15%;
}

.com-contact #sp-main-body .container div.com-contact dt {
	display: none;
}

/* BLOG */
div.blog div.item-image img {
	width: 300px;
	max-height: 200px;
}

div.blog a.button {
	border: 1px solid #005580;
	padding: 5px 10px;
	background-color: #ccc;
	color: #005580;
}

div.blog div.items-row {
	margin-bottom: 25px;
}

/* IE */
@media screen and (min-width:0\0) {
	#testimonials blockquote::before, #content div.citation1 blockquote::before {
		top: 2px;
	}
	#testimonials blockquote::after, #content div.citation1 blockquote::after {
		top: 2px;
	}
}

.well-small {
	padding: 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
	border: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	text-align: left;
	position: relative;
	margin: 10px 0;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 40px;
	font-family: "Coming Soon", Courier, monospace;
}

.well blockquote::before {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	content: open-quote;
	font-size: 120px;
	position: absolute;
	top: 55px;
	left: 10px;
}

.well blockquote::after {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	content: close-quote;
	font-size: 120px;
	position: absolute;
	bottom: -5px;
	right: 15px;
}

.well blockquote p {
	font-family: "Coming Soon", Courier, monospace !important;
	font-size: 15px;
	line-height: 30px;
}  

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
  font-size: 85%;
}

.guestbook hr.pgb_border {
	margin: 0;
}

.guestbook .pgblockquote {
	font-size: 1.1em;
	line-height: 30px;
}

.guestbook blockquote::before, .guestbook blockquote::after {
	font-size: 50px;
}

.guestbook .pgcenter {
	text-align: center;
}

.guestbook .pagination {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
	margin: 0;
}

.guestbook .pagination ul.pagination {
	display: inline-flex;
}

.pagination ul li a {
	color: #999;
}

.diaporama div.sppb-row-container {
	display:inline;
}

.diaporama div.sppb-row-container img {
	max-height:580px;
}

#sp-bottom, #sp-bottombis {
	background-color: #f4f5ef	 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 60px 200px 30px 200px;
}

#sp-bottombis {
	color: #999;
	font-size: 13px;
	padding: 0;
}

#sp-bottom .sp-module .sp-module-title {
	color: #333333;
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 35px;
	padding: 0;
	position: relative;
}

#sp-bottom .sp-module .sp-module-title::after {
  background: #81ac00;
  width: 15px;
  content: "";
  height: 1px;
  width: 35px;
  margin-top: 10px;
  display: block;
}

#sp-bottom address {
	color: #213b4b;
}

#sp-bottom3 .sp-module {
	margin: 0;
}

#sp-footer {
	text-align: center;
}

#sp-footer .container {
	display:inline-block;
	border:solid;
	border-width:1px 0 0 0;
	border-image: linear-gradient(to right, white, #c6caad, white) 1;
}

#sp-footer1 {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sp-footer1 .sp-copyright {
	font-style: italic;
	font-size: 13px;
}

#sp-footer #sp-footer2 {
	text-align: center;
}

#sp-footer2 ul li a {
	color: #999999;
	font-style: italic;
	font-size: 13px;
}