/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
// ||||||| ||   || ||||||| \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
// ||      ||| ||| ||      \\  created => SC-CONCEPTION.com Enterprise  \\\//
// ||||||| || | || || |||| \\  powered => SAAS Software IMINENCE.com    \\\//
//      || ||   || ||   || \\  web designer => SMG-CONCEPTION.com       \\\//
// ||||||| ||   || ||||||| \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//
//\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
body,
p,
blockquote,
a {
  font-size: 10px;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
h1,
.h1 {
  font-size: 18px;
  font-size: 1.8rem;
}
h2,
.h2 {
  font-size: 14px;
  font-size: 1.4rem;
}
h3,
.h3 {
  font-size: 10px;
  font-size: 1rem;
}
h4,
.h4 {
  font-size: 9px;
  font-size: 0.9rem;
}
h5,
.h5 {
  font-size: 8px;
  font-size: 0.8rem;
}
h6,
.h6 {
  font-size: 7px;
  font-size: 0.7rem;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #217DAC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #217DAC;
}
.main > .main-header > .header-section > .section-header {
  background-color: #f0f0f0;
}
.main > .main-header > .header-section > .section-header .card-image {
  width: 100%;
  max-width: 250px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  height: 150px;
}
.main > .main-header > .header-section > .section-header .card-image > a > img {
  width: 100%;
}
.main > .main-header > .header-section > .section-header .shortcode-info-item {
  height: 40px;
  margin: 55px 0;
}
.main > .main-header > .header-section > .section-header .shortcode-info-item > .info-item-icon {
  display: inline-block;
  background-color: #4CC3AF;
  color: #fff;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 0.5rem;
  float: left;
  font-size: 1.4rem;
}
.main > .main-header > .header-section > .section-header .shortcode-info-item > .info-item-text > h4 {
  text-transform: uppercase;
  color: #217DAC;
  font-family: 'Barlow Condensed', sans-serif;
}
.main > .main-header > .header-section > .section-header .shortcode-info-item > .info-item-text > h4 > b {
  color: #4CC3AF;
  font-weight: 900;
  font-size: 1.2rem;
}
.main > .main-header > .header-section > .section-footer {
  background-color: #217DAC;
}
.main > .main-header > .header-section > .section-footer .navbar {
  background-color: #217DAC;
  padding: 0;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav {
  width: 100%;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item {
  position: relative;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.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 > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  line-height: 75px;
  margin: auto;
  text-align: center;
  padding: 0;
  width: 100%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:focus,
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:hover {
  background-color: #38a2af;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item:first-child {
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu {
  border-radius: 0;
  top: 100%;
  margin: 0;
  padding: 15px 0px 10px 0px;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 5px 4px -5px #000;
  min-width: 125%;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu {
  position: relative;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link {
  color: #111;
  padding: 10px 30px 10px 20px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link:hover,
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link:focus {
  color: #217DAC;
  background-color: #f0f0f0;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link.dropdown-toggle > .link-icon {
  float: right;
  background-color: transparent;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-right: -30px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link.dropdown-toggle:after {
  display: none;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link.dropdown-toggle:hover > .link-icon,
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu a.nav-link.dropdown-toggle:focus > .link-icon {
  color: #217DAC;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu .dropdown-menu {
  top: -15px;
  border-radius: 0;
  margin: 0;
  padding: 15px 0px 10px 0px;
  border: none;
  background-color: #f0f0f0;
  box-shadow: 0 5px 4px -5px #000;
  left: 100%;
  min-width: 100%;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > .dropdown-submenu .dropdown-menu > a.dropdown-item {
  padding: 10px 30px 10px 20px;
  color: #333;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > a.dropdown-item {
  padding: 10px 30px 10px 20px;
  color: #333;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > li.nav-item > a.nav-link {
  padding: 10px 20px;
  background: #efeff0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > li.nav-item > a.nav-link:hover,
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu > li.nav-item > a.nav-link:focus {
  color: #217DAC;
  background: #fff;
}
.main > .main-header > .header-section > .section-footer .navbar > .navbar-collapse > .navbar-text {
  width: 25%;
  text-align: center;
  line-height: 40px;
  padding: .5rem 1rem;
  background-color: #4cc3af;
  color: #ffffff;
  text-transform: uppercase;
}
.main > .main-section {
  background-color: #fff;
}
.main > .main-section > .carousel {
  display: none;
}
.main > .main-section > .carousel > .carousel-indicators,
.main > .main-section > .carousel > .carousel-control-prev,
.main > .main-section > .carousel > .carousel-control-next {
  display: none;
}
.main > .main-section > .carousel > .carousel-inner > .carousel-item {
  max-height: calc(100vh - 206px);
}
.main > .main-section > .carousel > .carousel-inner > .carousel-item > img {
  max-height: calc(100vh - 206px);
}
.main > .main-section > .carousel > .carousel-inner > .carousel-item > .carousel-caption {
  display: flex;
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4rem 0;
}
.main > .main-section > .carousel > .carousel-inner > .carousel-item > .carousel-caption > h5 {
  padding: 0;
  margin: 0;
  color: #f0f0f0;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
.main > .main-section > .carousel > .carousel-inner > .carousel-item > .carousel-caption > p {
  padding: 1.5rem;
}
.main > .main-section > .section-center > .block-title {
  background-color: #ebf2f5;
  padding: 4rem 0;
}
.main > .main-section > .section-center > .block-title > h1 {
  font-size: 2.4rem;
  text-align: center;
  background: linear-gradient(100deg, #38a2af 30%, #217dac 50%, #0954a5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Magra', sans-serif;
}
.main > .main-section > .section-center > .block-title > nav {
  max-width: max-content;
  margin: 0 auto;
}
.main > .main-section > .section-center > .block-title > nav ol.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.main > .main-section > .section-center > .block-title > nav ol.breadcrumb > li.breadcrumb-item {
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
}
.main > .main-section > .section-center > .block-title > nav ol.breadcrumb > li.breadcrumb-item > a {
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-title > nav ol.breadcrumb > li.breadcrumb-item > a:hover {
  color: #217DAC;
}
.main > .main-section > .section-center > .block-page {
  padding: 4rem 0;
}
.main > .main-section > .section-center > .block-page > .page-header {
  text-align: left !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 2rem !important;
}
.main > .main-section > .section-center > .block-page > .page-header > h1,
.main > .main-section > .section-center > .block-page > .page-header .page-name {
  font-family: 'Magra', sans-serif;
  color: #217DAC;
  margin: 0;
}
.main > .main-section > .section-center > .block-page > .page-header > p,
.main > .main-section > .section-center > .block-page > .page-header .page-description {
  background-color: #217dac;
  padding: 0.25rem 5.5rem 0.25rem 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  min-width: max-content;
  max-width: 50%;
}
.main > .main-section > .section-center > .block-page .block-html,
.main > .main-section > .section-center > .block-page .block-editor {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}
.main > .main-section > .section-center > .block-page .block-page-attached {
  border-radius: 0;
}
.main > .main-section > .section-center > .block-page .block-page-attached > .list-group-item {
  padding: 0.5rem 1rem;
  background-color: #ebf2f5;
  border: none;
  color: #000;
  margin-bottom: 0.25rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .block-page-attached > .list-group-item:hover {
  background-color: #217DAC;
  color: #fff;
}
.main > .main-footer > .footer-section > .section-header {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  filter: grayscale(100%);
  height: 450px;
}
.main > .main-footer > .footer-section > .section-header > iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.main > .main-footer > .footer-section > .section-middle {
  background-color: #217dac;
  padding: 5rem 0;
  margin-top: -7px;
}
.main > .main-footer > .footer-section > .section-middle > .container .company-logo {
  float: left;
  margin: 0 1.5rem 0 0;
  background-color: #fff;
  border-radius: 0 1rem 0 1rem;
  padding: 4rem 0;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5), -5px -5px 5px -5px rgba(0, 0, 0, 0.5);
}
.main > .main-footer > .footer-section > .section-middle > .container .company-logo > img {
  width: 200px;
}
.main > .main-footer > .footer-section > .section-middle > .container .company-text {
  color: #fff;
  text-align: justify;
  font-size: 1rem;
  margin: 0.75rem 1.5rem 0 0;
}
.main > .main-footer > .footer-section > .section-middle > .container .page-header {
  padding-bottom: 10px;
  margin: 0;
  border: none;
}
.main > .main-footer > .footer-section > .section-middle > .container .page-header > h2 {
  color: #a6d6db;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.main > .main-footer > .footer-section > .section-middle > .container ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
}
.main > .main-footer > .footer-section > .section-middle > .container ul > li {
  color: #fff;
  line-height: 25px;
  font-size: 1rem;
}
.main > .main-footer > .footer-section > .section-middle > .container ul > li > a {
  color: #fff;
  display: block;
  font-size: 1rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-footer > .footer-section > .section-middle > .container ul > li > a:hover,
.main > .main-footer > .footer-section > .section-middle > .container ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.main > .main-footer > .footer-section > .section-middle > .container ul > li.link-facebook {
  background-color: #4267b2;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}
.main > .main-footer > .footer-section > .section-middle > .container ul > li.link-linkedin {
  background-color: #0073b1;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.main > .main-footer > .footer-section > .section-footer .block-copyright {
  color: #777 !important;
}
.main > .main-footer > .footer-section > .section-footer .block-copyright a {
  color: #888 !important;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-footer > .footer-section > .section-footer .block-copyright a:hover {
  color: #006395 !important;
}
.main > .main-footer > .footer-section > .section-footer .block-legal-obligations {
  color: #777 !important;
}
.main > .main-footer > .footer-section > .section-footer .block-legal-obligations a {
  color: #888 !important;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-footer > .footer-section > .section-footer .block-legal-obligations a:hover {
  color: #006395 !important;
}
.main > .main-footer > .footer-section > .section-footer .social-network {
  text-align: right;
}
.main > .main-footer > .footer-section > .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 > .main-footer > .footer-section > .section-footer .social-network > a > .fa.fa-google-plus-square {
  color: red;
}
.main > .main-footer > .footer-section > .section-footer .social-network > a > .fa.fa-facebook-square {
  color: #0a51a1;
}
.main > .main-footer > .footer-section > .section-footer .social-network > a > .fa.fa-linkedin-square {
  color: #003b59;
}
.main > .main-footer > .footer-section > .section-footer .social-network > a > .fa.fa-twitter-square {
  color: #00a8ff;
}
.main > .main-footer > .footer-section > .section-footer .social-network > a > .fa.fa-viadeo-square {
  color: #ff8600;
}
.main > .main-footer > .footer-section > .section-footer .social-network > a:hover {
  border-radius: 0 0 20px 20px;
  height: 36px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .main > .main-header > .header-section > .section-header .card-image {
    text-align: center;
    display: block;
    height: 110px;
  }
  .main > .main-header > .header-section > .section-footer nav.navbar > button.navbar-toggler {
    color: #fff;
    border: none;
    line-height: 40px;
  }
  .main > .main-header > .header-section > .section-footer nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item {
    box-shadow: none !important;
    display: block !important;
  }
  .main > .main-header > .header-section > .section-footer nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link {
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0px 0px 4px 13px;
    border-left: 5px #fff solid;
    font-weight: bold;
    box-shadow: none !important;
  }
  .main > .main-header > .header-section > .section-footer nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > a.nav-link:hover {
    background-color: #217dac;
  }
  .main > .main-header > .header-section > .section-footer nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > .dropdown-menu {
    margin: 0 0 10px 10px !important;
    padding: 0 !important;
    box-shadow: none !important;
    min-width: 100% !important;
  }
  .main > .main-header > .header-section > .section-footer nav.navbar > .navbar-collapse > ul.navbar-nav > li.nav-item > .dropdown-menu > a.dropdown-item {
    font-size: .9rem !important;
    padding: 0.25rem 0.25rem !important;
    margin: 0;
    border-bottom: 1px solid #217dac;
    font-weight: 500;
    color: #217dac !important;
  }
  .display-only {
    display: none;
  }
}
/*
Pour créer un effet de trois petits points clignotants en CSS, vous pouvez utiliser des animations CSS. Voici un exemple de classe CSS qui crée cet effet :
*/
@keyframes blink {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
.blinking-dot-white {
  display: inline-block;
  margin-right: 1px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  animation: blink 1s infinite;
}
.blinking-dot-black {
  display: inline-block;
  margin-right: 1px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  animation: blink 1s infinite;
}
b,
strong {
  font-weight: 700;
}
select option[disabled] {
  color: #aaa;
  font-style: italic;
  font-weight: 100;
}
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 (min-width: 0px) AND (max-width: 576px) {
  .col-xs-0 {
    display: none !important;
  }
}
@media (min-width: 576px) AND (max-width: 768px) {
  .col-sm-0 {
    display: none !important;
  }
}
@media (min-width: 768px) AND (max-width: 992px) {
  .col-md-0 {
    display: none !important;
  }
}
@media (min-width: 992px) AND (max-width: 1200px) {
  .col-lg-0 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-0 {
    display: none !important;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body,
p,
blockquote,
a {
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
.hide {
  display: none;
}
.computer-hide {
  display: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.truncate-text {
  white-space: nowrap;
  /* Empêche le retour à la ligne */
  overflow: hidden;
  /* Masque le contenu débordant */
  text-overflow: ellipsis;
  /* Ajoute les trois petits points (...) à la fin du contenu */
}
.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 {
  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;
}
.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 > .main-section > .section-center > .block-page > .page-wrapper {
  display: table;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-content {
  float: left;
  width: 62%;
  padding-right: 30px;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  float: left;
  width: 38%;
}
.main > .main-footer > .footer-section > .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 > .main-footer > .footer-section > .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 > .main-footer > .footer-section > .section-footer .block-copyright a > img.logo-cms {
  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 > .main-footer > .footer-section > .section-footer .block-copyright a > img.logo-cms:hover {
  filter: invert(1);
}
.main > .main-footer > .footer-section > .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 > .main-footer > .footer-section > .section-footer .block-legal-obligations > span {
  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 > .main-footer > .footer-section > .section-footer .block-legal-obligations > span > 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 > .main-footer > .footer-section > .section-footer .block-legal-obligations > span:hover {
  filter: invert(1);
}
.main > .main-footer > .footer-section > .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;
}
.main.is-loaded {
  opacity: 100%;
}
.chat-online {
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  right: 20px;
}
.chat-online > .co-btn-open {
  width: 80px;
  height: 80px;
  background-color: #217DAC;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  box-shadow: 0px 1px 0px 1px #4CC3AF, 0px 1px 10px -2px #4CC3AF;
  cursor: pointer;
}
.chat-online > .co-btn-open > i {
  font-size: 3rem;
  color: #4CC3AF;
}
.chat-online > form > .card {
  box-shadow: 0 0 0 2px #a3a3a3, 0 -5px 20px -5px black;
  border: none;
  border-radius: 0;
  width: 400px;
}
.chat-online > form > .card > .card-header {
  background-color: #217DAC;
  color: #4CC3AF;
  padding: 0.5rem;
  border-radius: 0;
}
.chat-online > form > .card > .card-header > button.co-btn-close {
  float: right;
  border: none;
  background-color: #217DAC;
  border-radius: 0;
  padding: 0 0.25rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.chat-online > form > .card > .card-header > button.co-btn-close > i {
  color: #4CC3AF;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.chat-online > form > .card > .card-header > button.co-btn-close:hover {
  background-color: #fff;
}
.chat-online > form > .card > .card-header > button.co-btn-close:hover > i {
  color: #000;
}
.chat-online > form > .card > .card-header > span.icon-support {
  float: left;
  margin-right: 0.5rem;
}
.chat-online > form > .card > .card-body {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0.5rem;
  background-color: #f0f0f0;
}
.chat-online > form > .card > .card-body > .message {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  max-width: 80%;
  box-shadow: 1px 1px 4px -2px #217DAC;
}
.chat-online > form > .card > .card-body > .message > .caption > p {
  margin: 0;
  font-size: .8rem;
}
.chat-online > form > .card > .card-body > .message > .caption > p > b {
  color: #217DAC;
}
.chat-online > form > .card > .card-body > .message > .caption > time {
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 75%;
}
.chat-online > form > .card > .card-body > .message.message-support {
  margin: 0 0 1rem auto;
}
.chat-online > form > .card > .card-body > .message.message-visitor {
  margin: 0 auto 1rem 0;
}
.chat-online > form > .card > .card-footer {
  padding: 0.5rem;
  border: none;
  background-color: #a3a3a3;
  border-radius: 0;
}
.chat-online > form > .card > .card-footer > .input-group > .form-control {
  font-size: 0.9rem;
  border: none;
  border-radius: 0;
}
.chat-online > form > .card > .card-footer > .input-group > .input-group-append > button.btn {
  background-color: #217DAC;
  font-size: 0.9rem;
  border: none;
  border-radius: 0;
}
.chat-online > form > .card > .card-footer > .input-group > .input-group-append > button.btn > i {
  font-size: 0.9rem;
  color: #4CC3AF;
}
.chat-online.is-closed > form {
  display: none;
  pointer-events: none;
}
.chat-online.is-closed > .co-btn-open {
  display: block;
}
.chat-online.is-opened > form {
  display: block;
  pointer-events: inherit;
}
.chat-online.is-opened > .co-btn-open {
  display: none;
}
/* 
For Mobile 
Lorsque l'écran (fenêtre du navigateur) devient plus petit que 768 pixels :
*/
@media screen and (max-width: 768px) {
  .main .main-section .section-center .block-page > .page-wrapper > .wrapper-content {
    float: inherit !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .main .main-section .section-center .block-page > .page-wrapper > .wrapper-sidebar {
    float: inherit !important;
    width: 100% !important;
    padding: 0 !important;
    position: inherit !important;
    top: 0 !important;
    margin-top: 1rem !important;
  }
  .chat-online {
    bottom: 10px;
    right: 10px;
  }
  .chat-online > .co-btn-open {
    width: 40px;
    height: 40px;
    line-height: 50px;
  }
  .chat-online > .co-btn-open > i {
    font-size: 2rem;
  }
  .chat-online > form {
    margin-left: 10px;
  }
  .chat-online > form > .card {
    width: 100%;
  }
  .mobile-hide {
    display: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*\
|||| ||||||| ||   || ||||||| ||||||||||||||||||||||||||||||||||||||||||||||||||
|||| ||      ||| ||| ||      |||||||||  - Web Agency SC-CONCEPTION -  |||||||||
|||| ||||||| || | || || |||| ||||||   Developped by SMG-CONCEPTION.com   ||||||
||||      || ||   || ||   || |||    Powered by cms Iminence.com software    |||
|||| ||||||| ||   || ||||||| ||||||||||||||||||||||||||||||||||||||||||||||||||
\*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

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