@charset "utf-8";
/* CSS Document */

/*! CSS Used from: file:///D:/Web/Formation2/css/style.css */
@import url("./plugin/colorbox.css");
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);


::-moz-selection {
background-color:#e6ae49;
color:#FFF;
}
::selection {
	background-color: #e6ae49;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #323232;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #323232;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #e6ae49;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
b {
	font-weight: 600;
}
p {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0 10px 0;
	color: #888;
}
.gray-bg {
	background: #f7f7f7;
	color: #323232;
}
.gray-bg h1, .gray-bg h2 {
	color: #323232;
}
h1, h2, h3 {
	color: #323232;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 43px;
	letter-spacing: 2px;
	line-height: 60px;
}
h2 {
	font-size: 27px;
	letter-spacing: 2px;
	line-height: 37px;
	margin-bottom: 20px;
	padding-top: 10px;
}

h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}

button {
	font-size: 12px;
	line-height: normal;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
button {
	vertical-align: top;
}
button {
	outline: none;
	border: none;
}
button {
	cursor: pointer;
	display: inline-block;
}
button {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}
.spacer-30 {
	width: 100%;
	height: 30px;
}
.spacer-75 {
    width: 100%;
    height: 75px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.header {
	position: relative;
	width: 100%;
}
.header.header-transparent {
	position: absolute;
	z-index: 10002;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}
.header .header-nav {
	width: 100%;
	position: relative;
	z-index: 4;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid;
	border-color: transparent;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.header.header-transparent .header-nav {
	background-color: transparent;
	border-bottom: 0px none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.header-nav {
	display: block;
}
.header-nav > .container {
	position: relative;
	vertical-align: middle;
}
.logo {
	display: inline-block;
	position: relative;
}
.logo a {
	position: relative;
	display: block;
	height: 60px;
	width: 140px;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.logo a img {
	position: absolute;
	max-height: 100%;
	height: 100%;
	width: auto;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.header .nav-menu > ul > li > a, .header .nav-icons > * {
	color: rgba(39,49,62,1);
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.header .nav-menu > ul > li:hover > a, .header .nav-icons > *:hover {
	color: rgba(39,49,62,0.60);
}
.header.header-transparent .nav-menu > ul > li > a, .header.header-transparent .nav-icons > * {
	color: rgba(50,130,140,1);
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.header.header-transparent .nav-menu > ul > li:hover > a, .header.header-transparent .nav-icons > *:hover {
	color: rgba(50,130,140,0.5);
}
.header.header-transparent .logo img.logo-light {
	opacity: 1;
	z-index: 2;
	display: block;
}
.header .logo img.logo-light {
	opacity: 0;
	z-index: 0;
	display: none;
}
.header .nav-menu > ul > li > a::after, .header .nav-menu > ul > li:hover > a::after {
	color: rgba(39,49,62,0.50);
}
.header.header-transparent .nav-menu > ul > li > a::after, .header.header-transparent .nav-menu > ul > li:hover > a::after {
	color: rgba(255,255,255,0.50);
}
@media all and (max-width: 991px) {
.header.header-transparent .nav-menu > ul > li > a {
	color: rgba(39,49,62,1);
}
.header.header-transparent .nav-menu > ul > li:hover > a {
	color: rgba(39,49,62,0.60);
}

 .nav-menu.show-on-mobile {
            display: block;
            width: 100% !important;
        }


}
.nav-menu {
	position: static;
}
.nav-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul > li {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}
.nav-menu > ul > li > a {
	padding: 36px 15px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
@media all and (max-width: 991px) {
.nav-menu {
	display: none;
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
}
.nav-menu > ul > li {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
}
.nav-menu > ul > li:first-child {
	border-top: 1px solid #eee;
}
.header .nav-menu > ul > li > a, .nav-menu > ul > li > a {
	padding: 12px 15px;
	width: 100%;
	display: block;
	position: relative;
	color: #27313e;
	line-height: 1;
}
}
.nav-icons {
	font-size: 22px;
	position: relative;
	padding-left: 10px;
}
.nav-icons .nav-icon-item {
	position: relative;
	display: inline-table;
	line-height: 1;
	min-height: 62px;
	height: 100%;
	padding: 20px 10px;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	vertical-align: middle;
}
.nav-icons .nav-icon-item:last-child {
	padding-right: 0;
}
.nav-icons .nav-icon-item > .nav-icon-trigger {
	position: relative;
	display: block;
	cursor: pointer;
	vertical-align: middle;
}
.menu-mobile-btn i:before {
	content: "\f20e";
}

.menu-mobile-btn.active i:before {
    content: "\f2d7";
}



.inner-intro {
	position: relative;
	padding: 200px 0;
}
.inner-intro h1 {
	font-size: 54px;
	margin-top: 30px;
}
.bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.footer {
	background-color: #f7f7f7;
	color: #323232;
	position: relative;
	width: 100%;
	display: block;
}
.footer .copyright {
	text-align: center;
}
@media (max-width: 767px) {
.footer {
	text-align: center;
}
}

.table tr td, .table tr th {
	vertical-align: top !important;
	line-height: 20px;
    padding: 10px 10px;
}

.wrapper {
	position: relative;
	width: 100%;
}
.inner-intro {
	background-color: #f7f7f7;
	height: 100%;
	display: block;
	position: relative;
	padding: 70px 0;
}
.inner-intro .container {
	position: relative;
	height: 100%;
	display: table;
}
.overlay-light80 {
	position: relative;
	z-index: 1;
}
.overlay-light80:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.overlay-light80:before {
	background-color: rgba(255,255,255,0.8);
}
@media (max-width: 767px) {
.inner-intro .container {
	width: 100%;
	max-width: 720px;
	text-align: center;
}
}
@media (max-width: 767px) {
.container {
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}
}
.parallax {
	position: relative;
}
/*! CSS Used from: file:///D:/Web/Formation2/css/ionicons.css */
.ion {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media (max-width: 991px) {
.ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

    input[type="text"], input[type="search"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid #e0e0e0;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #888;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 13px;
        padding: 10px 15px;
        transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: inline-block;
    }

        input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border-color: #e6ae49;
            color: #323232;
        }

input, textarea, select {
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

    input.input-sm, .input-sm {
        padding: 8px 15px;
    }

textarea {
    height: 120px;
}

label {
    color: #323232;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    display: block;
}

    label.inline {
        display: inline-block !important;
    }

.form-full {
    width: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
}

    .form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
        margin-bottom: 0px;
    }

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 40px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.btn-black {
    color: #fff;
    background: #323232;
    border: none;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

@media (min-width: 767px) {
    .rst-no-wrap {
        white-space: nowrap;
    }
}

.rst-container {
	color: black;
	font-size: 14px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.rst-text-left,
.table {
	text-align: left;		
}

p {
	color: black;
}
