/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
// ||||||| ||   || ||||||| \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
// ||      ||| ||| ||      \\  created => SC-CONCEPTION.com Enterprise  \\\//
// ||||||| || | || || |||| \\  powered => SAAS Software IMINENCE.com    \\\//
//      || ||   || ||   || \\  web designer => SMG-CONCEPTION.com       \\\//
// ||||||| ||   || ||||||| \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,700,700i&display=swap');
@import "../css/bootstrap/4.5.2/bootstrap.min.css";
@import "../css/awesome/5.11.2/index.min.css";
@import "../css/awesome/5.11.2/brands.min.css";
@import "../css/awesome/5.11.2/regular.min.css";
@import "../css/awesome/5.11.2/solid.min.css";
@import "../css/fancybox/3.5.7/fancybox.min.css";
@import "../css/froala-editor/1.2.X/froala-editor.min.css";
@import "../css/froala-editor/1.2.X/froala-page.css";
@import "../css/bootstrap-datepicker/1.0.0/datepicker-master.css";
@import "../css/icofont/1.0.1/icofont.min.css";
main > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 96px;
  background: #990000;
  background: -moz-linear-gradient(90deg, #990000 0%, #280000 100%);
  background: -webkit-linear-gradient(90deg, #990000 0%, #280000 100%);
  background: linear-gradient(90deg, #990000 0%, #280000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#990000", endColorstr="#280000", GradientType=1);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > header > section .middle nav.navbar {
  background-color: transparent !important;
}
main > header > section .middle nav.navbar > .navbar-brand {
  height: 80px;
  padding: 0;
  margin: 0;
}
main > header > section .middle nav.navbar > .navbar-brand > .brand-logo > img {
  height: 100%;
}
main > header > section .middle nav.navbar > .navbar-brand > .brand-name {
  margin-left: 20px;
  font-size: 40px;
  display: inline-block;
  line-height: 80px;
  height: 80px;
  text-shadow: -1px 0px 0px #fff;
  font-weight: bold;
  font-style: italic;
}
main > header > section .middle nav.navbar > .navbar-brand > .brand-name > b {
  font-style: normal;
  font-size: 60px;
}
main > header > section .middle nav.navbar > .collapse > ul > li > a {
  color: #ddd8d0;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: lowercase;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > header > section .middle nav.navbar > .collapse > ul > li > a:hover {
  color: #fff;
}
main > section {
  margin-top: 96px;
}
main > section > .carousel {
  display: none;
}
main > section .block-breadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 75px;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.2);
}
main > section .block-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
main > section .block-breadcrumb .breadcrumb > .breadcrumb-item > a {
  color: #000;
}
main > section .block-breadcrumb .breadcrumb > .breadcrumb-item.active {
  color: #990000;
}
main > section h1,
main > section h2,
main > section h3,
main > section h4,
main > section h5,
main > section h6,
main > section .h1,
main > section .h2,
main > section .h3,
main > section .h4,
main > section .h5,
main > section .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
main > section h1 > hr,
main > section h2 > hr,
main > section h3 > hr,
main > section h4 > hr,
main > section h5 > hr,
main > section h6 > hr,
main > section .h1 > hr,
main > section .h2 > hr,
main > section .h3 > hr,
main > section .h4 > hr,
main > section .h5 > hr,
main > section .h6 > hr {
  max-width: 400px;
  border-top: 2px solid #990000;
}
main > section h1 {
  font-size: 36px;
}
main > section h2 {
  font-size: 30px;
}
main > section h3 {
  font-size: 24px;
}
main > section .page-header {
  padding: 0;
  border: none;
  margin: 0px 0px 15px 0px;
  border-bottom: 2px solid #990000;
}
main > section .page-header h1,
main > section .page-header h2,
main > section .page-header h3,
main > section .page-header h4,
main > section .page-header h5,
main > section .page-header h6,
main > section .page-header .h1,
main > section .page-header .h2,
main > section .page-header .h3,
main > section .page-header .h4,
main > section .page-header .h5,
main > section .page-header .h6 {
  margin: 0;
}
main > section .block-page {
  margin-bottom: 75px;
}
main > section .block-page h3 {
  font-weight: 900;
  font-size: 18px;
  margin: 25px 0 25px 0;
  text-transform: uppercase;
}
main > section .block-page p {
  color: #777;
  line-height: 22px;
  font-size: 14px;
}
main > section .block-page .page-header {
  border: none;
}
main > section .block-page .page-header > h2 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
main > section .block-page .page-header > p {
  text-align: center;
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
}
main > section .block-page .page-header p::after {
  background-color: #faab1b;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px auto 75px auto;
}
main > section .block-page ul > li > p,
main > section .block-page ol > li > p {
  margin-bottom: 0 !important;
}
main > footer {
  background-color: #25272e;
}
main > footer > section > .header {
  display: none;
  background-color: #f6f6f6;
  padding: 75px 0;
}
main > footer > section > .header .logo-partner {
  width: 100%
            	    height: 75px;
}
main > footer > section > .middle {
  padding: 75px 0;
}
main > footer > section > .middle > .container .page-header {
  padding-bottom: 20px;
  margin: 0;
  border: none;
}
main > footer > section > .middle > .container .page-header > h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
main > footer > section > .middle > .container ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
main > footer > section > .middle > .container ul > li {
  color: #bcc0c4;
  line-height: 25px;
}
main > footer > section > .middle > .container ul > li > a {
  color: #bcc0c4;
  display: block;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > footer > section > .middle > .container ul > li > a:hover,
main > footer > section > .middle > .container ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
main > footer > section > .footer .block-copyright {
  color: #aaa !important;
}
main > footer > section > .footer .block-copyright a {
  color: #ccc !important;
}
main > footer > section > .footer .block-legal-obligations {
  color: #aaa !important;
}
main > footer > section > .footer .block-legal-obligations a {
  color: #ccc !important;
}
main > footer > section > .footer .social-network {
  text-align: right;
}
main > footer > section > .footer .social-network > a {
  font-size: xx-large;
  display: block;
  padding: 0 5px;
  margin: 0 5px;
  border-radius: 0 0 5px 5px;
  height: 44px;
  float: right;
  background: #fff;
  box-shadow: inset 0px 5px 10px 0px #949494;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > footer > section > .footer .social-network > a > .fa.fa-google-plus-square {
  color: red;
}
main > footer > section > .footer .social-network > a > .fa.fa-facebook-square {
  color: #0a51a1;
}
main > footer > section > .footer .social-network > a > .fa.fa-linkedin-square {
  color: #003b59;
}
main > footer > section > .footer .social-network > a > .fa.fa-twitter-square {
  color: #00a8ff;
}
main > footer > section > .footer .social-network > a > .fa.fa-viadeo-square {
  color: #ff8600;
}
main > footer > section > .footer .social-network > a:hover {
  border-radius: 0 0 20px 20px;
  height: 36px;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  main > header {
    height: 60px;
  }
  main > header > section .middle nav.navbar {
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
  }
  main > header > section .middle nav.navbar > a.navbar-brand {
    height: 40px;
  }
  main > header > section .middle nav.navbar > a.navbar-brand > .brand-logo {
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    text-align: center;
  }
  main > header > section .middle nav.navbar > a.navbar-brand > .brand-logo > img {
    height: 68px;
    width: auto;
  }
  main > header > section .middle nav.navbar > a.navbar-brand > .brand-name {
    line-height: 40px;
    height: 40px;
    font-size: 20px;
  }
  main > header > section .middle nav.navbar > a.navbar-brand > .brand-name > b {
    font-size: 30px;
  }
  main > header > section .middle nav.navbar > button.navbar-toggler {
    color: #c6352f;
    border-color: #c6352f;
    border-radius: 0;
    background-color: #fff;
  }
  main > header > section .middle nav.navbar > .navbar-collapse > ul.navbar-nav {
    background-color: #000;
    border: 1px solid #940000;
    border-radius: 0px 0px 10px 10px;
  }
  main > header > section .middle nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 5px 10px;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #3b3b3b;
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: all 333ms ease-out;
    -moz-transition: all 333ms ease-out;
    -o-transition: all 333ms ease-out;
    transition: all 333ms ease-out;
  }
  main > header > section .middle nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:hover {
    color: #fff;
  }
  main > section > .center > .block-breadcrumb {
    display: none;
  }
  main > section > .center h1 > hr,
  main > section > .center h2 > hr,
  main > section > .center h3 > hr,
  main > section > .center h4 > hr,
  main > section > .center h5 > hr,
  main > section > .center h6 > hr,
  main > section > .center .h1 > hr,
  main > section > .center .h2 > hr,
  main > section > .center .h3 > hr,
  main > section > .center .h4 > hr,
  main > section > .center .h5 > hr,
  main > section > .center .h6 > hr {
    border-top: 1px solid #990000;
  }
  main > section > .center h1 {
    font-size: 30px;
  }
  main > section > .center h2 {
    font-size: 24px;
  }
  main > section > .center h3 {
    font-size: 18px;
  }
  main > section > .center .page-header {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #990000;
  }
  main > section > .center .block-page {
    margin-bottom: 30px;
  }
  main > section > .center .block-page h3 {
    font-size: 18px;
    margin: 10px 0 10px 0;
  }
  main > section > .center .block-page p {
    line-height: 18px;
    font-size: 12px;
  }
  main > section > .center .block-page .page-header > p {
    font-size: 12px;
  }
  main > section > .center .block-page .page-header p::after {
    width: 40px;
    height: 2px;
    margin: 10px auto 30px auto;
  }
}
b,
strong {
  font-weight: bold;
}
a,
.open-dialog,
.open-dialog-alert,
.close-dialog-alert {
  cursor: pointer;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.block-html img.fr-fil:not(.fr-tni),
.block-html img.fr-tag.fr-fil:not(.fr-tni) {
  float: left;
}
.block-html img.fr-fil,
.block-html img.fr-tag.fr-fil {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 10px 10px 3px;
}
.block-html img.fr-fir,
.block-html img.fr-tag.fr-fir {
  z-index: 1;
  position: relative;
  vertical-align: top;
  display: block;
  margin: auto;
  overflow: auto;
  padding: 10px 3px 10px 10px;
}
.block-html img.fr-fir:not(.fr-tni),
.block-html img.fr-tag.fr-fir:not(.fr-tni) {
  float: right;
}
@media only screen and (max-width: 768px) {
  .col-xs-0 {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .col-sm-0 {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-md-0 {
    display: none !important;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body,
p,
blockquote,
a {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
.hide {
  display: none;
}
.block-cookies {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000000;
  padding: 0px 10px;
  display: none;
  opacity: 0;
}
.block-cookies p {
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.block-cookies p a {
  color: #fff;
  text-decoration: none;
  font-size: small;
}
.block-cookies button {
  border: none;
  border-radius: 0;
}
.block-editor > .contents {
  border: 1px dashed rgba(145, 145, 145, 0);
  margin: -1px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-editor > .contents-button {
  height: 30px;
}
.block-editor > .contents-button > .button-save {
  float: right;
  margin-top: -35px;
  margin-right: -1px;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.block-editor > .contents-button > .button-save:hover,
.block-editor > .contents-button > .button-save:focus,
.block-editor > .contents-button > .button-save:active {
  margin-top: 0px;
  opacity: 1;
}
.block-editor:hover > .contents,
.block-editor:focus > .contents,
.block-editor.active > .contents {
  border: 1px dashed rgba(145, 145, 145, 0.5);
  margin: -1px;
}
.block-editor:hover > .contents-button > .button-save,
.block-editor:focus > .contents-button > .button-save,
.block-editor.active > .contents-button > .button-save {
  margin-top: 0px;
  opacity: 1;
}
.block-html > .froala_box > .froala_element {
  min-height: initial !important;
}
main > .dialog-alert {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: -260px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  width: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > .dialog-alert > .dialog-alert-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  min-height: 150px;
  min-width: 250px;
  max-width: 500px;
  margin: auto;
  box-shadow: 0px 10px 10px 0px #000, inset 0px 0px 5px 4px #fff;
  padding: 25px;
}
main > .dialog-alert > .dialog-alert-content > header {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #fff;
  text-align: center;
}
main > .dialog-alert > .dialog-alert-content > section {
  font-size: 16px;
  margin: 0 0 20px 0;
  text-align: center;
}
main > .dialog-alert > .dialog-alert-content > footer .btn {
  border-radius: 0;
  font-weight: bold;
}
main > .dialog-alert.dialog-alert-danger > .dialog-alert-content {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
main > .dialog-alert.dialog-alert-success > .dialog-alert-content {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
main > .dialog-alert.dialog-alert-warning > .dialog-alert-content {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
main > .dialog-alert.dialog-alert-info > .dialog-alert-content {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
main > .dialog-alert.open {
  left: 0;
  opacity: 1;
  width: 100%;
}
main > footer > section > .footer .block-copyright {
  font-size: x-small;
  font-weight: 600;
  color: #000;
  padding: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main > footer > section > .footer .block-copyright a {
  font-size: x-small;
  font-weight: 600;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > footer > section > .footer .block-copyright a > img.logo-iminence {
  width: 40px;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > footer > section > .footer .block-copyright a > img.logo-iminence:hover {
  filter: invert(1);
}
main > footer > section > .footer .block-legal-obligations {
  font-size: x-small;
  font-weight: 600;
  color: #000;
  padding: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}
main > footer > section > .footer .block-legal-obligations > span.icon-admin-login {
  width: 30px;
  float: right;
  padding: 5px 5px 5px 5px;
  background-color: #006395;
  margin: 0 0 0 15px;
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > footer > section > .footer .block-legal-obligations > span.icon-admin-login > img {
  width: 100%;
  filter: invert(1);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main > footer > section > .footer .block-legal-obligations > span.icon-admin-login:hover {
  filter: invert(1);
}
main > footer > section > .footer .block-legal-obligations a {
  font-size: x-small;
  font-weight: 600;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\ created => SC-CONCEPTION.com Enterprise \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\ powered => SAAS Software IMINENCE.com \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\ web designer => SMG-CONCEPTION.com \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*# sourceMappingURL=index.css.map */