@charset "UTF-8";
/* Styles CSS */
* {
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.3s;
}

body {
  font-family: Comfortaa, Verdana, "Segoe UI", sans-serif;
  color: #222;
}

/* --- colors --- */
.text-gray-300 {
  color: #d1d5db !important;
}
.text-gray-500 {
  color: #6b7280 !important;
}
.text-gray-700 {
  color: #374151 !important;
}
.text-gray-primary {
  color: #222222 !important;
}
.text-green-primary {
  color: #0c8 !important;
}

.hover-text-gray-300:hover {
  color: #d1d5db !important;
}
.hover-text-gray-500:hover {
  color: #6b7280 !important;
}
.hover-text-gray-700:hover {
  color: #374151 !important;
}
.hover-text-white:hover {
  color: #fff !important;
}
.hover-text-green-primary:hover {
  color: #0c8 !important;
}

/* --- font-size --- */
.fs-7 {
  font-size: 0.85rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}

/* --- navigation --- */
.nav-tabs .nav-link {
  color: #6b7280;
}
.nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #0c8;
}
.nav-tabs .nav-link.active {
  background-color: #d1d5db;
}

/* --- backgrounds --- */
.bg-gray-100 {
  background-color: #f3f4f6 !important;
}
.bg-gray-200 {
  background-color: #e5e7eb !important;
}
.bg-gray-300 {
  background-color: #d1d5db !important;
}
.bg-gray-500 {
  background-color: #6b7280 !important;
}
.bg-gray-700 {
  background-color: #374151 !important;
}
.bg-gray-800 {
  background-color: #1e293b !important;
}
.bg-green-primary {
  background-color: #0c8 !important;
}
.bg-green-primary-50 {
  background-color: rgba(0, 204, 102, 0.5) !important;
}

.hover-bg-white:hover {
  background-color: #fff !important;
}
.hover-bg-green-primary:hover {
  background-color: #0c8 !important;
}

/* --- borders --- */
.border-gray-300 {
  border-color: #d1d5db !important;
}
.border-gray-500 {
  border-color: #6b7280 !important;
}
.border-gray-700 {
  border-color: #374151 !important;
}

/* --- opacity --- */
.hover-opacity:hover {
  opacity: 1 !important;
}

/* --- transition --- */
.color-transition {
  transition: color 0.3s;
}
.bg-transition {
  transition: background-color 0.3s;
}
.opacity-transition {
  transition: opacity 0.3s;
}

/* --- gallery --- */
.cellImg,
.cellVid {
  overflow: hidden;
  float: left;
}

.cellImg a,
.cellVid a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #000;
  display: inline-block;
}

.cellImg a img,
.cellVid a img {
  width: 100%;
}
.cellImg a img:hover {
  opacity: 0.5;
  scale: 1.1;
}
.cellVid a img:hover {
  opacity: 0.5;
}

/* --- lightbox --- */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.9;
  display: none;
}

#lightbox {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: verdana, tahoma, "lucida grande", arial, sans-serif;
  font-weight: normal;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #222;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 3px;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../public/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10010;
  display: block;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  cursor: pointer;
}

.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(../../public/lightbox/prev-green.png) left 48% no-repeat;
}

.lb-next:hover {
  background: url(../../public/lightbox/next-green.png) right 48% no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  /*padding: 0 10px;*/
  color: #bbbbbb;
}
.lb-data .lb-details {
  /*width: 85%;
  float: left;*/
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4em;
  color: white;
}
.lb-data .lb-number {
  /* nombres d'images*/
  display: block;
  visibility: hidden;
  clear: left;
  padding-bottom: 1em;
  font-size: 0px;
}
.lb-data .lb-close {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  padding-bottom: 0.7em;
  outline: none;
  background: url(../../public/lightbox/close.png) right top 48% no-repeat;
  float: right;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

/* --- glightbox --- */
.plyr__control--overlaid,
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"],
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background-color: #0c8;
}
.plyr--full-ui input[type="range"] {
  color: #0c8;
}

/* --- box --- */
.box-logo {
  width: 150px;
  background-color: #000;
  overflow: hidden;
}
.box-logo img:hover {
  opacity: .75;
  scale: 1.1;
}
.box-logo-xs {
  width: 250px;
}

/* --- custom --- */
.anim {
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.pointer {
  cursor: pointer;
}

.masked {
  height: 0;
}
.showed {
  height: auto;
}

.services li {
  padding: 0.25rem 0;
  list-style: square;
}

.sidebar-overlay {
  display: none;
  transition: all 0.3s ease-in-out;
}
.sidebar-navigation {
  max-width: 350px;
  left: -400px;
  transition: all 0.3s ease-in-out;
}

.scrollToTop {
  right: 1.25rem;
  bottom: 1.25rem;
  display: none;
}

.image-blank {
  height: 200px;
  background-color: #ccc;
}
.image-blank-alt {
  height: 200px;
  background-color: #ddd;
}

/* --- medias --- */
@media screen and (max-width: 576px) {
  .accordion-button:not(.collapsed) {
    color: #374151;
    background-color: #d1d5db;
  }
  .accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 204, 102, 0.25);
  }

  .gallery-item {
    width: 100%;
  }
  .gallery-item a {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .gslide-description {
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1170px) {
}
