/* CSS Document */
@charset utf-8;

/***** FONTS *****/
@font-face {
    font-family: 'quicksandbold';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/quicksand/quicksand-bold-webfont.eot');
    src: url('../fonts/quicksand/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand/quicksand-bold-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/quicksand-bold-webfont.woff') format('woff'),
         url('../fonts/quicksand/quicksand-bold-webfont.ttf') format('truetype'),
         url('../fonts/quicksand/quicksand-bold-webfont.svg#quicksandbold') format('svg');
}
@font-face {
    font-family: 'quicksandregular';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/quicksand/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand/quicksand-regular-webfont.svg#quicksandregular') format('svg');
}

* {
	outline:0 !important;
}
body {
	font-family: quicksandregular, Open Sans, sans-serif;	
	font-size: 0.875rem !important ;
	font-weight: bold !important;
	color: rgba(28,29,29,0.8);
	background-color: #FDFBFA;
}
.bg-banner {
	background-image:url(../../images/penguin4pool-flag.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg-banner-techno {
	background-image:url(../../images/penguin4pool-face.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg-blue-bc {
	background-image:url(../../images/bg-blue.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bg-blue-c {
	background-image:url(../../images/bg-blue.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 50px;
}
.bg-blue-tc {
	background-image:url(../../images/bg-blue.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 50px;
}
.bg-blue-tr {
	background-image:url(../../images/bg-blue.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 50px;
}
.bg-orange-c {
	background-image:url(../../images/bg-orange.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 50px;
}
.bg-orange-tc {
	background-image:url(../../images/bg-orange.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 50px;
}
.bg-orange-tl {
	background-image:url(../../images/bg-orange.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-size:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 50px;
}
.bg-white {
	background-color:#FDFBFA !important;
}
.bg-blue {
	background-color:#0EA6E0 !important;
}
.bg-black {
	background-color:#1C1D1D !important;
}
.bg-black a {
	color: #FFF;
}
.bg-black a span {
	font-size: 16px !important;
	background-color:#F28D2D;
}
.bg-black a:hover {
	color: #F28D2D;
	text-decoration: none;
}
.bg-black a:hover span {
	background-color: #FFF;
}
.bg-grey {
	background-color:#E3DBDB;
	border-radius: 10px;
}
a, a:hover {
	color:#F28D2D;
}
footer a, .bg-grey a {
	color:#1C1D1D;
}
footer a:hover, .bg-grey a {
	text-decoration: none;
}
.text-orange {
	color:#F28D2D;
}
.text-black {
	color:#1C1D1D;
}
/***** MENU *****/
.navbar {
	padding:0.5rem 1rem;
}
.navbar .navbar-nav {
	margin-top:2.5rem;
}
.navbar .navbar-nav .nav-item > .nav-link, 
.navbar .navbar-nav .nav-dropdown > .nav-link {
	padding-bottom: 0rem !important;
    padding-top: 0.8rem;
	text-transform: uppercase;
	padding-left: 2.2rem;
	font-weight: 700;
	font-size: 16px !important;
}
.navbar .navbar-nav .nav-link {
	color:#1C1D1D;
}
.navbar .navbar-nav a.nav-link:hover {
	color:#F28D2D;
}
.navbar .navbar-nav .active>a.nav-link, 
.navbar .navbar-nav .active>.nav-dropdown>a.nav-link, 
.navbar .navbar-nav a.nav-link.active {
	color:#F28D2D;
	font-weight:bold;
}
.sticky-top {
	box-shadow: 0 1px 5px 0px rgb(28,29,29,10%);
}
/***** BREADCRUMB *****/
.breadcrumb {
	margin:0;
	padding:0;
	background:none;
	overflow: hidden;
}
.breadcrumb-item+.breadcrumb-item::before {
	content:'';
	display:none;
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding:5px 0 5px 15px;
  background: #0EA6E0;
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::before { 
	color: #FFF;
	content: "\f054";
	position: relative;
    display: inline-block;
    margin-right: 10px;
	font-family: Font Awesome\ 5 Free;
	font-size:15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
	vertical-align:middle;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb li:first-child a {
	padding-left: 0;
}
.breadcrumb li:first-child a::before {
	display: none;
}
.breadcrumb .breadcrumb-item a, 
.breadcrumb .breadcrumb-item a:hover {
	color:#fff;
	cursor:pointer;
}
/***** CONTENT *****/
.main-title {
	font-family: quicksandregular, Open Sans, sans-serif;
	font-weight: bold;
	text-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.title-description {
	font-weight: bold;
	margin-top: 1.2rem;
	font-size: 1.5rem;
	text-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.btn-action .fa-chevron-right {
	color: #FFF;
	min-width: 50px;
	text-align: center;
	font-weight: 700;
}
h1.section-title, h2.section-title {
	font-family: quicksandregular, Open Sans, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom:30px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
h5.card-title {
    color: #1C1D1D;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
h6 {
    color: #1C1D1D;
    font-size: 18px;
    font-weight: bold;	
    margin-bottom: 1rem;
}
.product_price {
	color:#fff;
	font-size:30px;
}
.image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 400px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    overflow: hidden;
    padding: 15px
}
.image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    border: solid 1px #A2D9F5;
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden
}
.image_list li:hover, .image_list li.active {
	border: solid 1px #0A3D61;
}
.image_list li img {
	padding: 10px;
}
ul.image_list {
	padding-inline-start: 25px;
	padding-right: 25px;
}
.container-choose-pac {
	position:relative;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0px;
	top:0px;
	padding-top:35%;
    background-color: rgba(255,255,255,0.8);
    z-index: 101;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.img-content {
	padding: 1rem 0;
}
.img-fluid {
	margin-bottom: 1rem;
}
.img-rounded {
	border-radius: 50px;
}
.img-picto {
	width: 50px;
    height: 50px;
}
.btn-action {
	color:#fff;
	padding:15px 0px 15px 30px !important;
	font-size:22px;
	margin-top:20px;
	font-weight:bold;
	background-color:#F28D2D;
	text-transform:uppercase;
	border-radius: 100px;
	-webkit-box-shadow: 8px 8px 10px 0px rgba(28,29,29,0.1); 
	box-shadow: 8px 8px 10px 0px rgba(28,29,29,0.1);
}
.btn-orange, .btn-orange[type="submit"] {
    color: #fff;
    padding:15px 30px;
    background-color: #F28D2D;
    border-color: #F28D2D;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 100px;
    box-shadow: 8px 8px 10px 0px rgba(28,29,29,0.1);
}
.btn-orange.btn-reseller {
	padding: .375rem .75rem;
	border-radius: .5rem;
    box-shadow:none;
}
.btn-action:hover, .btn-orange:hover {
	color: #F28D2D;
	background-color: #fff;
	border: 1px solid #F28D2D;
}
.bg-banner span, .bg-banner-techno span {
    background-color: #E55F21;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 100px 100px 0;
}
.bg-banner strong, .bg-banner-techno strong{
    padding-right: 20px;
}
/***** GLASSMORPHISM EFFECT *****/
.blur {
	position: relative;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.40);
	box-shadow: 8px 8px 25px 0 rgba(28, 29, 29, 0.07);
	backdrop-filter: blur(2.5px);
	-webkit-backdrop-filter: blur(2.5px);
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.single-blur .blur {
	padding: 100px;
    border-radius: 50%;
    width: 450px;
}
/***** TABLE *****/
.table {
    color: #1C1D1D;
}
#tb-product-features .ft-blur {
	position: relative;
	width: auto;
	height: 46px;
	background: rgba(255, 255, 255, 0.40);
	box-shadow: 8px 8px 25px 0 rgba(28, 29, 29, 0.07);
	backdrop-filter: blur(2.5px);
	-webkit-backdrop-filter: blur(2.5px);
}
#tb-product-features .ft-white {
	background-color: #FFF;
	}	
#tb-product-features .ft-white th, #tb-product-features .ft-blur th {
	border-radius: 50px 0 0 50px;
}
#tb-product-features .ft-white td, #tb-product-features .ft-blur td {
	border-radius: 0 50px 50px 0;
}
/***** CARD *****/
.card-deck img {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3.5rem;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.card-body {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.card-body p {
    line-height: 1.8;
}
.card-footer {
    background-color: transparent;
    border: none;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}
.card.opacity {
	opacity: 0;
}
.pac-selection .card-deck .card {
	margin-bottom:30px;
}
/***** FORMS *****/
.form-control {
	border: 1px solid #E3DBDB;
}
input[readonly], input[disabled], select[disabled], button[disabled] {
	cursor: not-allowed;
}
.input-group-text {
	border-radius: .5rem;
	background-color: #ced4da;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C1C3C3 !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C1C3C3 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #C1C3C3 !important;
}
.fa-paperclip {
	color: #1C1D1D ;
	min-width: 50px;
	text-align: center;
	border-radius: 3px 0 0 3px;
}
.no-margin {
	margin: 0px;
}
.pointer {
	cursor: pointer;
}
.pointer .form-control-file {
	display: none;
}
#form-choose-pac label {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
#form-choose-pac input[type=radio], #contactForm input[type=radio] {
    display: none;
}
#form-choose-pac input[type=radio]+span, #contactForm input[type=radio]+span {
    position: relative;
    padding-left: 30px;
    height: 20px;
    display: block;
}
#contactForm label {
    padding-right: 30px;
}
#form-choose-pac input[type=radio]+span:before, #form-choose-pac input[type=radio]+span:after, #contactForm input[type=radio]+span:before, #contactForm input[type=radio]+span:after {
    border-radius: 100%;
}
#form-choose-pac input[type=radio]+span:before, #contactForm input[type=radio]+span:before {
    width: 20px;
    content: "";
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #fff;
}
#form-choose-pac input[type=radio]+span:after, #contactForm input[type=radio]+span:after {
    top: calc(50% - 5px);
    background-color: #FFFFFF;
    position: absolute;
    width: 10px;
    content: "";
    height: 10px;
    display: inline-block;
    left: 5px;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
#form-choose-pac input[type=radio]:checked+span {
    color: #FFF;
    font-weight: 900;
}
#contactForm input[type=radio]:checked+span {
    color: #F28D2D;
    font-weight: 900;
}
#form-choose-pac input[type=radio]:checked+span:after, #contactForm input[type=radio]:checked+span:after {
    background: #F28D2D;
}
/***** LIGHTBOX *****/
#gallery img:hover, #collapseBlocWwwu img:hover {
	cursor: zoom-in;
}
#gallery {
  img {
    height: 75vw;
    object-fit: cover;
  }
}
// Crop images in lightbox.
.carousel-item { 
  img {
    height: 60vw;
    object-fit: cover;
  }
}
* {
  transition: 0.3s;
}
#gallery.custom {
  padding: 0 15px;
  
  img {
    display: block;
    margin: 15px 0;
    border-radius: 300px 30px 300px 300px;
    
    &:hover {
      border-radius: 30px 90px 30px 30px;
    }
  }
}
#ModalImage.custom {
  .modal-content {
    background: none;
    border: none;
  } 

  .modal-header {
    border:none; 

    button {
      background: none;
      border-radius: 100px 100px 0 0;
      padding: 5px 10px;
      opacity: 1;
      position: relative;
      top: 3px;
      border: solid 2px white;
      
      &:hover {
        top: 3px;
      }
    }
    
    span {
      color: white;
    }
  }
  
  .modal-body {
    padding: 0;
    border: none;
    position: relative;
    
    &::before, &::after {
      content: '';
      height: 50px;
      width: 50px;
      display: block;
      position: absolute;
      background: white;
      border-radius: 3px 10px;
    }
    
    &::before {
      top: -5px;
      left: -5px;
    }
    
    &::after {
      bottom: -5px;
      right: -5px;
      z-index: -1;
    }
  }
  
  .carousel-control-prev, .carousel-control-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
  }
  
  .carousel-control-next-icon,  .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
  }
}
/***** CAROUSEL *****/
.carousel {
	position: inherit !important;
}
.carousel-control-next, .carousel-control-prev {
    font-size: 2em;
}
/***** SEE MORE BUTTON *****/
.btn-seemore {
	color: #fff;
    padding:15px 30px;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-seemore:hover {
	color: #F28D2D;
}
.btn-seemore .fa {
	padding: 6px 0 0 0;
	width: 30px;
	height: 30px;
	color: #FFF;
	background-color: #F28D2D;
	border-radius: 50%;
	margin-right: 10px;
}
.btn-seemore:hover .fa {
	color: #F28D2D;
	background-color: #FFF;
}
.fa-plus:before {
    content: "\f067";
}
.btn-seemore-collapse.collapsed>i.fa-plus:before {
    content: "\f067";
}
.btn-seemore-collapse>i.fa-plus:before {
    content: "\f068";
}
/***** ANIMATION *****/
.animation-element {
	opacity: 0;
	position: relative;
}
.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/***** RESPONSIVE *****/
@media only screen and (max-width: 991px) {
	body {
		font-size: 0.9rem;
	}
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.1rem;
	}
	h4{
    	font-size: 0.9rem;
    }
	.btn.btn-lg, .btn.btn-action {
    	padding: 10px 15px;
    	font-size: 15px;
    }
	.bg-banner span, .bg-banner-techno span {
	    padding-top: 18px;
	    padding-bottom: 18px;
	}
	#navbarResponsive .nav-item:nth-child(2) .nav-dropdown-content .sub-category-wrapper a:nth-child(2) {
		display: none;
	}
	.nav-dropdown-content .sub-category-wrapper {
	    display: inline !important;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-brand {
		width: 50%;
		margin-right: 0px;
	}
	.navbar-brand img {
		width: 100%;
    	height: auto;
	}
	.bg-image-full.d-block {
		height: 440px;
	}
	.bg-image-full {
		height: 250px;
	}
	.bg-image-full .btn-action {
		margin-top: 0px;
	}
	.carousel-item .py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	h2.section-title {
		text-align:center;
	}
}
@media only screen and (max-width: 576px) {
	.card-deck .card {
	    margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.img-content {
		width: 75%;
	}
	.row.bg-grey {
		margin-left: .25rem!important;
	}
	.bg-black a span {
		font-size: 14px !important;
	}
	.single-blur .blur {
	    padding: 50px 60px;
	    border-radius: 50%;
	    width: 250px;
	    height: auto;
	}
	.image_list li img {
	    padding: 0px;
	}
	.image_list li {
    	height: 70px !important;
    }
	.video-present {
	    width: 100%;
	    height: 255px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.card-deck img {
    	padding-left: 3.5rem;
    	padding-right: 3.5rem;
	}
	.card-body p {
    	line-height: 1.5;
	}
	.img-picto {
	    width: 22px;
	    height: 22px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.img-picto {
	    width: 42px;
	    height: 42px;
	}
	.navbar .navbar-nav .nav-item > .nav-link {
		padding-left: 0.375rem;
	}
}
/*** MOBILE MENU ***/
@media only screen and (max-width: 991px) {
	.navbar-nav .nav-item {
		border-top:1px solid #efefff;
	}
	.navbar .navbar-toggler {
		border: none !important;
		color: #F28D2D;
	    font-size: 35px;
	}
	.navbar .navbar-toggler .fa-bars:before {
		content: "\f00d";
	}
	.navbar .navbar-toggler.collapsed .fa-bars:before {
		content: "\f0c9";
	}
}
/**** MSG BANNER ******/
.msg_banner-wrapper{z-index:9001;position:fixed}
.msg_container .msg_message{font-size:0.6em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}
@media screen and (min-width: 500px){.msg_container .msg_message{font-size:0.8em}}
@media screen and (min-width: 768px){.msg_container .msg_message{font-size:1em;line-height:1em}}
@media screen and (min-width: 992px){.msg_container .msg_message{font-size:1em}}
@media print{.msg_banner-wrapper,.msg_container{display:none}}
.msg_banner-wrapper{height:64px;}
.msg_container{padding:15px 15px 15px;overflow:hidden;position:fixed;bottom:0;left:0;right:0}
.msg_container .msg_message{display:block;text-align:center;}
.msg_container .msg_message span{text-align:left;display:inline-block;}
@media screen and (min-width: 768px){.msg_container{padding:15px 30px 15px}}
.msg_container{background:#000;color:#fff;font-size:17px}
.msg_container ::-moz-selection{background:#ccc;color:#808080;text-shadow:none}
@-webkit-keyframes slideDown{0%{margin-top:-66px}100%{margin-top:0}}
@keyframes slideDown{0%{margin-top:-66px}100%{margin-top:0px}}
@-webkit-keyframes growDown{0%{height:0}100%{height:66px}}
@keyframes growDown{0%{height:0}100%{height:66px}}
.msg_container{-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:growDown;animation-name:growDown}
.msg_banner-wrapper{-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:slideDown;animation-name:slideDown;margin-bottom:0}
#bccs-modal .modal-header{
	background-color: #1C1D1B;
}
#bccs-modal .modal-title{
	color: #FFFFFF;
}
#bccs-buttonAgreeAll{
	background-color: #EE7D0C;
	border-color: #EE7D0C;
}
#bccs-buttonAgree{
	background-color: #EE7D0C;
	border-color: #EE7D0C;
}