/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Primary Colors */
/*
$WhiteSmoke         : #f3f3f3;
$gray             	: #4d4d4d;
$grayprimary        : #666666;
$basicBlack			: #111111;

$darkGreen          : #134611;
$Green         		: #339933;
$lightGreen			: #b2c92b;
$Orange 			: #f14b14;
$darkYellow         : #6c7b1e;
*/
/* icons font*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3wyzxk");
  src: url("../fonts/icomoon.eot?3wyzxk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3wyzxk") format("truetype"), url("../fonts/icomoon.woff?3wyzxk") format("woff"), url("../fonts/icomoon.svg?3wyzxk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-picto_pdf:before {
  content: "\e900";
}

.icon-picto_recherche:before {
  content: "\e901";
}

.icon-picto_securite:before {
  content: "\e902";
}

.icon-picto_tracabilite:before {
  content: "\e903";
}

.icon-picto_video:before {
  content: "\e904";
}

.icon-picto_biocompatibilite:before {
  content: "\e905";
}

.icon-picto_optimisation:before {
  content: "\e906";
}

/* ------------------ */
/* == Global          */
/* ------------------ */
html {
  font-size: 62.5%;
}

html, body, .wh-auto {
  width: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  font-family: "Muli", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
}
@media (max-width: 575px) {
  p {
    font-size: 15px;
  }
}

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

button:focus {
  outline: none;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 575px) {
  ul li {
    font-size: 15px;
  }
}

.img-container {
  background-repeat: no-repeat;
  background-position: center center;
  /*@include background-size(cover);*/
}

.img-ratio {
  position: relative;
  overflow: hidden;
}
.img-ratio:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.img-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-top-border {
  border-top: 0 !important;
}

.no-btm-border {
  border-bottom: 0 !important;
}

/* ------------------ */
/* == Mixins          */
/* ------------------ */
/* ------------------ */
/* == Mixins          */
/* ------------------ */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* ------------------ */
/* == Typography      */
/* ------------------ */
h1, .title-h1,
h2, .title-h2,
h3, .title-h3,
h4, .title-h4,
h5, .title-h5 {
  font-family: "Muli", sans-serif;
}

h1, .title-h1 {
  font-size: 74px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  h1, .title-h1 {
    font-size: 40px;
  }
}

h2, .title-h2 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h2, .title-h2 {
    font-size: 30px;
  }
}

h3, .title-h3 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  h3, .title-h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3, .title-h3 {
    font-size: 18px;
  }
}

h4, .title-h4 {
  font-size: 16px;
}

h5, .title-h5 {
  font-size: 1.5rem;
}

h6, .title-h6 {
  font-size: 1.3rem;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.map-box {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 21px 24px 59px 0px rgba(137, 137, 137, 0.35);
  margin-bottom: 50px;
}
.map-box .map-box-content {
  /*overflow-y: auto;*/
  height: 530px;
  padding-left: 0;
  padding-top: 10px;
  /*padding-right: 45px;*/
}
.map-box ._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00a3c6;
  border-radius: 10px;
  width: 7px;
}
.map-box .infobox {
  padding: 15px 40px;
}
.map-box .infobox address, .map-box .infobox p {
  margin-bottom: 0;
}
.map-box #accordion > .card-content .card-header {
  font-family: "Muli", sans-serif;
  background: transparent;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #00a3c6;
  padding: 20px;
  display: block;
  position: relative;
}
.map-box #accordion > .card-content .card-header .fa {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
.map-box #accordion > .card-content .card-header:hover, .map-box #accordion > .card-content .card-header:focus {
  color: #00a3c6;
}
.map-box #accordion > .card-content .card-content {
  padding: 0 0 0 40px;
}
.map-box #accordion > .card-content .card-content .card-header {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
}
.map-box #accordion > .card-content .card-content .card-header.collapsed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.map-box #accordion > .card-content .card-content .card-header .fa {
  color: #000;
}
.map-box #accordion > .card-content .childCollapse {
  padding: 15px 0;
}
.map-box #accordion > .card-content .childCollapse .address {
  margin-bottom: 20px;
}
.map-box #accordion > .card-content .childCollapse .address span {
  display: block;
}
.map-box #accordion > .card-content .childCollapse .address span.raison_social {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.map-box #accordion > .card-content .childCollapse .address a {
  color: #00a3c6;
  border-bottom: 1px solid;
}
.map-box #accordion > .card-content .childCollapse .address:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}
table.table thead th {
  background: #ad7eb4;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 400;
}
table.table td, table.table th {
  padding: 10px 15px;
  border-top: 0;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.list-files {
  width: 100%;
  overflow: hidden;
}
.list-files li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .list-files li {
    width: 100%;
  }
}
.list-files li.file-down > div:first-child {
  margin-right: 15px;
}
.list-files li img {
  height: auto;
}
.list-files li a {
  font-size: 18px;
  color: #00a3c6;
  font-weight: 700;
  display: flex;
  line-height: 1.2;
}
.list-files li a:hover {
  color: #000000;
}
.list-files li a i {
  font-size: 24px;
}
.list-files li a span {
  padding-left: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ------------------- */
/* == Buttons          */
/* ------------------- */
.btn {
  font-size: 21px;
  font-weight: 800;
  box-shadow: none;
  padding: 12px 20px;
  cursor: pointer;
  white-space: pre-wrap;
}
.btn.btn-default {
  background: #00a3c6;
  color: #ffffff;
  width: 360px;
  border-color: #00a3c6;
  border-radius: 10px;
  max-width: 100%;
}
.btn.btn-default.btn-sm {
  width: auto;
  padding: 10px 20px;
  font-size: 19px;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background: transparent;
  color: #00a3c6;
  border-color: #00a3c6;
}
@media (max-width: 767px) {
  .btn.btn-default {
    width: 100%;
    font-size: 18px;
  }
}
.btn.btn-primary {
  background: #ffffff;
  color: #00a3c6;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #00a3c6;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-secondary {
  background: #00a3c6;
  color: #ffffff;
  padding: 12px 90px;
  border-color: #00a3c6;
  border-radius: 10px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #ffffff;
  color: #00a3c6;
  border-color: #00a3c6;
}
.btn.btn-small {
  background: #00a3c6;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  padding: 6px 12px;
}
.btn.btn-small:hover, .btn.btn-small:focus {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-small-primary {
  background: #00a3c6;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 10px;
}
.btn.btn-small-primary:hover, .btn.btn-small-primary:focus {
  background: #ffffff;
  color: #00a3c6;
  border-color: #00a3c6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* --------------- */
/* == Forms        */
/* --------------- */
label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.8rem;
  font-weight: 700;
}

.form-control {
  font-size: 1.4rem;
  height: 38px;
}

.radio-group {
  width: 100%;
}
.radio-group .radio-group-inner {
  background: #f3f3f3;
  padding: 25px 30px 20px;
  display: inline-block;
}
.radio-group .label-group {
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
  display: block;
}
.radio-group .form-check {
  margin-bottom: 0;
}
.radio-group .form-check.form-check-inline + .form-check-inline {
  margin-left: 45px;
}

.form-check .form-check-label {
  font-weight: 300;
}
.form-check .form-check-label a {
  text-decoration: underline;
}

.custom-control {
  padding-left: 2.4rem;
}
.custom-control .custom-control-indicator {
  border: 1px solid #919191;
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjUuNzU0cHgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDI1Ljc1NDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDI1Ljc1NCIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJMYXllcl8xIi8+PGcgaWQ9ImNoZWNrIj48Zz48cG9seWdvbiBwb2ludHM9IjExLjk0MSwyNS43NTQgMCwxMy44MTIgNS42OTUsOC4xMTcgMTEuOTQxLDE0LjM2MyAyNi4zMDUsMCAzMiw1LjY5NSAxMS45NDEsMjUuNzU0ICAgIiBzdHlsZT0iZmlsbDojNEU0RTUwOyIvPjwvZz48L2c+PC9zdmc+");
}
.custom-control .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none !important;
}
.custom-control .custom-control-description {
  font-weight: 300;
}
.custom-control .custom-control-description a {
  font-weight: 400;
  text-decoration: underline;
}

.form-item {
  margin-bottom: 1rem;
}

.form-type-checkbox {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
.form-type-checkbox label {
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
.form-type-checkbox [type="checkbox"]:not(:checked),
.form-type-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-type-checkbox [type="checkbox"]:not(:checked) + label,
.form-type-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.4rem;
  cursor: pointer;
}
.form-type-checkbox [type="checkbox"]:not(:checked) + label:before,
.form-type-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #919191;
  background: #fff;
}
.form-type-checkbox [type="checkbox"]:not(:checked) + label:after,
.form-type-checkbox [type="checkbox"]:checked + label:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjUuNzU0cHgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDI1Ljc1NDsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDI1Ljc1NCIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJMYXllcl8xIi8+PGcgaWQ9ImNoZWNrIj48Zz48cG9seWdvbiBwb2ludHM9IjExLjk0MSwyNS43NTQgMCwxMy44MTIgNS42OTUsOC4xMTcgMTEuOTQxLDE0LjM2MyAyNi4zMDUsMCAzMiw1LjY5NSAxMS45NDEsMjUuNzU0ICAgIiBzdHlsZT0iZmlsbDojNEU0RTUwOyIvPjwvZz48L2c+PC9zdmc+");
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #09ad7e;
  width: 1.5rem;
  height: 1.5rem;
  font-weight: normal;
  transition: all .2s;
}
.form-type-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-type-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-type-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.form-type-checkbox [type="checkbox"]:disabled:checked + label:before {
  border-color: #bbb;
  background-color: #ddd;
}
.form-type-checkbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.form-type-checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* a {
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}
	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}
	&:focus {
		outline: thin dotted;
	}
	&:hover,
	&:active {
		outline: 0;
	}
}
 */
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* ----------------- */
/* == Navigation      */
/* ------------------*/
.navbar {
  clear: both;
  padding: 0;
}
@media (max-width: 767px) {
  .navbar {
    height: 100px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .navbar .navigation {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .navbar .navigation {
    width: 100vw;
    position: absolute;
    left: 50%;
    top: 82px;
    margin-left: -50vw;
    z-index: 10;
  }
}
.navbar .navigation .navbar-collapse {
  align-items: flex-start;
}
.navbar .navigation .right_arrow {
  display: none;
}
.navbar .navigation .nav-menu {
  float: right;
}
@media (max-width: 750px) {
  .navbar .navigation .menu-item-has-children > .right_arrow {
    display: block;
    float: right;
    position: absolute;
    z-index: 99999;
    padding: 18px;
    margin-bottom: 0;
    right: 0;
    top: -18px;
    cursor: pointer;
  }
}
.navbar .navigation > ul {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .navbar .navigation > ul {
    float: none !important;
    background-color: #e0e0e0 !important;
    padding: 20px;
  }
}
.navbar .navigation > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  max-width: 180px;
}
@media (max-width: 767px) {
  .navbar .navigation > ul > li {
    max-width: inherit;
    display: block;
    margin: 0;
    text-transform: uppercase;
  }
  .navbar .navigation > ul > li.link-item.active .sub-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar .navigation > ul > li:hover .sub-menu {
    display: block;
  }
}
.navbar .navigation > ul > li.current_page_item > a {
  color: #00a3c6;
}
.navbar .navigation > ul > li a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  padding: .6rem .8rem;
  display: block;
}
.navbar .navigation > ul > li a:hover, .navbar .navigation > ul > li a:focus {
  color: #00a3c6;
}
.navbar .navigation > ul > li a .fa-plus {
  padding: 5px 15px;
}
@media (max-width: 750px) {
  .navbar .navigation > ul > li a {
    width: 80%;
  }
}
.navbar .navigation > ul > li.menu-item.focus .sub-menu {
  display: block;
}
.navbar .navigation > ul > li.menu-item.active {
  background-color: transparent !important;
}
.navbar .navigation > ul > li.focus .sub-menu {
  display: block !important;
}
.navbar .navigation > ul > li .sub-menu {
  padding: 15px;
  position: absolute;
  top: 100%;
  background-color: #fff;
  left: 0;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .navbar .navigation > ul > li .sub-menu {
    position: initial;
    padding-left: 30px;
  }
}
.navbar .navigation > ul > li .sub-menu li a {
  padding: 0;
  line-height: 1.2;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .navbar .navigation > ul > li .sub-menu.showMenu {
    display: block !important;
  }
}
.navbar .navbar-brand {
  padding: 0;
  font-size: 4rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 0;
  }
}
.navbar .navbar-brand:hover {
  opacity: 0.8;
}
.navbar .navbar-brand img {
  float: left;
}
.navbar .navbar-brand span {
  display: block;
  margin-left: 1.6rem;
  line-height: 1.1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .navbar .navbar-brand span {
    display: none;
  }
}
.navbar .navbar-brand .firsttitle {
  margin-top: 1rem;
}
.navbar .navbar-brand .subtitle {
  font-size: 2.6rem;
}
.navbar.toggled .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.navbar.toggled .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar.toggled .navbar-toggler .icon-bar:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
.navbar .navbar-toggler {
  padding: .25rem .5rem;
  border: 0;
}
.navbar .navbar-toggler .icon-bar {
  position: relative;
  height: 3px;
  width: 30px;
  background: #404040;
  display: block;
  margin: 6px 0;
  transition: all .4s;
  transform-origin: center;
}

.posts-navigation {
  padding-top: 30px;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}
.posts-navigation .nav-previous {
  float: left;
}
.posts-navigation .nav-next {
  float: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  *zoom: 1;
}
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/**************/
.banner-head {
  background-color: #fff;
  line-height: 1.2;
  overflow: hidden;
  box-shadow: 0 1px 30px -3px #999;
  border-radius: 15px;
  padding-top: 25px;
  margin-bottom: 80px;
}
.banner-head .body-text {
  margin-top: 10px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .banner-head .body-text {
    padding: 10px;
  }
}
.banner-head .main-title {
  margin-bottom: 0px;
  margin-left: 25px;
  text-align: left;
}
.banner-head .main-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 60px;
  background: #00a3c6;
  height: 5px;
}
.banner-head .main-title p {
  padding-bottom: 20px;
}
.banner-head .item-box {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: -15px;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #00a3c6;
}
@media (max-width: 767px) {
  .banner-head .item-box {
    left: 0;
    transform: none;
    position: relative;
  }
}
.banner-head .item-box a {
  font-size: 18px;
  font-weight: 700;
  color: #00a3c6;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* -------------- */
/* == Header      */
/* ---------------*/
#header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home #header {
  height: 100vh;
}
@media (max-width: 767px) {
  .home #header {
    height: auto;
  }
}
.home #header .pageinfo h1 {
  width: 55%;
  margin-top: 7%;
  font-size: 70px;
}
@media only screen and (max-width: 1200px) {
  .home #header .pageinfo h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 992px) {
  .home #header .pageinfo h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .home #header .pageinfo h1 {
    font-size: 35px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 545px) {
  .home #header .pageinfo h1 {
    width: 50%;
    font-size: 30px;
  }
}
@media only screen and (max-width: 485px) {
  .home #header .pageinfo h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 330px) {
  .home #header .pageinfo h1 {
    font-size: 15px;
  }
}
#header.header-article .pageinfo h1 {
  width: 88%;
}
#header .top-head {
  padding-top: 15px;
}
#header .top-head > ul {
  margin-bottom: 0;
}
#header .top-head > ul li {
  margin-right: 20px;
}
#header .top-head > ul li .dropdown.languages .dropdown-menu > span {
  color: #000;
  font-size: 18px;
  cursor: not-allowed;
  pointer-events: none;
}
#header .top-head > ul li .dropdown.languages a, #header .top-head > ul li .dropdown.languages span {
  text-transform: capitalize;
}
#header .top-head > ul li .dropdown button {
  color: #038ba8;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
#header .top-head > ul li a {
  color: #038ba8;
  font-size: 18px;
  font-weight: 600;
}
#header .top-head > ul li > .dropdown .dropdown-menu {
  min-width: auto;
  border-radius: 0;
}
#header .pageinfo {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #header .pageinfo {
    margin-bottom: 0;
  }
}
#header .pageinfo h1 {
  color: #00a3c6;
  width: 85%;
  line-height: 1;
  margin-bottom: 20px;
}

/*------ Start page style 1 -------*/
.breadcrumbs {
  background: none;
  padding: 20px 0 80px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .breadcrumbs {
    padding: 15px 0 10px;
    font-size: 15px;
  }
}
.breadcrumbs + #main {
  padding-top: 0;
}
.breadcrumbs > span {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs > span + span {
  margin-left: 4px;
}
.breadcrumbs > span a {
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .breadcrumbs > span a {
    font-size: 15px;
  }
}
.breadcrumbs span.inline a:hover {
  color: #00a3c6;
}
.breadcrumbs span.delimiter {
  font-size: 0;
}
.breadcrumbs span.delimiter:before {
  content: ">";
  font-size: 17px;
  color: #00a3c6;
}

.search-box {
  width: 100%;
  position: relative;
}
.search-box input {
  border-color: #dfe3e8;
  box-shadow: none;
}
.search-box input, .search-box .btn {
  min-height: 38px;
  border-radius: 2px;
}
.search-box .input-group-btn {
  padding: 0;
}
.search-box .input-group-btn .btn {
  border-color: #00a3c6;
  background: #00a3c6;
  outline: none;
  min-height: 38px;
  box-shadow: none;
  width: 44px;
  padding: 0;
  border-radius: 0;
}
.search-box .input-group-btn .btn i {
  color: white;
}
.search-box .input-group-btn .btn:hover, .search-box .input-group-btn .btn:focus {
  background: #000000;
  border-color: #000000;
}
.search-box .form-control {
  outline: none;
  box-shadow: none;
  font-weight: 600;
  border-radius: 0;
  padding: 0 10px;
  color: #000000;
}
.search-box .form-control:focus {
  border-color: #00a3c6;
}

li.dropdown.show .dropdown-toggle i.fa-close {
  display: block;
}
li.dropdown.show .dropdown-toggle i.fa-search {
  display: none;
}
li.dropdown .dropdown-toggle {
  text-transform: uppercase;
}
li.dropdown .dropdown-toggle:after {
  display: none;
}
li.dropdown .dropdown-toggle i {
  background-color: #00a3c6;
  font-size: 19px;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  width: 32px;
  padding: 7px;
  text-align: center;
}
li.dropdown .dropdown-toggle i.fa-close {
  display: none;
}
li.dropdown .dropdown-menu {
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 380px;
  padding: 20px;
  left: auto !important;
  top: auto !important;
  transform: initial !important;
  right: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  li.dropdown .dropdown-menu {
    width: 280px;
  }
}
li.dropdown .dropdown-menu li {
  margin-right: 0 !important;
}
li.dropdown .dropdown-menu li > a, li.dropdown .dropdown-menu li > span {
  padding: 6px 20px;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/* ------------------ */
/* == Footer          */
/* ------------------ */
#footer .wrapper-footer {
  overflow: hidden;
  background-color: #e0e0e0;
  padding: 30px 0;
}
#footer .wrapper-footer ul {
  margin-bottom: 0;
}
#footer .wrapper-footer ul li {
  display: inline-block;
}
@media (min-width: 766px) {
  #footer .wrapper-footer .socialmedia-foot {
    float: left;
  }
}
@media (max-width: 767px) {
  #footer .wrapper-footer .socialmedia-foot {
    display: block;
  }
}
#footer .wrapper-footer .socialmedia-foot li a i {
  background-color: #ffffff;
  font-size: 22px;
  color: #e0e0e0;
  border-radius: 50%;
  width: 42px;
  padding: 10px;
  text-align: center;
}
#footer .wrapper-footer .socialmedia-foot li a:hover i {
  background-color: #00a3c6;
  color: #fff;
}
#footer .wrapper-footer .menu-foot {
  padding-top: 8px;
}
@media (min-width: 991px) {
  #footer .wrapper-footer .menu-foot {
    margin-left: 20px;
    padding-top: 12px;
  }
}
#footer .wrapper-footer .menu-foot li {
  color: #000000;
}
#footer .wrapper-footer .menu-foot li a {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}
#footer .wrapper-footer .menu-foot li a:hover {
  opacity: 0.8;
}
#footer .wrapper-footer .menu-foot li:nth-child(4) a {
  border-right: 0;
}
#footer .wrapper-footer .menu-foot li:last-child a {
  border-right: 0;
}
@media (min-width: 766px) {
  #footer .wrapper-footer .menu-foot.menu-footer {
    float: left;
  }
}
@media (min-width: 766px) {
  #footer .wrapper-footer .menu-foot.copyright {
    float: right;
  }
}
@media (max-width: 767px) {
  #footer .wrapper-footer .menu-foot.copyright {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
/* ------------------- */
/* == Content          */
/* ------------------- */
.form-contact .wpcf7 {
  padding: 40px;
  border-radius: 30px;
  box-shadow: 21px 24px 59px 0px rgba(137, 137, 137, 0.35);
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .form-contact .wpcf7 {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.form-contact .form-group {
  margin-bottom: 25px;
}
.form-contact .form-group .form-control, .form-contact .form-group .custom-select {
  min-height: 50px;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
}
.form-contact .form-group .form-control {
  box-shadow: none;
}
.form-contact .form-group label {
  font-weight: 700;
  font-size: 16px;
}
.form-contact .form-group textarea {
  resize: none;
  min-height: 220px !important;
  max-width: 100%;
}
.form-contact .form-group ul li {
  display: inline-block;
}
.form-contact dl dt {
  font-weight: 700;
}
.form-contact dl dd {
  margin-bottom: 25px;
}
.form-contact dl dd a {
  color: #00a3c6;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
/* ------------------- */
/* == Content          */
/* ------------------- */
.section.section-primary {
  padding-bottom: 300px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section.section-primary {
    margin-top: -430px;
  }
}
@media (max-width: 767px) {
  .section.section-primary {
    padding-bottom: 0px;
  }
}
.section.section-light {
  background-image: url(../images/bg3.png);
  position: relative;
  height: 650px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section.section-light {
    height: auto;
    background: none;
    padding: 20px 0;
  }
}
.section.section-light .blog-item {
  position: relative;
  top: -321px;
  height: 650px;
}
@media (max-width: 767px) {
  .section.section-light .blog-item {
    position: initial;
    top: initial;
    height: auto;
  }
}
.section.section-overlay {
  background-image: url(../images/bg2.png);
  position: relative;
  height: 670px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section.section-overlay {
    height: auto;
    background: none;
  }
}
.section.section-heading {
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 1445px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .section.section-heading {
    height: auto;
    padding: 20px 0;
  }
}
.section.section-article {
  background-color: #e0e0e0;
  border-bottom: 1px solid #fff;
  padding: 50px 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .section.section-article {
    padding: 25px 0 50px;
  }
}
.section.section-login {
  margin-bottom: 90px;
}
.section.section-login #loginform {
  width: 50%;
  margin: auto;
  padding: 30px;
  margin-bottom: 40px;
  background: #e0e0e0;
}
.section.section-login #loginform label {
  display: block;
}
.section.section-login #loginform .input {
  min-height: 50px;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  width: 100%;
}
.section.section-login #loginform .forgot-password a {
  color: #000000;
  text-decoration: underline;
}
.section.section-login #loginform .txt-required {
  font-size: 14px;
  text-align: right;
}
.section.section-login #loginform .button {
  font-size: 21px;
  font-weight: 800;
  box-shadow: none;
  padding: 12px 20px;
  cursor: pointer;
  white-space: pre-wrap;
  background: #00a3c6;
  color: #ffffff;
  border: 1px solid #00a3c6;
  border-radius: 10px;
  max-width: 100%;
}
.section.section-login #loginform .button:hover {
  background: #ffffff;
  color: #00a3c6;
}
@media (min-width: 991px) {
  .section.section-login .form_certificats {
    width: 50%;
  }
}
.section.section-login .form_certificats .form-group {
  overflow: hidden;
}
@media (min-width: 991px) {
  .section.section-login .form_certificats .form-group label {
    width: 160px;
    text-align: right;
    float: left;
    margin-right: 20px;
  }
}
.section.section-login .form_certificats .form-group input {
  min-height: 50px;
  border: 1px solid #a7a7a7;
  border-radius: 6px;
}
@media (min-width: 991px) {
  .section.section-login .form_certificats .form-group input {
    width: calc(100% - 180px);
    overflow: hidden;
    display: inline;
  }
}
.section.section-login .form_certificats span {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .section.section-login .form_certificats span {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .section.section-login .form_certificats .btn.btn-sm {
    float: right;
  }
}
.section.section-login .result_certificat {
  clear: both;
  margin-top: 20px;
}
@media (min-width: 991px) {
  .section.section-login .result_certificat {
    width: 50%;
  }
}
.section.section-login .btn.btn-Signout {
  margin-bottom: 20px;
}
@media (min-width: 766px) {
  .section.section-login .btn.btn-Signout {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
.section.section_certificat .btn.btn-sm {
  margin-bottom: 50px;
}
.section .entry-content ul li a {
  color: #00a3c6;
  transition: all .3s;
}
.section .entry-content ul li a:hover {
  color: #000;
}
.section .entry-content ul li a + .children {
  margin-left: 30px;
}
.section .blog-item .link-container {
  margin-top: 60px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .section .blog-item .link-container .btn-primary {
    background: #00a3c6;
    color: #ffffff;
  }
}
.section .main-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section .main-title {
    margin-top: 20px;
  }
}
.section .main-title.main-title-inner h2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section .main-title.main-title-inner h2 {
    color: #000000;
  }
}
.section .main-title.main-title-inner p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section .main-title.main-title-inner p {
    color: #000000;
  }
}
.section .main-title.main-title-inner:after {
  background: #ffffff;
}
@media (max-width: 767px) {
  .section .main-title.main-title-inner:after {
    background: #000000;
  }
}
.section .main-title.main-title-bloc {
  text-align: left;
}
.section .main-title.main-title-bloc:after {
  margin: 0;
}
.section .main-title h2 {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .section .main-title h2 {
    line-height: 1;
  }
}
.section .main-title p {
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}
.section .main-title:after {
  content: "";
  margin: 0 auto;
  left: auto;
  bottom: 0;
  display: block;
  width: 60px;
  background: #00a3c6;
  height: 5px;
}
.section .link-container {
  text-align: center;
}

.card {
  box-shadow: 21px 35px 59px 0px rgba(137, 137, 137, 0.35);
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.4s;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter: blur(0px);
  overflow: hidden;
  border: 0;
}
@media (max-width: 767px) {
  .card {
    margin-bottom: 20px;
  }
}
.card.card-horizontal .card-img {
  color: #fff;
  position: relative;
  height: 100%;
}
.card.card-horizontal > .row {
  height: 100%;
}
.card.card-horizontal .card-body {
  color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card.card-horizontal .card-body .inner {
  padding: 20px;
  margin-top: auto;
}
.card.card-horizontal .card-body h3 {
  margin-bottom: 20px;
  color: #fff;
}
.card.card-horizontal .card-body .item-box {
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .card.card-horizontal .card-body .item-box {
    position: static;
  }
}
.card.card-horizontal .entry-box {
  position: absolute;
  top: 30px;
  text-transform: uppercase;
  color: white;
  left: 15px;
  padding: 5px 8px;
  background: #ad7eb4;
  z-index: 1;
}
.card.card-blog {
  border-radius: 15px;
}
.card.card-blog h3 {
  font-weight: 800;
  color: #00a3c6;
  height: 65px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .card.card-blog h3 {
    height: auto;
  }
}
.card.card-blog .item-box a {
  color: #00a3c6;
  font-size: 18px;
  float: right;
  font-weight: 700;
}
.card.card-blog .card-img-top {
  height: 160px;
  overflow: hidden;
  text-align: center;
}
.card.card-blog .card-img-top img {
  max-width: 100%;
}
.card.card-blog .hashtag span {
  font-size: 17px;
}
.card.card-blog .date {
  font-size: 17px;
  font-weight: 600;
}
.card .card-title {
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  bottom: 40%;
  word-wrap: normal;
}
.card .card-img {
  position: relative;
}
.card:hover {
  transform: perspective(1px) scale(1.029, 1.029);
}
.card .item-box {
  text-align: center;
  margin: 15px 0;
}
.card .item-box a {
  font-size: 18px;
  font-weight: 700;
  color: #00a3c6;
}

#main .wrap-banner {
  position: relative;
  top: 25%;
  transform: translateY(-25vh);
}
@media (max-width: 767px) {
  #main .wrap-banner {
    position: inherit;
    top: inherit;
    transform: none;
  }
}
#main .item-box a:hover {
  color: #000000 !important;
}
#main .bloc-items {
  margin-top: 50px;
}
#main .bloc-items .item {
  text-align: center;
}
#main .bloc-items .item span {
  font-size: 74px;
  color: #00a3c6;
}
#main .bloc-items .item h3 {
  margin: 30px 0 20px 0;
  font-weight: 800;
  color: #00a3c6;
}
#main .bloc-items .item p {
  line-height: 23px;
}
#main .bloc-items .link-container {
  text-align: center;
  margin: 40px 0 80px;
}
#main .box.box-secondary {
  margin-bottom: 134px;
  padding-top: 100px;
}
#main .box.box-secondary .item-box a {
  font-size: 16px;
  line-height: 2;
}
#main .box.box-primary {
  position: relative;
  top: -300px;
}
@media (max-width: 767px) {
  #main .box.box-primary {
    position: initial;
    top: initial;
  }
}
#main .box.box-primary .link-container {
  text-align: center;
  margin-top: 45px;
}

.page-template-tpl-about .sub-pages-about {
  position: absolute;
  top: -150px;
}
@media (max-width: 767px) {
  .page-template-tpl-about .sub-pages-about {
    /*width: 100%;*/
    position: initial;
  }
}
.page-template-tpl-about .section.section-article {
  margin-top: 250px;
  min-height: 260px;
}
@media (max-width: 767px) {
  .page-template-tpl-about .section.section-article {
    margin-top: 40px;
  }
}

.no-results.not-found {
  margin-bottom: 60px;
}

#myModal .modal-content {
  padding: 90px 140px;
  text-align: center;
}
@media (max-width: 767px) {
  #myModal .modal-content {
    padding: 20px 10px;
  }
}
#myModal .modal-content img {
  padding: 15px 0;
  width: 200px;
  margin: 0 auto;
}
#myModal .modal-content h5 {
  text-transform: uppercase;
  font-size: 20px;
}
#myModal .modal-content .btn {
  margin-bottom: 20px;
  font-size: 17px;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  #myModal .modal-dialog {
    max-width: 800px;
  }
}

.site-content .loadmore {
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
  display: inline-block;
}

.error404 .site .site-content {
  margin: 50px 0;
}
.error404 .site .site-content .page-header .page-title {
  color: #00a3c6;
}
.error404 .site .site-content .page-content {
  margin-bottom: 20%;
}
.error404 .site .site-content .page-content .widgettitle {
  color: #404040;
}
.error404 .site .site-content .page-content a {
  color: #00a3c6;
}

/*--------------------------------------------------------------
# actus
--------------------------------------------------------------*/
/* ------------------- */
/* == Content          */
/* ------------------- */
#main .content-article {
  margin: 50px 0;
}
#main .content-article p {
  line-height: 21px;
}
#main .content-article p a {
  color: #00a3c6;
  text-decoration: underline;
}
#main .content-article .text-para {
  font-style: italic;
  width: 92%;
  margin: 22px auto;
}
#main .content-article img {
  border-radius: 10px;
}
#main .content-article .socialmedia {
  float: right;
}
@media (max-width: 767px) {
  #main .content-article .socialmedia {
    float: none;
    margin-top: 20px;
  }
}
#main .content-article .socialmedia span {
  font-size: 21px;
}
#main .content-article .socialmedia a {
  margin-left: 10px;
}
#main .content-article .socialmedia a i {
  background-color: #00a3c6;
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  padding: 12px;
  text-align: center;
}
#main .content-article .socialmedia a:hover i {
  background-color: #000;
  color: #fff;
}
#main .actualite .blog-item .blog-inner {
  margin-bottom: 30px;
}
#main .actualite .blog-item .list-cptapagination {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px;
}
#main .actualite .blog-item .list-cptapagination li .btn {
  padding: 12px 18px;
}
@media (max-width: 575px) {
  #main .actualite .blog-item .list-cptapagination li .btn {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
#main .actualite .filter {
  padding: 40px;
  border-radius: 30px;
  box-shadow: 21px 24px 59px 0px rgba(137, 137, 137, 0.35);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #main .actualite .filter {
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
#main .actualite .filter .form-group {
  margin-bottom: 20px;
}
#main .actualite .filter .form-group:last-child {
  margin-bottom: 0;
}
#main .actualite .filter .form-group h5 {
  font-weight: 700;
  color: #00a3c6;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#main .actualite .filter .form-group ul {
  margin: 0;
}
#main .actualite .filter .form-group ul li {
  display: inline-block;
}

/*======================
Check Boxes Styles
========================*/
.input-diamond {
  text-align: left;
  margin-right: 15px;
  margin-bottom: 0.8rem;
}
.input-diamond.wpcf7-radio .wpcf7-list-item:first-child {
  margin: 0;
}
.input-diamond.wpcf7-radio label {
  padding-left: 0;
}
.input-diamond.wpcf7-radio label:before, .input-diamond.wpcf7-radio label:after {
  display: none;
}
@media (max-width: 767px) {
  .input-diamond span.wpcf7-list-item {
    margin: 0;
    padding-bottom: 8px;
  }
}
.input-diamond.wpcf7-radio label, .input-diamond .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.4;
}
.input-diamond.wpcf7-radio label:before, .input-diamond.wpcf7-radio label:after, .input-diamond .wpcf7-list-item-label:before, .input-diamond .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  border-radius: 0;
}
.input-diamond.wpcf7-radio label:before, .input-diamond .wpcf7-list-item-label:before {
  left: 0;
  width: 22px;
  height: 22px;
  background: #f7f7f7;
  border: 2px solid #00a3c6;
  border-radius: 6px;
  top: 0;
}
.input-diamond.wpcf7-radio label:after, .input-diamond .wpcf7-list-item-label:after {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  opacity: 0;
  background: #00a3c6;
  transform: scale(0.5);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.input-diamond input[type="radio"],
.input-diamond input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.input-diamond input[type="radio"]:checked + label:after, .input-diamond input[type="radio"]:checked + .wpcf7-list-item-label:after,
.input-diamond input[type="checkbox"]:checked + label:after,
.input-diamond input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
/* ------------------- */
/* == produit          */
/* ------------------- */
.content-produit .blog-item {
  margin: 70px 0;
}
.content-produit .blog-item h3 {
  color: #ad7eb4;
  font-weight: 700;
  margin-bottom: 25px;
}
.content-produit .blog-item .sidebar-produit {
  border-radius: 10px;
  box-shadow: 21px 35px 59px 0px rgba(137, 137, 137, 0.35);
  overflow: hidden;
  background-color: white;
}
@media (max-width: 767px) {
  .content-produit .blog-item .sidebar-produit {
    margin-bottom: 30px;
  }
}
.content-produit .blog-item .sidebar-produit .box .input-diamond {
  margin-bottom: 30px;
}
.content-produit .blog-item .sidebar-produit .box .input-diamond label:before {
  border-color: #ad7eb4;
}
.content-produit .blog-item .sidebar-produit .box .input-diamond label:after {
  background: #ad7eb4;
}
.content-produit .blog-item .sidebar-produit .box h4 {
  background-color: #ad7eb4;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-weight: 800;
}
.content-produit .blog-item .sidebar-produit .box .list {
  padding: 0px 20px;
}
.content-produit .blog-item .sidebar-produit .box .list h5 {
  padding: 20px 0;
  color: #ad7eb4;
  font-weight: 700;
}
.content-produit .blog-item .sidebar-produit .box .list ul li {
  margin-bottom: 10px;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre {
  padding: 15px 20px 0;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre > ul > li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre > ul > li:before {
  content: "X";
  display: block;
  position: absolute;
  width: 20px;
  left: 0;
  font-size: 16px;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre > ul > li ul {
  margin-left: 20px;
  margin-top: 20px;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre > ul > li ul li {
  position: relative;
  padding-left: 20px;
  color: #ad7eb4;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre > ul > li ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #ad7eb4;
}
.content-produit .blog-item .sidebar-produit .box .list-filtre > ul > li ul li:before {
  content: ">";
  display: block;
  position: absolute;
  width: 20px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
}
.content-produit .blog-item .blog-inner {
  margin-bottom: 30px;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.content-produit .blog-item .blog-inner .entry-box {
  position: absolute;
  top: 30px;
  color: white;
  left: 0;
  padding: 5px 20px;
  background: #ad7eb4;
  line-height: 1.2;
}
.content-produit .blog-item .blog-inner .card {
  height: 100%;
}
.content-produit .blog-item .blog-inner .card img {
  height: 245px;
}
.content-produit .blog-item .blog-inner .card .card-body {
  height: 125px;
}
.content-produit .blog-item .blog-inner .card .card-body h5 {
  font-weight: 700;
  color: #000000;
}
.content-produit .blog-item .blog-inner .card .card-body .item-box {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.content-produit .blog-item .blog-inner .card .card-body .item-box a {
  padding: 14px 0;
  display: inline-block;
  float: none !important;
}
.content-produit .blog-item .blog-inner .card .card-body a {
  position: absolute;
  bottom: 0;
  color: #ad7eb4 !important;
  font-size: 18px;
  font-weight: 700;
  left: 40%;
  padding: 14px 0;
  transform: translateX(-40%);
}
.content-produit .blog-item .blog-inner .card .card-body a:hover, .content-produit .blog-item .blog-inner .card .card-body a:focus {
  color: #000000 !important;
}
.content-produit .blog-item p {
  font-weight: 700;
  margin-left: 20%;
  color: #000000;
  margin-top: 70px;
}

.product-detail {
 /*
ul{
	 padding-left: 16px;
    list-style: disc !important;
}*/
}
.product-detail .col-sm-6 > ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #00a3c6;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .product-detail {
    margin-top: 20px;
  }
}
.product-detail .btn.btn-default {
  background: #ad7eb4;
  border-color: #ad7eb4;
}
.product-detail .btn.btn-default:hover, .product-detail .btn.btn-default:focus {
  background: #ffffff;
  color: #ad7eb4;
}
.product-detail .cbs-tabs {
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-shadow: 21px 24px 59px 0px rgba(137, 137, 137, 0.35);
  margin-top: 70px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .product-detail .cbs-tabs {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .product-detail .nav.nav-tabs {
    border-bottom: 0;
    display: block;
  }
}
.product-detail .nav.nav-tabs .nav-item {
  background: #ad7eb4;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  padding: 15px;
  border: 0;
  margin-left: 1px;
}
@media (max-width: 767px) {
  .product-detail .nav.nav-tabs .nav-item {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product-detail .nav.nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}
.product-detail .nav.nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.product-detail .nav.nav-tabs .nav-item:hover {
  background: #ffffff !important;
  color: #ad7eb4 !important;
}
.product-detail .nav.nav-tabs .nav-item.active {
  background: #ffffff !important;
  color: #00a3c6 !important;
}
.product-detail .tab-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .product-detail .tab-content {
    padding: 20px;
  }
}
.product-detail .tab-content ul:not(.list-files) {
  padding-left: 30px;
  margin-bottom: 20px;
}
.product-detail .tab-content ul:not(.list-files) li {
  color: #000000;
  margin-bottom: 10px;
}
.product-detail .tab-content ul:not(.list-files) li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #00a3c6;
  display: inline-block;
  margin-right: 8px;
}
.product-detail .tab-content > .active {
  background: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  .product-detail .product-preview {
    margin-bottom: 20px;
  }
}
.product-detail .product-preview img {
  border: 1px solid #bbbbbb;
  width: 100%;
}
.product-detail .product-preview .preview-pic {
  padding: 0;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .product-detail .product-preview .preview-pic {
    margin-bottom: 20px;
  }
}
.product-detail .product-preview .preview-thumbnail {
  border: 0;
}
@media (max-width: 767px) {
  .product-detail .product-preview .preview-thumbnail {
    display: flex;
    flex-wrap: inherit;
  }
}
.product-detail .product-preview .preview-thumbnail > li {
  margin-right: 30px;
}
.product-detail .product-preview .preview-thumbnail > li:last-child {
  margin-right: 0;
}
.product-detail .product-preview img {
  /* width: inherit !important;*/
}
.product-detail .btn.btn-default {
  background: #00a3c6 !important;
  border-color: #00a3c6 !important;
}
.product-detail .btn.btn-default:hover, .product-detail .btn.btn-default:focus {
  background: #ffffff !important;
  color: #00a3c6 !important;
}
.product-detail .nav.nav-tabs .nav-item {
  background: #00a3c6;
}
.product-detail .nav.nav-tabs .nav-item:hover {
  background: #ffffff !important;
  color: #00a3c6 !important;
}
.product-detail table.table thead th {
  background: #00a3c6;
}
.product-detail .content-produit .blog-item .blog-inner .card .card-body a {
  color: #00a3c6 !important;
}
.product-detail .content-produit .blog-item .blog-inner .card .card-body a:hover, .product-detail .content-produit .blog-item .blog-inner .card .card-body a:focus {
  color: #000000 !important;
}

/*--------------------------------------------------------------
# form
--------------------------------------------------------------*/
.attachedDoc input[type=file] {
  display: none;
}

.choose-file-label {
  width: 100%;
}
.choose-file-label .choose-file {
  height: 30px;
  font-size: 12px;
  color: #8c8c8c;
  padding-left: 20px;
  margin-bottom: 0;
  border: none;
  width: 400px;
}

.attachedDoc-wrap {
  padding-top: 9px;
}

.imv-file-btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 10px;
  background: #888;
  color: white !important;
}
