::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	border-radius: 6px;
}
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 6px;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-selection {
	color: #fff;
	background: #000;
}
::selection {
	color: #fff;
	background: #000;
}
.form-control::-moz-selection {
	color: #fff;
	background: #000;
}
.form-control::selection {
	color: #fff;
	background: #000;
}

html,
body {
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	font-family: "Roboto";
	background-color: #ccc;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/BetonBelanger-BG.jpg");
}
body {
	overflow: hidden;
}
body.loaded {
	overflow: auto;
}
body.no-js {
	overflow: auto;
}

.logo-img {
    padding: 10px;
    pointer-events: none;
    user-select: none;
}

.appear {
	opacity: 0;
	transform: translateY(75px);
	-webkit-transform: translateY(75px);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.appear.appeared {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
body.no-js .appear {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: 0;
	-webkit-transition: 0;
}

h1 {
	margin: 0;
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 35px;
}

a {
	color: #000;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
a span {
	z-index: 1;
	position: relative;
}
a:before {
	top: 0;
	left: -10px;
	width: calc(100% + 20px);
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	background: #000;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: left;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}
a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
a:hover,
a:focus,
a:active {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	padding: 0 10px 35px;
}

b, .bold {
	font-weight: bold;
}

.unselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.uppercase {
	text-transform: uppercase;
}

.page-wrap {
	width: 100%;
	height: 100%;
}

.page-top {
	height: 90%;
	min-height: 500px;
}

.center-wrap-content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap-content {
	display: table;
	text-align: center;
}

.wrap-content svg {
	width: 655px;
	max-width: 80%;
	min-height: auto;
	display: block;
	margin: 0 auto;
}

.page-form {
	padding-bottom: 200px;
}

form.disabled {
	opacity: 0.8;
	pointer-events: none;
}

.form-group {
	margin: 0;
	padding-bottom: 20px;
}

.form-control {
	height: calc(20px + 15px + 2px);
	padding: 10px;
	color: #000000;
	font-size: 14px;
	border-radius: 0;
	border-color: #ffffff;
	background-color: #ffffff;
	resize: none;
}
.form-control:focus {
	border-color: #61A7DB;
	box-shadow: none;
}

.custom-button {
	color: #fff;
	float: right;
	display: block;
	cursor: pointer;
	font-size: 18px;
	min-width: 190px;
	line-height: 60px;
	position: relative;
	background: #000;
	text-align: center;
}
button {
	border: 0;
	color: #000;
	float: right;
	display: none;
	cursor: pointer;
	font-size: 18px;
	min-width: 190px;
	line-height: 60px;
	position: relative;
	background: #C7FF00;
	text-align: center;
}

body.no-js .custom-button {
	display: none;
}
body.no-js button {
	display: block;
}

.footer-bar {
	color: #000;
	background-color: #C7FF00;
}
.footer-bar h3 {
	font-weight: 600;
	padding: 15px 0;
	margin: 0;
}

.phone-alt {
	color: #C7FF00;
}

.result-message-popup {
	font-size: 18px;
	margin-bottom: 10px;
}
.result-message-popup.has-success {
	color: #000;
}
.result-message-popup.has-error {
	color: #ff0000;
}

@media screen and (min-width: 1200px ) {
	
	html,
	body {
		background-size: 100% auto;
	}
	
}
