html, body{
    scroll-behavior: smooth;
}

.backgroundHeader{
    background-image: url('../img/deb/headerBackground.jpg');
    width: 100vw;
    height: auto;
    background-size: cover;
}

.border-red-sm{
    border-bottom: 2px solid #E20533;
    margin-left: 0;
}

.btn-red{
    color: white;
    background-color: #E20533;
    border-radius: 50px;
}

.hidden{
    display: none;
}

.opacity-50{
    opacity: .5
}

.uppercase{
    text-transform: uppercase;
}

.text-purple{
    color: #805AD5
}

.text-grey-600{
    color: #718096
}

.borders-grey{
    border: 1px solid #C4C4C4;
    padding: 1rem;
}

.border-bottom-red{
    border-bottom: 4px solid #E20533;
}

.cursor-pointer{
    cursor: pointer;
}

.d-column{
    flex-direction: column;
}

.otherProject, .epressIntervention{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.m-h-16rem{
    max-height: 16rem;
}

.h-50vh{
    min-height: 50vh;
}

.h-60vh{
    height: 60vh;
}

.h-80vh{
    height: 80vh!important;
}

.mt-m-5vh{
    margin-top: -5vh;
}
.mt-8vh{
    margin-top: 8vh!important;
}

.mt-16vh{
    margin-top: 16vh!important;
}

.h-100vh{
    height: 100vh;
}

.h-120vh{
    height: 120vh!important;
    width: 100%!important;
    object-fit: cover!important;
}

.h-130vh{
    height: 130vh!important;
    width: 100%!important;
    object-fit: cover!important;
}

.obj-fit-cover{
    object-fit: cover;
    object-position: top;
    z-index: -1;
    position: absolute;
}

.z-index-100{
	z-index: 100;
}

.d-none-responsive{
    display: block;
}

@media (max-width: 700px) {
    .d-none-responsive{
        display: none;
    }
}

.whiteBox{
    padding: 2.4rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
}

.border-grey{
    border: 1px solid #D8D9D0;
}

.catchphrase{
    text-align: left;
}

.catchphrase span.first{
    display: inline-block;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 300;
}

.uploadImg{
    font-size: 6em;
    color: #E30233!important;
}

/* .uploadImg, .uploadIMG{
    transform: translateX(-50%);
} */

@media (max-width: 400px) {
    .secondStepActive .catchphrase{
        display: none!important;
    }
}

@media (max-width: 479px) {
    .catchphrase {
        text-align: center!important;
    }
    .border-red-sm{
        margin-left: auto!important;
    }

    .catchphrase span.first{
        font-size: 1.25rem!important;
    }

    .catchphrase span.second{
        font-size: 1.15rem!important;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .catchphrase {
        text-align: center!important;
    }
    .border-red-sm{
        margin-left: auto!important;
    }
    .catchphrase span.first{
        font-size: 1.45rem!important;
    }

    .catchphrase span.second{
        font-size: 1.4rem!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .catchphrase {
        text-align: center!important;
    }

    .catchphrase span.first{
        font-size: 1.6rem!important;
    }

    .catchphrase span.second{
        font-size: 1.4rem!important;
    }

    .border-red-sm{
        margin-left: auto!important;
    }
}

@media (min-width: 991px) and (max-width: 1025px) {

    .catchphrase span.first{
        font-size: 1.6rem!important;
    }

    /* .catchphrase span.second{
        font-size: 1.45rem!important;
    } */
}

@media (min-width: 1025px) and (max-width: 1199px) {

    .catchphrase span.first{
        font-size: 1.6rem!important;
    }

    /* .catchphrase span.second{
        font-size: 1.7rem!important;
    } */
}

.breadcrumb-icon{
    font-size: 40px;
    margin-right: 10px;
    color: #1E2123;
    display: block;
}

.trustCointainer{
    background-color: #F9F9F9;
    border: 1px solid #D8D9D0;
}

.btn-grey{
    font-size: 1rem!important;
    color:#343434!important;
    background-color: rgba(0, 0, 0, 0.2);
}

.dropzone .dz-preview .dz-image img{
    object-fit: contain;
    height: 100%;
}

.dropzone .dz-preview .dz-details .dz-size{
    font-size: .8rem;
}

.dropzone .dz-preview.dz-image-preview{
    border-radius: 4px;
    height: 60px;
    width: 60px;
    margin: 8px 16px;
}

.dropzone .dz-preview .dz-details{
    padding:.4rem;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg{
    height:30px;
    width:30px;
    margin-left: 50%;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
    padding:0!important;
}
.t-bePro-relative{
    text-align: left;
}

@media (max-width: 767px) {
    .t-bePro-relative{
        text-align: center;
    }
}

.t-B2B-relative{
    text-align: right;
}

@media (max-width: 767px) {
    .t-B2B-relative{
        text-align: center;
    }
}

#emailHelp{
	font-size:.8rem!important
}

.sectionHeader{
    position: absolute;
    width: auto;
    top: 16%;
    left: 0;
    right: 0;
    margin-left: 10%;
    padding: 0 30px;
    z-index: 2;
    color: #3C3C3C;
}

.input-group-append{
    min-height: 2.5rem;
}

.input-group-append button{
    padding: 0 35px;
}

.projectExpress{
    width: calc(100% - 15px);
}

.projectExpress-img{
    display: block;
    width: 100%!important;
    height: 16rem!important;
}

.badge-danger{
    display: none;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-secondary:focus, .btn-secondary.focus{
    box-shadow: none!important;
}

.icon-check{
    color:#E20533;
}

/* -------------------- GO PRO --------------------  */
.accountArrow .titleH3::before{
	content: "→";
	margin-right: 0.5rem;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.stepSkill{
    display: block;
}

.stepPlace{
    display: none;
}

.stepCoords{
    display: none;
}

.stepSkillActive .stepPlace, .stepSkillActive .stepCoords{
    display: none;
}

.stepPlaceActive .stepPlace {
    display: block;
}

.stepPlaceActive .stepSkill, .stepPlaceActive .stepCoords{
    display: none;
}

.stepCoordsActive .stepCoords{
    display: block;
}

.stepCoordsActive .stepSkill, .stepCoordsActive .stepPlace{
    display: none;
}

.allStepActive .stepSkill, .allStepActive .stepPlace, .allStepActive .stepCoords{
    display: block;
}

.allStepActive .btnStepSkill, .allStepActive .btnStepPlace, .allStepActive .btnBackStepGoPro, .allStepActive .btnBackStepTwoGoPro{
    display: none;
}


.stepSkill .titleH3::before, .stepPlace .titleH3::before, .stepCoords .titleH3::before{
    content: "→";
    margin-right: 0.5rem;
}
.checkboxImg input[type="checkbox"] + label{
    min-height: 10rem;
}
.goProImg{
    height: auto;
    width: 3rem;
    margin: 1rem;
}
/* -------------------- MODAL VALIDATION --------------------  */
.check{
	width: 4rem;
  	margin-bottom: 1.5rem;
  	margin-top: -1rem;
}

.serviceClient strong{
	font-size: 1.8rem;
	font-weight: 700;
}

.serviceClient p {
	font-size: 1.4rem;
}

.invalid-feedback{
	font-size: 0.9rem;
}

/* ------------------------ Dropzone ------------------------ */
.dz-message {
    font-size: 1rem;
}

/* @media (max-width: 1199px) {
    .uploadImg {
        margin-top: 1rem;
    }
} */

/* ------------------------ Mon compte PRO ------------------------ */
.br-h-18px{
    margin-top: 18px;
    height: 0 !important;
}

.card-account{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.grey-border-right{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.imgAvatar{
    border-radius: 15px;
}

.messageAvatar{
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 10px;
    background-color:#E30233;
    color: white;
    font-size: 0.875rem;
}

.cursor-normal{
    cursor: auto!important;
}

.border-blocks{
    background: transparent;
    border: 2px solid;
    border-color: #dde0e4;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
}

.border-blocks p{
    text-align: center;
}


/* ----------------- TEST NEW HEADER ---------------------------  */

.background{
    background-image: url('../img/deb/headerBackground.jpg');
    min-height: 100vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.background-short{
    background-image: url('../img/deb/headerBackground.jpg');
    min-height: 50vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-pro{
    background-image: url('../img/deb/headerBackground05.jpg');
    min-height: 50vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-login{
    background-image: url('../img/selection/back4.jpg');
    min-height: 100vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-bath{
    background-image: url('../img/selection/sdb-4.jpg');
    min-height: 70vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-kitchen{
    background-image: url('../img/selection/realisation-cuisine-3.jpg');
    min-height: 70vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-contact{
    background-image: url('../img/deb/headerBackground04.jpg');
    min-height: 100vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-account{
    background-image: url('../img/menuiserieBack.jpg');
    min-height: 50vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-pwd-lost{
    background-image: url('../img/selection/lost.jpg');
    min-height: 100vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-pwd-activate{
    background-image: url('../img/deb/headerBackground02.jpg');
    min-height: 100vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-pwd-reset{
    background-image: url('../img/deb/headerBackground03.jpg');
    min-height: 100vh;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-white{
    background: white;
}

.position-absolute{
    position: absolute;
}

.w-100vw{
    width: 100vw;
}

.z-index100{
    z-index: 100;
}

.top-0{
    top:0;
}

.h-5rem{
    height:5rem;
}

.m-t-5rem{
    margin-top: 5rem;
}


.m-t-7rem{
    margin-top: 7rem;
}

/* PROFILE */
.profile_box{
    padding: 3.5rem;
    position: relative;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, .15);
}

.profile_col{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.profile_col_left{
    border-right: 2px solid #ECE8E8;
}

@media screen and (max-width: 768px){
    .profile_col_left{
        border-right: none;
    }
}

.profile_col_right{
    position: relative;
}

.btn_edit_profil{
    position: absolute;
    top: 5%;
    right: 2%
}

.btn_edit_password{
    position: absolute;
    top: 5%;
    left: 2%
}


.btn_help_me{
    position: absolute;
    bottom: 5%;
    left: 2%;
    animation: pulse_2 2s infinite;

}

.profile_col_left img{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, .15);
}

.wrapped_container{
    display: flex;
    flex-wrap: wrap;
}

.wrapped_container img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin: 1rem .5rem 0 .5rem
}

/* TABS */

.profile_tab{
    border: 1px solid #D8D9D0!important;
    border-radius: 4px!important;
}

.table-responsive .form-inline{
    display: inherit;
}

.nav-tabs {
  position: relative
}

.sub_nav {
  display: flex
}

.nav-tabs .nav-link {
  border-radius: 0!important;
  background-color: transparent!important;
  color: #000!important;
  margin-right: .4rem;
  box-shadow: 0 0 0 transparent!important;
  overflow: hidden;
  text-align: center;
  transition: .3s all;
  font-weight: 400;
  border: 0px solid transparent!important;
}

.nav-tabs {
  border: 0px solid
}

.nav-tabs .nav-link:hover {
  transition: .3s all
}

.nav-tabs .nav-link:after {
  content: "";
  display: block;
  bottom: 8px;
  height: 2px;
  width: 100%;
  background: #e60019;
  transform: translateX(-150%);
  transition: .3s all
}

.nav-tabs .nav-link.active:after,.nav-tabs .nav-link:hover:after {
  transform: translateX(0)
}

.nav-link-responsive>button,.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover {
  color: #000!important;
  border-radius: .4rem .4rem 0 0!important;
  border: 0!important;
  overflow: hidden;
  text-align: center;
  background-color: #fff!important
}

.nav-tabs .nav-link.active {
  display: block;
  font-weight: 700!important;
  box-shadow: 1px -1px 8px rgba(0,0,0,.05)
}

.sub_nav .nav-tabs .nav-link.active,.tab-pane {
  box-shadow: none!important
}

.nav-link-responsive>button {
  padding: .5rem;
  box-shadow: 0 0 0 transparent!important;
  transition: .3s all
}

.hiddenOnResponsive,.nav-link-responsive {
  display: none!important
}

.nav-tabs-responsive:after,.nav-tabs-responsive:before {
  display: none!important;
  content: none!important
}

.nav-item-responsive, .nav-item-responsive-include {
  text-transform: capitalize;
  color: #000!important
}

.nav-item-responsive-active,.nav-item-responsive:hover {
  cursor: pointer;
  color: #e60019!important
}

.nav-link-responsive::after {
    display: none!important
}

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

  .nav-tabs-responsive {
    justify-content: flex-start
  }

  .sub_nav {
    display: none!important
  }

  .nav-link-responsive {
    display: block!important
  }

  .nav-tabs .nav-link {
      font-weight: 700!important;
      box-shadow: 1px -1px 8px rgba(0,0,0,.05)
  }

  .nav-tabs .nav-link:after,.nav-tabs .nav-link:hover:after {
    transform: translateX(0)!important
  }
}


/* TIMELINE */

.timeline{
    position: relative;
    padding: 0;
    margin: 2em auto;
    width: 90%;
    max-width: 1170px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}

.timeline::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 17px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #f1f1f1;
}

.timeline-block:first-child {
    margin-top: 0;
}

.timeline-block {
    position: relative;
    margin: 2em 0;
}

.timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff
}

.timeline-icon-red{
    background-color: #E20533;
}

.timeline-icon-dark{
    background-color: #1e2123;
}

.timeline-icon i {
    display: block;
    width: 34px;
    height: 34px;
}

.timeline-content {
    position: relative;
    margin-left: 70px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .15);
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 7px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right: 7px solid white;
    border-right-color: white;
    border-color: transparent #ffffff transparent transparent;
}

.timeline-content h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1.5px;
}

.timeline-content p {
    font-size: 14px;
    margin: .5em 0;
    line-height: 1.6;
    color: #000000
}

.timeline-content span {
    font-size: 15px;
    font-weight: bold;
    color: #E30233
}

.timeline-content a {
    font-size: 14px;
    font-weight: normal;
    color: #805ad5;
}

.timeline-content .timeline-message {
    font-size: 14px;
    font-style: italic;
    color: #000000;
    line-height: normal;
}

.timeline-content .btn {
    float: right;
}

.nr_company{
    position: relative;
}

.icon-contact, .contact-box{
    position: fixed;
    bottom: 30px;
    left: 1rem;
}

.contact-box{
    height: 150px;
    width: 250px;
    background: red;
    border-radius: 8px;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e30233;
}

.contact-box-title{
    background: #e30233;
    padding: .6rem 1.2rem;
    color: #ffffff;
    font-size: 15px
}

.contact-box-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem
}

.contact-box-title i{
    position: absolute;
    right: 1rem;
    top: .6rem;
    cursor: pointer;
}

.icon-contact{
    padding: 1rem;
    background: #e30233;
    color: #ffffff;
    border-radius: 100%;
    font-size: 1.5rem;
    border: 1px solid #e30233;
    box-shadow: 0 0 0 rgba(89,1,20, 0.4);
    animation: pulse 2s infinite;
    animation-delay: 1s;
    transition: .3s all;
    cursor: pointer;
    z-index: 9999;
}

.icon-contact:hover{
    color: #e30233!important;
    background: #ffffff!important;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(89,1,20, 0.8);
  }
  70% {
      box-shadow: 0 0 0 15px rgba(89,1,20,  0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(89,1,20, 0);
  }
}
@keyframes pulse_2 {
  0% {
    box-shadow: 0 0 0 0 rgba(89,1,20, 0.4);
  }
  70% {
      box-shadow: 0 0 0 8px rgba(89,1,20,  0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(89,1,20, 0);
  }
}

.table {
    width: 100% !important;
}

/* Devis Simulation */
.simulation {
	min-height: 80vh;
	margin-top: 5rem;
}

.dCard {
	min-height: 15rem;
    border: 1px solid rgba(0,0,0,.125);
	border-radius: 6px;
	max-width: 25rem;
	position: relative;
}

.dCard__header {
	padding: 20px 0 30px 0;
	border-bottom: 3px solid #E20533;
	height: 10rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dCard__title {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}

.dCard__img {
	height: 16rem;
	width: 100%;
	object-fit: cover;
}

.dCard__btn {
	width: 40px;
	height: 40px;
	border:none;
	color:white;
	background-color:#E20533;
	font-weight: bold;
	cursor: pointer;
	transition:0.5s ease;
}

.dCard__btn:hover {
	background-color:#c70016;
}

.dCard_input{
	text-align: right;
	width: 100%;
	height: 100%;
	border:none;
	border-top:1px solid rgba(0,0,0,.125);
	padding:0 15px;
}

.dCard__info .tooltip {
	opacity: 1;
}

.dCard__info .tooltip-inner {
	background-color:white;
	border:1px solid rgba(0,0,0,.125);
	border-radius:5px;
	color:black;
	max-width: 250px;
}

.wide-border textarea{
  border: 2px solid #dde0e4;
}

@media screen and (min-width: 768px) {
    .background{
        background-position: center;
    }
}

.state-title {
    width: 25px;
    height: 25px;
    border: 1.5px #E30233 solid;
    color:#E30233;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Modification #3139 : Hot Fix (Need to refacto all the css to remove this) */

.checkbox-container {
	display: flex;
}

.checkbox-container .jcaf-checkbox {
	position: static;
	margin: 0 10px 0 0;
	display: flex;
    justify-content: center;
    align-items: center;

	border: 1px solid #CECECE;
	border-radius: 3px;

	appearance: unset;
	background-color: transparent;
	width: 15px;
	height: 15px;

	position: relative;
}


.checkbox-container .jcaf-checkbox::before {
	font-family: "FontAwesome";

	content:"\f00c";
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: #E30233;
	border: 1px solid #E30233;
	opacity: 0;
	color: white;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 0.6rem;
}

.checkbox-container .jcaf-checkbox:checked {
	border: 0px solid #E30233;
}

.checkbox-container .jcaf-checkbox:checked::before {
	opacity: 1;
}

.checkbox-container .checkbox-label {
	text-transform: none;
	font-size: 0.85rem;
}

.form-divider {
	border-top: 1px dashed  #CECECE;
	width: 100%;
	padding: 0;
	margin: 0;
}

.form-section-title {
	font-size: 1rem;
	color: #E30233;
	font-weight: 600;
}

.jcaf-select {
	border: 1px solid #CECECE !important;
	border-radius: 6px !important;
	padding: 0.4rem 0.6rem !important;
	cursor: pointer !important;
	font-size: 0.95rem !important;
	height: auto !important;
}

/* Password icons */
.password-block {
	position: relative;
}

.password-block-input {
    padding-right: 3rem;
}

.password-block-eye {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;

	/* Remove this is just the icons */
	background-color: #E30233;
    color: white;
    border-radius: 4px;
	transition: 0.3s ease;
}

.password-block-eye:hover {
	filter: grayscale(10%);
}

/* Task plan.io #3183 */
.background-ikea {
	background-image: url('../img/deb/headerBackgroundIkea.png');
	min-height: 100vh;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.catchphrase-ikea .first{
	line-height: 2.2rem !important;
	padding-bottom: 0.3rem;
}

body .catchphrase-ikea .second {
	line-height: 1.6rem !important;
	font-size: 0.8rem !important;
}

.breadcrumb-icon-svg {
	height: 34px;
	margin-bottom: 6px;
}

.ikea-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 16rem;
	position: relative;
	border-bottom: solid 3px #E30233;
	background-color: #E30233;
}

.ikea-price-img {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.ikea-price-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.ikea-price-img-shadow {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.ikea-price-content {
	position: relative;
	z-index: 5;
	min-height: 80px;
}

.ikea-price-content-title {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
}

.ikea-price-content-info {
	text-align: center;
	color: white;
	font-weight: 500;
	font-size: 1rem;
}

.ikea-price-content-annex {
	text-align: center;
	color: white;
	font-weight: 300;
	font-size: 0.9rem;
	background-color: #E30233;
	width: max-content;
	padding: 3px 5px;
	margin: 5px auto 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ikea-price {
		height: 10rem;
	}

	.ikea-price-content {
		min-height: 70px;
	}

	.ikea-price-content-title {
		font-size: 1rem;
	}

	.ikea-price-content-info {
		font-size: 0.9rem;
	}

	.ikea-price-content-annex {
		font-size: 0.8rem;
	}
}

@media (min-width: 768px) {
	body .catchphrase-ikea .second {
		font-size: 1rem !important;
	}
}

.line-height-1-4 {
	line-height: 1.4;
}

.ikea-info-lower {
	font-size: 0.65rem;
}

/* Banner info maintenance */
.maintenance-info-modal-icon {
	font-size: 70px;
	color: var(--orange);
}

.maintenance-info {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0.8rem;
	color: black;
	text-align: justify;
	z-index: 9;

	padding: 1rem 4.7rem 1rem 1rem;
	background-color: rgba(255,255,255,0.8);

	display: flex;
}

.maintenance-info i {
	font-size: 1.1rem;
	padding-right: 0.5rem;
	color: #E30233;
}

@media (min-width: 768px) {
	.maintenance-info {
		font-size: 0.9rem;
	}

	.maintenance-info i {
		font-size: 1.2rem;
	}
}

/* Toggle */
.csm-toggle-label {
	--parent-width: 46px;
	--parent-height: 22px;
	--children-size: calc(var(--parent-height) - 8px);
	--parent-padding-side: 4px;
	--parent-padding-x: var(--parent-padding-side) * 2;
	--color-children-active: #E30233;

	width: var(--parent-width);
	height: var(--parent-height);
	background-color: #ccc;
	border: 1px solid #c1bebe;
	border-radius: 34px;
	padding: 0 var(--parent-padding-side);
	margin: 0;

	display: flex;
	align-items: center;
	overflow: hidden;

	cursor: pointer;
	transition: 0.3s ease;
}

.csm-toggle-label::before {
	content: "";
	width: var(--children-size);
	height: var(--children-size);
	background-color: white;
	border-radius: 50%;
	transition: 0.3s ease;
}

.csm-toggle-sm .csm-toggle-label {
	--children-size: 12px;
	--parent-width: 40px;
	--parent-height: 20px;
}

.csm-toggle-input:checked + .csm-toggle-label {
	background-color: var(--color-children-active);
	border-color: var(--color-children-active);
}

.csm-toggle-input:checked + .csm-toggle-label::before {
	transform: translateX(
		calc(var(--parent-width) - calc(var(--children-size) + var(--parent-padding-x) + 2px))
	);
}

.csm-toggle-input {
	display: none;
}

.title-login-disabled {
	font-size: 1.75rem;
	color: #E30233;
}

header .headerLogo.headerLogo-multiple {
	display: flex !important;
    align-items: center;
    gap: 12px;
}

.headerLogo-img {
	height: 40px;
}

.headerLogo-img-second {
	height: 20px;
}

.headerLogo-text {
	color: #E30233;
}

@media (min-width: 576px) {
	.headerLogo-img {
		height: 50px;
	}

	.headerLogo-img-second {
		height: 40px;
	}
}

@media (min-width: 1200px) {
	header .headerLogo.headerLogo-multiple {
		gap: 20px;
	}
}

.footer-multiple-logo {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%;
}

.footer-multiple-logo-text {
	color: #E20533;
}

.footer-multiple-logo-img {
	max-height: 40px !important;
}

.footer-multiple-logo-img-second {
	max-height: 25px !important;
}

@media (min-width: 1200px) {
	.footer-multiple-logo-img {
		max-height: 50px !important;
	}

	.footer-multiple-logo-img-second {
		max-height: 30px !important;
	}
}
