/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/
.bg-vert {
	background-color: #275042 !important;
}
.text-vert {
	color: #275042 !important;
}
.text-jaune {
	color: #F2CD5C !important;
}
.fixed-title::after, .to-top {
  	background-color: #275042;
}
.nav-holder nav li a {
	color: #275042;
}
.nav-holder nav li a:hover {
	color: #F2CD5C;
}
.text-center {
	text-align: center;
}
.text-start {
	text-align: left !important;
}

/**
 * PAGE ACCUEIL
 */
header .logo-holder a h1 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.47rem;
}
.blog-text {
	margin-top: 1rem;
}
.blog-text h3, .comment-form-holder h3, .comments-holder h3, .project-details h3 {
	font-size: 2.0rem;
	text-transform: revert;
}
.blog-text p {
	font-size: 16px;
	padding-top: 10px;
}
.blog-text li {
	list-style-type: disc;
	margin-left: 1.5rem;
	text-align: left;
	font-size: 16px;
}
/**
 * PAGE SERVICE
 */
.paddingBottom {
	padding:0 0 90px !important;
}
section .container .team-holder .team-box .team-info h3 {
	text-align: left;
}
section.section-columns .section-columns-text .custom-inner .container h3.subtitle {
	padding-left: 30px;
}
section .servicses-holder li {
  padding: 40px 30px;
  cursor: crosshair;
}
/**
 * PAGE CONTACT
 */
div.container h1 {
	color: #FFFFFF;
}
.flat-form #contact-form input[type="email"],
.flat-form #contact-form input[type="tel"],
.flat-form #contact-form input[type="text"],
.flat-form #contact-form  textarea {
	color: #000;
	font-size: 12px;
	padding:0 30px;
	height: 60px;
	line-height: 60px;
	width: 100%;
	background:#fff;
	margin-bottom:20px;
	border:1px solid #eee;
	position:relative;
}

div.content div.inline-facts-holder div.inline-facts {
	width: 33.3%;
}

div.content div.inline-facts-holder div.inline-facts h6 span a {
	font-weight: bolder;
	font-size: 1.2rem;
}

div.content div.inline-facts-holder div.inline-facts h6 span a i {
	margin-bottom: 0px;
	vertical-align: middle;
}

/**
 * PAGE MENTIONS LEGALES
 */
#text {
	padding: 0 30px 20px;
}
#text h3 {
	font-size: 2rem;
	color: #275042;
}
