*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 800px) {
    .p-home .t2s-mobile{
        display:inline;
    }
    .p-home .t2s-desktop,.p-home .desktop-zone{
        display:none;
    }
    .p-home .c-product-tile {
        margin: initial;     
    }
    html .tinder--buttons {
        /* flex: 0 0 100px; */
        text-align: center;
        padding-top: 20px;
        position: absolute;
        bottom: 0px;
        z-index: 1;
        /* display: flex; */
        /* justify-content: center; */
        left: initial!important;
        transform: translate(0, 0);
        width:100%;
    }
    html .t2s-desktop-start{
        display:none;
        /* width:40%; */
    }
    html .tinder .t2s-text img {
        max-width:80%;
    }
}

.t2s-mobile{
    display:none;
}
.t2s-desktop-start{
    display:inline;
    /* width:40%; */
}
.t2s-desktop{
    width:40%;
}

body {
    /* background: #CCFBFE; */
    overflow: hidden;
    font-family: sans-serif;
}

.t2s-presentation {
    height: fit-content;
    text-align: center;
}
.t2s-text {
    padding-top:20px;
}
.t2s-title {
    text-transform: uppercase;
    font-size: 15px;
}
.tinder .t2s-text img {
    display: none;
}
.tinder .t2s-text img.active {
    display: block;
    text-align: center;
    margin: auto;
}
.t2s-paragraph {
    font-size: 15px;
    padding: 10px 30px;
    line-height: 20px;
}
.t2s-bold {
    font-weight: bold;
}
.t2s-background {
    background-image: url(https://s3.eu-west-1.amazonaws.com/s3.target2sell.com/support/HistoireDor/SV2023/HO/Découpe/MOBILE/BACKGROUND.jpg);
}

.t2s-background2 {
    background-size: cover;
}

.tinder {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: none;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
    transition-duration: 2s;
    transition-property: height;
}
.tinder .t2s-text{
    width:100%;
    text-align:center;
    padding-top: 20px;
}
.tinder .msaq_breadcrumb_element {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px #c10a28 solid;
}
.msaq_breadcrumb_separator {
    height: 2px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background: #e4e4e4;
}

.msaq_breadcrumb_element.active {
    background-color: #c10a28;
}

.response-wrapper.hidden{
    display: none;
}

.response-wrapper{
    margin-top:20px;
}

/*
.loaded.tinder {
height: 650px;
}
*/

.tinder--status {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.tinder--status i {
    font-size: 100px;
    opacity: 0;
    transform: scale(0.3);
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 100px;
    margin-left: -50px;
}

.tinder_love .fa-heart {
    opacity: 0.7;
    transform: scale(1);
}

.tinder_nope .fa-remove {
    opacity: 0.7;
    transform: scale(1);
}

.tinder--cards {
    flex-grow: 1;
    /*padding-top: 40px;*/
    text-align: center;
    display: flex;
    justify-content: center;
    /*align-items: flex-end;*/
    max-height: 1000px;
    z-index: 1;
    height: 450px;
}

.tinder--card {
    display: inline-block;
    /* width: 90vw; */
    width: 100%;
    height: fit-content;
    /* background: #FFFFFF; */
    /*padding-bottom: 40px;*/
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    will-change: transform;
    transition: all 0.3s ease-in-out;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.moving.tinder--card {
    transition: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.tinder--card img {
    max-width: 100%;
    pointer-events: none;
}

.tinder--card h3 {
    margin-top: 32px;
    font-size: 32px;
    padding: 0 16px;
    pointer-events: none;
}

.tinder--card p {
    margin-top: 24px;
    font-size: 20px;
    padding: 0 16px;
    pointer-events: none;
}
.bandeau{
    margin:auto;
    display: block;
}

.tinder--buttons {
    /* flex: 0 0 100px; */
    text-align: center;
    padding-top: 20px;
    position: absolute;
    bottom: 0px;
    top: 50%;
    z-index: 1;
    /* display: flex; */
    /* justify-content: center; */
    left: 50%;
    transform: translate(-50%, 0);
    cursor:pointer;
}

.tinder--buttons button {
    border-radius: 50%;
    /*line-height: 60px;*/
    width: 60px;
    border: 0;
    display: inline-block;
    margin: 0 8px;
    background-color: transparent;
}

.tinder--buttons button:focus {
    outline: 0;
}

.tinder--buttons i {
    font-size: 32px;
    vertical-align: middle;
}

.fa-heart {
    color: #FFACE4;
}

.fa-remove {
}

.title.underline {
    color: #bf002b;
    padding-bottom: 20px;
}

#t2s-reset-button {
    text-decoration: underline;
    padding-left: 20px;
    margin-bottom: -21px;
    z-index: 10;
    position: relative;
    font-weight: bold;
    cursor:pointer;
}
.c-product-tile{
    margin: 0 50px;
}
.tinder-open{
    cursor:pointer;
}


[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #FFFFFF;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index:3;
  background-color: #FFFFFF;
  color: #000;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
}

[slider] > div > [sign] > span {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}


