body {
	font-family: 'AquawaxPro-Light', sans-serif;
    font-size: 17px;
	color: #444;
    font-weight: 400;
	cursor: default;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    opacity: 0;
    transition: .5s;
    background-color: #f4f4f4;
    font-weight: 600;
}

a:hover, a:active, a:focus {
    outline: none;
    border: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
}

h1 {
	font-size: 36px;
	line-height: 1.2;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 30px;
}

h1.sepa {
    position: relative;
    margin-bottom: 60px;
}

h1.sepa::after {
	content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    left: 0;
    bottom: -30px;
    background: #b21a22;
}

h1.sepa.text-center::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2 {
	font-size: 36px;
	line-height: 1.2;
    font-style: normal;
    margin-bottom: 25px;
}

h2.sepa {
	position: relative;
	margin-bottom: 55px;
}

h2.sepa::after {
	content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    left: 0;
    bottom: -30px;
    background: #b21a22;
}

h2.sepa-w::after {
	background: #fff;
	background-repeat: repeat-x;
}

h2.sepa-w::before {
    background: #fff;
    background-repeat: repeat-x;
}

h2.sepa-b::after {
    background: #404040;
    background-repeat: repeat-x;
}

h2.sepa-b::before {
    background: #404040;
    background-repeat: repeat-x;
}

h2.text-center.sepa::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.text-center.sepa::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

h3 {
	font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.1;
}

h3.sepa {
	position: relative;
	margin-bottom: 40px;
}

h3.sepa::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
    bottom: -20px;
	background: #b21a22;
}

h3.text-center.sepa::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3.sepa-2 {
	position: relative;
	margin-bottom: 40px;
}

h3.sepa-2::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 3px;
	left: 0;
    bottom: -15px;
	background: #b21a22;
}

h3.text-center.sepa-2::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h4 {
	font-size: 24px;
	line-height: 1.2;
    margin-bottom: 20px;
}

h4.sepa {
	position: relative;
	margin-bottom: 35px !important;
}

h4.sepa::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
    bottom: -15px;
	background: #b21a22;
	background-repeat: repeat-x;
}

h4.text-center.sepa::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h4.sepa-2 {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 45px;
}

h4.sepa-2::after {
	content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -2px;
	background: #02365b;
}

.title-line {
	overflow: hidden;
	display: block;
}

.title-line h4 {
	display: inline-block;
}

.title-line h4::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    left: -35px;
    bottom: 12px;
    background: #ba2320;
}

.title-line h4::after {
	content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    right: -35px;
    bottom: 12px;
    background: #ba2320;
}

h5 {
	font-size: 20px;
	font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.1;
}

h5.sepa {
	position: relative;
	margin-bottom: 30px;
}

h5.sepa::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 2px;
	left: 0;
    bottom: -15px;
	background: url(img/nav-dots-b.png);
	background-repeat: repeat-x;
}

h5.text-center.sepa::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h6 {
	font-size: 16px;
}

.font-10 {
	font-size: 10px;
}

.font-12 {
	font-size: 12px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

a[href^="tel:"] {
    white-space: nowrap;
}

p.focus {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

/* Elements */

.content {
	position: relative;
}

.content strong {
	font-weight: 900;
}

.content p {
	margin-bottom: 15px;
}

.content p:last-child {
	margin-bottom: 0;
}

.content p.focus {
	font-size: 18px;
}

.content ul {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.content ul:last-child {
    margin-bottom: 0;
}

.content ul li {
	margin-bottom: 5px;
}

.content ul li i {
	color: #00b8e4;
	margin-right: 5px;
}

.content ul.number {
    list-style: decimal;
    padding-left: 30px;
}

.content ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content ol:last-child {
    margin-bottom: 0;
}

.content h2:first-child,
.content h3:first-child {
    margin-top: 0;
}

.content h4 {
    margin-top: 30px;
}

.content hr {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.content img {
    height: auto !important;
}

.title h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.title h2 {
    margin-top: 10px;
}

/* Color */

.color-w {
	color: #fff;
}

a.color-link-w,
.color-link-w a {
    color: #fff;
}

a.color-w:hover {
	color: #222;
}

.color-b {
	color: #202020;
}

.color-r {
    color: #b21a22;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a[href^="tel:"] {
    white-space: nowrap;
}

.content a:hover {
    text-decoration: underline;
}

.bg-color-w {
	background: #fff;
}

/* Button */

a.link {
    color: #000;
    display: inline-block;
}

.btn {
	border: none !important;
	padding: 0 30px;
    line-height: 45px;
	letter-spacing: 1px;
    position: relative;
    z-index: 0;
    font-size: unset;
    border-radius: 0;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover {
    text-decoration: none !important;
}

.btn-sm {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: bold;
}

.btn-lg {
    padding: 12px 30px;
    font-size: 15px;
}

.btn-xl {
    padding: 15px 35px;
    font-size: 18px;
}

.btn-color {
	color: #fff !important;
	position: relative;
    background: #000;
}

.btn-color:hover {
	background: #ba2320 !important;
    color: #fff !important;
}

.btn-color-r {
	background: #b21a22!important;
	color: #fff !important;
    text-shadow: none;
}

.btn-color-r:hover {
	background: #8c0c0e !important;
	color: #fff !important;
}

.btn-border-w {
	background: transparent!important;
	color: #fff !important;
	border: 2px solid #fff !important;
	padding: 11px 26px;
}

.btn-border-w:hover {
	background: #fff !important;
	border: 2px solid #fff !important;
	color: #02365b !important;
    padding: 11px 26px;
}

.btn-border-r {
    background: transparent!important;
    color: #ba2320 !important;
    border: 2px solid #ba2320 !important;
    padding: 10px 22px;
    text-shadow: none;
}

.btn-border-r:hover {
    background: #252930 !important;
    border: 2px solid #252930 !important;
    color: #fff !important;
    padding: 10px 22px;
}

.btn-border-b {
    background: transparent!important;
    color: #252930 !important;
    border: 2px solid #ddd !important;
    padding: 10px 22px;
    text-shadow: none;
}

.btn-border-b:hover {
    background: #252930 !important;
    border: 2px solid #252930 !important;
    color: #fff !important;
    padding: 10px 22px;
}


/* Divers */

.container {
	position: relative;
	z-index: 0;
}

.box-shadow-lg {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.2), 0 -12px 10px -10px rgba(0,0,0,0.2);
}

.icon-size-sm {
	font-size: 15px;
}

.icon-size-md {
	font-size: 30px;
}

.icon-size-lg {
	font-size: 60px;
}

img {
	max-width: 100%;
}

.no-strong {
    font-weight: inherit;
}

/* Form */

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
select, textarea {
	display: block;
    width: 100%;
    height: 50px;
    color: #202020;
    padding: 0px 15px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: 15px;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

select {
	background: #ffffff url(img/arrow-select.png) no-repeat;
	background-position: center right 5px;
	padding-right: 22px;
}

textarea {
	resize: vertical;
	line-height: 1.1;
	padding: 15px;
	height: 100px;
}

[type=reset], [type=submit], [type=button] {
	color: #fff;
	background: #02365b;
}

.check-gdpr {
    width: 50%;
    display: flex;
    align-items: center;
}

.captcha {
    line-height: 0;
    display: none;
    margin-top: 20px;
}

.captcha.visible {
    display: flex;
    justify-content: flex-end;
}

.submit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
    margin-top: 0;
}

::placeholder {
  	color: #aaa;
  	font-weight: 400;
  	font-style: italic;
}

:-ms-input-placeholder {
  	color: #aaa;
  	font-weight: 400;
  	font-style: italic;
}

::-ms-input-placeholder {
  	color: #aaa;
  	font-weight: 400;
  	font-style: italic;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #02365b;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -4px;
}

.checkbox input:checked + label:after {
  	content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #02365b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form .captcha {
    display: flex;
    margin-top: 20px;
}

.form .captcha img {
    margin-right: 10px;
    position: relative;
    top: -4px;
}

span.alert {
    font-size: 12px;
}

#token-hidden {
    display: none;
}


/* Scroll top */

a.top-scroll {
    position: fixed;
    right: -100px;
    bottom: 50px;
    width: 40px;
    line-height: 34px;
    text-align: center;
    background: #ba2320;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    border-radius: 0;
    border: 3px solid #ba2320;
    z-index: 99;
}

a.top-scroll:hover {
    opacity: .9;
}

a.top-scroll i {
    position: relative;
    top: 2px;
}