/****************************** Général ******************************/

html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.menu-open{
  overflow: hidden;
}

body{
  font-size: 14px !important;
  color: #182743 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400 !important;
  overflow-x: hidden;
  line-height: 26px !important;
}

body:not(#index){
  background-image: url(../img/background/bc-brands.svg);
  background-repeat: no-repeat;
  background-position: top 100px right;
}

h1{
  font-size: 25px !important;
  color: #182743;
  font-weight: 700 !important;
  font-family: 'Source Sans Pro', sans-serif;
}

h2{
  color: #182743;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: 'Source Sans Pro', sans-serif;
}

h3{
  font-size: 16px !important;
  color: #182743;
  font-weight: 600 !important;
  font-family: 'Source Sans Pro', sans-serif;
}

h4{
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #182743;
}

p:empty{
  display: none;
}

ul{
  padding: 0;
  list-style: none;
}

a {
  color: #182743 !important;
  text-decoration: none !important; 
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

a:hover {
  text-decoration: none !important;
}

button:not(.fancybox-button), a.btn-default, .btn-info, .label-file {
  text-align: center;
  text-shadow: none;
  background-color: #F8B149 !important;
  border-color: transparent !important;
  border-radius: 50px !important;
  padding: 7px 20px !important;
  color: white !important;
  font-weight: 600 !important;
  transition: 0.5s !important;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  font-size: 12px;
  border: 1px solid transparent;
}

button svg #basket,
button svg #plus,
a.btn-default svg #basket,
a.btn-default svg #plus{
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a.btn-default-border {
  text-align: center;
  text-shadow: none;
  background-color: white;
  border: 0px !important;
  border-radius: 50px !important;
  padding: 7px 20px;
  color: #F8B149 !important;
  font-weight: 600;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  font-size: 12px;
  border: 1px solid #F8B149 !important;
}

a.btn-default.add-cart{
  padding: 10px;
  margin-right: 1rem;
}

button:hover:not(.slick-arrow), a.btn-default:hover, .btn-info:hover, .label-file:hover {
  background-color: white !important;
  border: 1px solid #F8B149 !important;
  color: #F8B149 !important;
}

button:hover svg #basket,
button:hover svg #plus,
a.btn-default:hover svg #basket,
a.btn-default:hover svg #plus{
  fill: #F8B149;
}

a.btn-default-border:hover {
  background-color: #F8B149;
  border: 1px solid transparent;
  color: white !important;
}

button:focus {
  outline: 0px !important;
}

a.back-button{
  display: inline-block;
  align-items: center;
  color: #182743 !important;
  font-weight: 500;
  font-size: 12px;
}

a.back-button img{
  margin-right: 1rem;
  width: 30px;
}

.highlighting {
  font-weight: 600;
  color: #182743;
}

.price{
  font-size: 0.9rem;
  font-weight: 600;
  color: #F8B149;
}

.availability{
  font-weight: 700;
}

.alert{
  margin: 1.5rem 0 !important;
  border-radius: 5px !important;
  border: none !important;
  font-weight: 400;
}

.alert-warning{
  color: #F8B149 !important;
  background-color: #fde0bd70 !important;
}

.alert-success{
  color: #3EC893 !important;
  background-color: #3ec8932b !important;
  border: none !important;
  font-weight: 400;
}

.alert-danger{
  color: #FF4400!important;
  background-color: #ff1e1e29 !important;
  border: none !important;
  font-weight: 400;
}

.instock, .outstock{
  color: #182743;
  font-weight: 400;
}

:focus{
  outline: none !important;
  box-shadow: none !important;
}

.error-notification{
  margin-bottom: 0;
}

.error-notification::first-letter{
  text-transform: capitalize;
}

@media only screen and (max-width: 767px){
  body{
    line-height: 20px !important;
  }
}

/*** Formulaire ***/

.form-control.form-field{
  height: auto !important;
  font-size: inherit !important;
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #efefef !important;
  border-radius: 0 !important;
  padding: 5px 10px !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  color: inherit;
}

.form-group{
  position: relative;
  margin-bottom: 1.5rem !important;
}

.form-group.has-label label{
  transform: scale3d(0.8,0.8,1) translate3d(0,-2.5rem, 0);
  -webkit-transform: scale3d(0.8,0.8,1) translate3d(0,-2.5rem, 0);/* Safari 3-8 */
  -moz-transform: scale3d(0.8,0.8,1) translate3d(0,-2.5rem, 0);/* IE 9 */
  -ms-transform: scale3d(0.8,0.8,1) translate3d(0,-2.5rem, 0);/* IE 9 */
  font-size: 12px;
}

.form-group label{
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform-origin: 0 50% 0;
  text-align: left;
  transition: transform .3s;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -o-transition: transform .3s;
  -ms-transition: transform .3s;
}

.form-group label span{
  position: relative;
  display: block;
  width: 100%;
  font-weight: 100;
  font-style: italic;
  color: #979797;
  transform-origin: 0 50% 0;
  white-space: nowrap;
}

.form-group.form-error .form-control{
  color: rgb(255, 30, 30);
  border-bottom: 1px solid rgb(255, 30, 30) !important;
}

.form-control:focus{
  box-shadow: none !important;
  color: inherit !important;
  border-color: #efefef !important;
}

select.form-control.form-field{
  border-bottom: none !important;
  width: 100%;
}

.content_select{
  border-bottom: 1px solid #efefef;
  width: 100%;
  padding-bottom: .3rem;
  height: 30px;
}

textarea.form-control{
  resize: none !important;
  border-color: #efefef;
}

textarea.form-control.form-field{
  height: 35px !important;
}

label{
  font-size: 12px;
  font-weight: 400;
  color: #182743;
  margin-bottom: 0 !important;
}

.radio-inline.radio{
  margin-right: 1.5rem;
}

.unvisible{
  display: none;
}

.form-group.button-radio label,
.form-group.checkbox label
{
  font-style: inherit;
  position: relative;
  left: inherit;
  top: inherit;
  transform-origin: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  width: inherit;
}

form.form-box{
  background-color: white;
  border: 1px solid #FDE0BD;
  border-radius: 5px;
  padding: 30px;
}

@media only screen and (max-width: 767px){
  form.form-box{
    padding: 20px;
  }
}

/*** Breadcrumb ***/

.breadcrumb{
  background-color: transparent !important;
  font-size: 12px;
  color: #c5c5c5;
  font-weight: 600;
  padding: .75rem 0 !important;
}

.breadcrumb .navigation-pipe{
  padding: 0 10px;
}

.breadcrumb a, 
.navigation-pipe{
  color: #c5c5c5 !important;
  font-weight: 300;
  font-style: italic;
}

.breadcrumb a:hover{
  color: #c5c5c5 !important;
}

/*** Checkbox and radio ***/

/* Masquer le bouton d'origine */
input[type=radio], input[type=checkbox]{
  display: none !important;
  visibility: hidden;
}

/* Affichage par défaut du bouton personnalisé */
input[type=radio] + label::before, input[type=checkbox] + label::before {
  border: 1px solid #182743;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 10px 4px 0;
}

input[type=checkbox] + label::before {
  border-radius: 30%;
}

/* Affichage du bouton personnalisé quand il est sélectionné */
input[type=radio]:checked + label::before, input[type=checkbox]:checked + label::before {
  background: #182743;
  border-color: #182743;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.element{
  margin-bottom:14px;
}

label{
  cursor: text;
}

@media only screen and (max-width: 767px){
  body{
    font-size: 12px !important;
  }

  h1{
    font-size: 20px !important;
  }

  h2{
    font-size: 16px !important;
  }

  h3{
    font-size: 10px;
    line-height: 14px;
  }
}

/* Number picker */

.product-quantity{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
}

.product-quantity .input-group-button{
  color: #182743 !important;
  background: none;
  border: none;
  font-size: 20px;
  padding: 0 10px;
}

.product-quantity .input-group-field{
  border: 1px solid #F8B149;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #182743;
  font-weight: 400;
  border-radius: 50px;
}

/****************************** Header ******************************/
#header{
  position: relative;
}

.is-sticky #header{
  background-color: white;
}

.header-container{
  position: fixed;
  z-index: 99;
}

.header-container #waitbar{
  text-align: center;
  width: 80%;
  padding-top: 1rem;
  position: fixed;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 4px 10px #0000001a;
}

.header-container #waitbar button{
  padding: 4px 10px;
  margin-left: 0.5rem;
}

.header-nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header-nav #account_info{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-nav #header_logo{
  flex-grow: 1;
}

#search_button{
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 767px){
  #search_block_left form{
    display: none;
  }

  #search_block_left.search-open{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    background-color: white;
    z-index: 1;
  }

  #search_block_left.search-open form{
    display: block;
  }

  .responsive-search{
    position: relative;
    display: block;
    visibility: visible;
    width: 1rem;
    height: 1rem;
    z-index: 9;
    margin: 0 auto;
    cursor: pointer;
  }

  .responsive-search::after{
    content:'';
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
  }

  #search_block_left.search-open .responsive-search img{
    width: 1rem;
    height: 1rem;
    position: absolute;
    display: none;
  }

  #search_block_left.search-open .responsive-search::after{
    background-image: url(../img/picto/20_plus.svg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
  }

  #search_block_left form .input-prepend{
    width: 240px !important;
  }

  #header.search-open .bc-responsive-search{
    display: block;
  }
}

@media only screen and (max-width: 991px){
  .header-nav{
    padding: 10px 15px !important;
  }

  .header-nav #header_logo .logo{
    display: none;
  }

  .header-nav #header_logo .logo-responsive{
    display: block;
    max-width: 25px;
  }
}

@media only screen and (min-width: 992px){

  .header-nav #header_logo .logo-responsive{
    display: none;
  }

  .header-nav #header_logo img.logo{
    display: block;
    width: 125px;
    max-width: 125px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
}

/*** Is-sticky ***/

.header-container.is-sticky{
  box-shadow: 2px 4px 10px #00000006;
}

.header-container.is-sticky .header-nav{
  padding: 10px 15px !important;
}

.header-container.is-sticky #header_logo img.logo{
  max-width: 80px;
}

.header-container .responsive-search svg #Header,
.header-container #header_logo path{
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}

/*** Menu ***/

.header-nav .burger-menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 2rem;
  cursor: pointer;
}

.header-nav .burger-menu .menu-text{
  color: #182743;
  margin: 0;
  padding-left: 10px;
  font-weight: 400;
}

.header-nav .burger-menu #burger{
  display: block;
	width: 15px;
  height: 10px;
	position: relative;
	border: none;
	background-color: transparent;
	outline: none;
}

.header-nav .burger-menu #burger span{
  height: 2px;
  width: 15px;
  border-radius: 50px;
  background-color: #182743;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);/* Safari 3-8 */
  -moz-transform: translate(-50%, -50%);
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: transform 0.5s, opacity 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s;/* IE 9 */
}

.header-nav .burger-menu #burger::before{
  content: '';
  display: block;
  position: absolute;
  background-color: #182743;
  height: 2px;
  width: 15px;
  border-radius: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);/* Safari 3-8 */
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);/* IE 9 */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header-nav .burger-menu #burger::after{
  content: '';
	display: block;
	position: absolute;
	background-color: #182743;
	height: 2px;
  width: 15px;
  border-radius: 50px;
	bottom: 0;
  left: 50%;
	-ms-transform: translate(-50%, 0);/* IE 9 */
	-webkit-transform: translate(-50%, 0);/* Safari 3-8 */
	transform: translate(-50%, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media only screen and (max-width: 767px){
  .header-nav .burger-menu{
    margin-left: 1rem;
  }
}

/*** Menu open ***/

.header-nav .burger-menu.menu-open #burger span{
  opacity: 0;
}

.header-nav .burger-menu.menu-open #burger::before{
	top: 50%;
  left: 0;
	-ms-transform: translate(0, -50%) rotate(45deg);/* IE 9 */
	-webkit-transform: translate(0, -50%) rotate(45deg);/* Safari 3-8 */
	transform: translate(0, -50%) rotate(45deg);
}

.header-nav .burger-menu.menu-open #burger::after{
  bottom: 50%;
  left: 0;
  transform: translate(0, 50%) rotate(-45deg);
  -webkit-transform: translate(0, 50%) rotate(-45deg);/* Safari 3-8 */
  -moz-transform: translate(0, 50%) rotate(-45deg);
  -ms-transform: translate(0, 50%) rotate(-45deg);/* IE 9 */
}

/****************************** Page ******************************/

.info-title{
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px){
  .info-title{
      margin-bottom: 2rem;
  }
}

/****************************** Footer ******************************/

.footer-container{
  background-image: url(../img/background/bc-footer.svg);
  background-repeat: no-repeat;
  background-position: bottom right 3rem;
}

footer#footer{
  padding-top: 20px;
  border-top: 1px solid black;
  padding-bottom: 2rem;
  margin-top: 100px;
}

footer#footer h3{
  margin-bottom: 2rem;
}

footer#footer ul{
  padding: 0;
  list-style: none;
}

footer#footer ul li{
  padding-bottom: 0.3rem;
}

#block_contact_infos .contact-infos .phone{
  font-size: 25px;
  font-weight: 600;
}

@media only screen and (min-width:992px){
  #block_contact_infos{
    text-align: right;
    margin-top: 2.5rem !important;
  }

  #block_contact_infos .contact-infos .phone{
    color: #F8B149;
  }
}

/****************************** Home ******************************/

#index{
  background-image: url(../img/background/bc-slider-home.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

#index #noSlide{
  width: 100%;
}

#index #noSlide h2{
  margin-bottom: 2rem;
}

#index #noSlide .partner-logo .logo img{
  height: 30px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.5;  
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

#pagenotfound #columns.container-fluid,
#index #columns.container-fluid,
#product #columns.container-fluid{
  padding: 0 !important;
}

@media only screen and (max-width: 767px){

  #index{
    background-size: 400px;
  }

  #index #noSlide .partner-logo .logo img{
    height: auto;
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 768px){
  #index #noSlide{
    margin-bottom: 10rem;
  }

  .responsive-search{
    display: none;
  }
}

/****************************** Page ******************************/

#back_to_top{
  display: none;
  width: 20px;
  height: 20px;
  position: fixed;
  right: 3%;
  bottom: 10%;
}

@media only screen and (max-width: 991px){
  .columns-container {
    padding-top: 70px; 
  }
}

@media only screen and (min-width: 992px){
  .columns-container {
    padding-top: 150px;
  }
}

/****************************** Address ******************************/

#address form .group-field{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#address form .group-field .form-group{
  width: 47%;
}

#address .group-field .required,
#address .group-field .submit2{
  margin-bottom: 0;
}

#address p.required{
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  color: #182743;
}

#address .back-button{
  margin-top: 3rem;
}

/**** Loader ****/

.bc_loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.74);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
}

.bc_white {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #f8b149;
  border-radius: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transform: translateX(-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.block_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 2rem;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.barre_loader {
  width: 0.3rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: white;
}

.barre_loader:nth-of-type(1) {
  -webkit-animation: grow 1s -0.45s ease-in-out infinite;
  -moz-animation: grow 1s -0.45s ease-in-out infinite;
  -ms-animation: grow 1s -0.45s ease-in-out infinite;
  animation: grow 1s -0.45s ease-in-out infinite;
}

.barre_loader:nth-of-type(2) {
  -webkit-animation: grow 1s -0.3s ease-in-out infinite;
  -moz-animation: grow 1s -0.3s ease-in-out infinite;
  -ms-animation: grow 1s -0.3s ease-in-out infinite;
  animation: grow 1s -0.3s ease-in-out infinite;
}

.barre_loader:nth-of-type(3) {
  -webkit-animation: grow 1s -0.15s ease-in-out infinite;
  -moz-animation: grow 1s -0.15s ease-in-out infinite;
  -ms-animation: grow 1s -0.15s ease-in-out infinite;
  animation: grow 1s -0.15s ease-in-out infinite;
}

.barre_loader:nth-of-type(4) {
  -webkit-animation: grow 1s ease-in-out infinite;
  -moz-animation: grow 1s ease-in-out infinite;
  -ms-animation: grow 1s ease-in-out infinite;
  animation: grow 1s ease-in-out infinite;
}

@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 0.5;
  }
}

@-webkit-keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 0.5;
  }
}

@-moz-keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 0.5;
  }
}

@-ms-keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleY(2);
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    transform: scaleY(2);
    opacity: 0.5;
  }
}



/*** Bankwire ***/

#module-bankwire-payment .page-heading{
  margin-bottom: 3rem;
}

#module-bankwire-payment .page-subheading{
  margin-bottom: 2rem;
}

#module-bankwire-payment .cart_navigation{
  margin-top: 3rem;
}

#module-bankwire-payment .cart_navigation button:first-child{
  margin-right: 2rem;
}
