@font-face {
    font-family: "csimpact";
    src: url("CSIMPACT.otf") format("opentype");
}

/* honeypot input */
#middlename {
  display: none;
}

#module-ws_sublimation-sublimation
,#module-ws_sublimation-customersublimation
{
    background-color: #fff;
}

/*cacher les flèche sur le input type number*/
/* For Firefox */
#module-ws_sublimation-sublimation input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
#module-ws_sublimation-sublimation input[type=number]::-webkit-inner-spin-button,
#module-ws_sublimation-sublimation input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.subli-tshirt:before{
    content: ' ';
    background-image: url(../img/t-shirt.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: contain;
}

.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}

.leftSide{
    height: 870px;
}
@media(max-width: 768px){
    .leftSide{
        height: 750px;
    }
}

#facesContainer nav a svg{
    width: 90px;
    height: 90px;
}

/* NAVIGATION */

#facesController {
    position: relative;
}

#facesController .next-face
,#facesController .prev-face{
    position :absolute;
    top: -370px;
    cursor: pointer;
    color:#fff;
    background-color: transparent;
    height: 45px;
    width: 45px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width: 768px){
    #facesController .next-face {
        right: 20px;
    }
}

.facesController-right{
    content:'';
    background-image: url('../img/rotate-left.svg');
}
.facesController-right:hover,
.facesController-right:focus{
    background-image: url('../img/rotate-left-hover.svg');
}

.facesController-left{
    content:'';
    background-image: url('../img/rotate-right.svg');
}
.facesController-left:hover,
.facesController-left:focus{
    background-image: url('../img/rotate-right-hover.svg');
}

.facesController-pause {
    content:'';
    background-image: url('../img/rotate-pause.svg');
    background-color: #fff;
    background-size: 45px 45px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/** Mapping */
.mapping {
    position: absolute;
    top: 0;
    width: 0;
}

nav .face{
    display:inline-block;
    margin: 5px;
    border : 2px solid transparent;
}
nav .face.active{
    border : 2px solid #FF1515;
}

.subliZone{
    position: absolute;
    border:1px solid #fff;
    cursor: pointer;
    text-align: center;
}
.subliZone:before{
    content:"+";
    position: absolute;
    top:0;
    right:0;
    background-color: #FF1515;
    color:#fff;
    display: inline-block;
    width: 20px;
    height: 18px;
    text-align: center;
    font-size: 25px;
    z-index: 1;
    line-height: 0.55;
}
.subliZone img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.subliZone .helperVertical{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.subliZone .remove_file:after{
    content: "-";
    position: absolute;
    bottom:0;
    left:0;
    background-color: #000;
    color:#fff;
    display: inline-block;
    width: 20px;
    height: 18px;
    text-align: center;
    font-size: 25px;
    z-index: 1;
    line-height: 0.55;
}
.subliPlayername, .subliPlayernum{
    position: absolute;
    font-size: 35px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color:#fff;
    font-family: Impact;
    left:0;
}
.subliPlayernum{
    font-size: 130px;
}
/*</editor-fold>*/

/*<editor-fold desc="Moitié droite">*/
#sublimationTabs{
    margin-bottom: 0;
    display: block;
}
#sublimationTabs .nav-item{
    margin-right: 5px;
    display: block;
    border-right: 5px solid #fff;
    width: 100%;
    text-align: center;
}

@media(max-width: 768px){
    #sublimationTabs .nav-item{
        line-height: 12px;
    }
}

#sublimationTabs .nav-item:last-of-type{
    border-right: none;
}
#sublimationTabs .nav-link{
    color: #000000;
    opacity: 1;
    text-align: left;
    font-size: 20px;
    padding: 5px 0;
}
#sublimationTabs .nav-link:hover{
    border-bottom: none;
    background: 0 none;
}
#sublimationTabs .nav-link.active{
    color: #0f9de8;
    background: 0 none;
}

#sublimation_form .tab-content{
    border-top: 2px solid #FF1515;
}

#sublimation_customisation .tab-pane.active{
    padding: 15px;
    background-color: #F4F4F4;
}
#sublimation_customisation #customization{
    padding-top: 0;
}
#sublimation_customisation #customization .wideCollapse{
    padding: 0;
    margin-bottom: 15px;
}
#sublimation_customisation #customization .wideCollapse a{
    display: inline-block;
    width: 100%;
    background-color: #1F3135;
    color:#fff;
    height: 39px;
    padding: 10px 12px;
}
#sublimation_customisation #customization .wideCollapse a:focus{
    text-decoration: none;
}
#sublimation_customisation #customization .wideCollapse a:after{
    content: '▼';
    position: absolute;
    top : 10px;
    right:15px;
    font-size: 22px;
}
#sublimation_customisation #customization .wideCollapse a.collapsed:after{
    transform: rotate(180deg);
    color:#FF1515;
}
#sublimation_customisation #customization .wideCollapse a strong{
    text-transform: uppercase;
}
#collapsePlayername.collapse.show, #collapsePlayernum.collapse.show{
    display:flex;
}
#sublimation_customisation select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #ff1514;
    font-weight: 700;
    text-transform: uppercase;
    border: 0 none;
    background-image: url('../img/down-arrow.svg');
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: top 16px right 15px;
}
#playertable select{
    background-image: url('../img/down-arrow.svg');
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
}
#collapsePlayername,
#collapsePlayernum{
    align-items: center;
}
#sublimation_customisation label{
    font-weight: bold;
    padding-top: 0;
}

#sublimation_customisation .slice .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

#collapsePlayername .playerForm
,#collapseColManche .playerForm
{
    background-color: #fff;
    border: solid 1px transparent;
    color: #a2a2a2;
    height: 58px;
    padding: 10px 15px;
    margin: 5px 15px;
    margin-bottom: 10px;
    margin-right: 0;
    cursor: pointer;
    min-width: 135px;
}
#collapsePlayername .playerForm.active
,#collapseColManche .playerForm.active
{
    border: 1px solid #FF1515;
    color: #FF1515;
}
#collapsePlayername .playerForm span
,#collapseColManche .playerForm span
{
    margin-top: 8px;
    display: inline-block;
}
#collapsePlayername .playerForm input[type=radio]
,#collapseColManche .playerForm input[type=radio]
{
    display:none;
}
#collapsePlayername .playerForm .formDroit:after
,#collapsePlayername .playerForm .formArc:after
,#collapsePlayername .playerForm .formArche:after
,#collapseColManche .playerForm .formRond:after
,#collapseColManche .playerForm .formEnV:after
,#collapseColManche .playerForm .formCourte:after
,#collapseColManche .playerForm .formLongue:after
{
    background-color:#a2a2a2;
    height: 25px;
    display: inline-block;
    width: 55px;
    position: absolute;
    right: 12px;
    content : " ";
}

#collapsePlayername .playerForm.active .formDroit:after
,#collapsePlayername .playerForm.active .formArc:after
,#collapsePlayername .playerForm.active .formArche:after
,#collapseColManche .playerForm.active .formRond:after
,#collapseColManche .playerForm.active .formEnV:after
,#collapseColManche .playerForm.active .formCourte:after
,#collapseColManche .playerForm.active .formLongue:after{
    background-color: #FF1515;
}
.model-list{
    padding: 0 8px;
}
@media(min-width: 768px){
    .model-list{
        max-height: 600px;
        overflow-y: auto;
        margin-bottom: 15px;
    }
}
@media(min-width: 1200px){
    .model-list{
        max-height: 680px;
    }
}

.model-list .model-item label{
    cursor: pointer;
    width: 100%;
}
.model-list .model-item{
    padding: 0;
    margin: 0px;
    border: 0 none;
    width: 50%;
    float:left;
    margin-bottom: 10px;
    padding: 0 7.5px;
}
@media(min-width: 992px){
    .model-list .model-item{
        width: 33.33%;
    }
}

.model-list ul.slick-dots{
    margin-top: 15px;
    margin-bottom: 15px;
}
.model-list ul.slick-dots li button:before{
    color: #000;
    opacity: 1;
}
.model-list ul.slick-dots li.slick-active button:before{
    color: #ff1514;
}
.model-list .slick-slide:focus{
    outline: none;
}
.model-list .model-item .invisible{
    display:none;
}
.model-list .model-item img.svg{
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    margin-bottom: 5px;
    border: solid 2px transparent;
}
.model-list .model-item:hover img.svg, .model-list .model-item label.active img.svg{
    border: 2px solid #FF1515;
}

.model-list .model-item .model-name{
    color: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    padding: 0 10px;
}
.tab-pane .bigButton{
    text-align: center;
    background-color: #FF1515;
    color:#fff;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 17px;
}
.grey-btn{
    border:1px solid #000;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 11px;
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 8px;
}
/*</editor-fold>*/


/*<editor-fold desc="Divers : crop, colorpicker,e tc.">*/
.awesome-cropper{
    position: relative;
    display: inline-block;
    width: auto;
    height: 80px;
}
.awesome-cropper > img {
    /*width: auto;
    height: 100%;*/
        height: auto;
    max-width: 100px;
}

.awesome-cropper .modal-body img, .awesome-cropper .modal-body canvas{
    max-width: 100%;
    max-height: 500px;
}
.awesome-cropper .modal-dialog{
    width:auto !important;
    max-width: 1200px;
}
.awesome-cropper input[type='file'], .awesome-cropper .progress{
    display:none;
}

/* Color picker */
body.is-sublimation .colorSelector{
    opacity: 0;
    position: absolute;
}
body.is-sublimation .ui-button-text{
    padding: 0;
}
body.is-sublimation .ui-button-text img{
    width:40px;
    height:40px;
}
body.is-sublimation .ui-colorpicker-swatches{
    height: auto;
    width: 138px!important;
}
body.is-sublimation .ui-colorpicker-padding-left{
    padding-left: 0;
}
body.is-sublimation .ui-colorpicker-swatch
,body.is-sublimation .ui-colorpicker-swatch-skip
{
    width: 27px;
    height: 27px;
    float:left;
}
/*</editor-fold>*/


#collapsePlayername .playerForm .formDroit:after{
    -webkit-mask: url("./../img/droit.svg") no-repeat;
    mask: url("./../img/droit.svg") no-repeat;
    top: 26px;
}
#collapsePlayername .playerForm .formArc:after{
    -webkit-mask: url("./../img/arc.svg") no-repeat;
    mask: url("./../img/arc.svg") no-repeat;
}
#collapsePlayername .playerForm .formArche:after{
    -webkit-mask: url("./../img/arche.svg") no-repeat;
    mask: url("./../img/arche.svg") no-repeat;
}
#collapseColManche .playerForm .formRond:after{
    -webkit-mask: url("./../img/colrond.svg") no-repeat;
    mask: url("./../img/colrond.svg") no-repeat;
}
#collapseColManche .playerForm .formEnV:after{
    -webkit-mask: url("./../img/colV.svg") no-repeat;
    mask: url("./../img/colV.svg") no-repeat;
}
#collapseColManche .playerForm .formCourte:after{
    -webkit-mask: url("./../img/courtFFF-03.svg") no-repeat;
    mask: url("./../img/arche.svg") no-repeat;
}
#collapseColManche .playerForm .formLongue:after{
    -webkit-mask: url("./../img/longFFF-03.svg") no-repeat;
    mask: url("./../img/arche.svg") no-repeat;
}
.custom-icon-printer:after{
    content: " ";
    width: 27px;
    height: 27px;
    background-image: url("./../img/printer.svg");
    background-repeat:no-repeat;
    display: inline-block;
}

.faceShow{
    background-color: #fff;
}

.faceShow .subliZone{
    cursor: auto;
    border : none;
}
.faceShow .subliZone:before{
    display: none;
}

@media print {
    body.is-sublimation header
    ,body.is-sublimation footer
    , body.is-sublimation .breadcrump-wrapper
    , #sublimationTabs
    , #sublimation_customisation
    , #facesController
    {
        display:none;
    }
}

/*<editor-fold desc="TeamBuilding">*/
#nbPlayer{
    width: 70px;
}
/*</editor-fold>*/

.product-header .header-name{
    display: inline-block;
    padding: 2px 7px;
    background: #FF1515;
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.product-header .header-price{
    display: inline-block;
    font-size: 3rem;
    color: #FF1515;
    float: left;
    margin-bottom: 15px;
}

.product-header .header-price span{
    font-size: 16px;
}

.product-header .header-price .label{
    font-weight: 700;
    color: #1F3135;
}

.product-header .header-ref{
    font-weight: 400;
    font-size: 16px;
    color: #1F3135;
    padding: 2px 7px;
    float: right;
}

.product-header{
    margin-bottom: 0;
}

.product-header .link-infos,
.product-header .link-help{
    background: #1F3135;
    color: #fff!important;
    padding: 6px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.7;
}

.product-header .link-infos:before,
.product-header .link-help:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
}

.subliZone:hover{
    background: rgba(0,0,0,0.05);
}

.product-header .link-infos:before{
    background-image: url('../img/info.svg');
}

.product-header .link-help:before{
    background-image: url('../img/help.svg');
}

.product-header .link-infos:hover,
.product-header .link-infos:focus,
.product-header .link-help:hover,
.product-header .link-help:focus{
    text-decoration: none;
    background: #2e474c;
}

#facesContainer nav{
    text-align: center;
}

@media(max-width: 768px){
    #facesContainer canvas {
        width: 100%;    
    }
}

.with-arrow::after{
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotateZ(45deg);
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.subliResetAll:before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('../img/refresh.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

.personnaliser-desc{
    margin-top: 10px;
}

#customization .col-form-label,
#color .col-form-label{
    padding-bottom: 12px;
}

#color .row{
    align-items: center;
}

.bigButton .with-arrow:after{
    right: 0px;
    transition: right 0.15s;
}

.bigButton:hover .with-arrow:after{
    right: -8px;
}

.main-svg-wrapper{
    position: relative;
}

@media(min-width: 768px){
    .main-svg-wrapper{
        max-width: 65%;
        margin: auto;
    }
    #facesController .next-face{
        left: 100px;
        top: -400px;
    }
    #facesController .prev-face{
        right: 100px;
        top: -400px;
    }
}

/* TEAM COMPOSITION TABLE */
.top-row{
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
}

#playertable{
    width: 100%;
}

#playertable td,
#playertable th{
    padding: 15px;
    text-align: center;
}

#playertable th{
    font-size: 14px;
}

#playertable tr{
    border-bottom: solid 2px #fff;
}

#playertable tbody tr:hover{
    background: #ececec;
}

#playertable tbody{
    background: #f4f4f4;
}
#playertable .colNumber{
    width : 150px
}
#playertable .colNumber input{
    width: 70px;
    text-align: center;
}
#playertable tfoot{
    font-weight: 700;
}

.composition-wrapper input,
.composition-wrapper select{
    padding: 6px 8px;
}

.composition-wrapper select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    border: solid 1px #ccc;
    background: #fff;
    color: #000;
}

.composition-wrapper select option{
    background: #fff;
    color: #000;
}

.composition-wrapper .rowQty{
    max-width: 80px;
}

.composition-wrapper{
    max-width: 1400px;
    margin: auto;
}

.composition-wrapper h1{
    margin-bottom: 30px!important;
}

.composition-wrapper .top-row{
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 10px 0;
    margin: 0 15px;
    width: auto;
}

.composition-wrapper .top-row label{
    float: none;
}

.composition-wrapper .btn-qty{
    height: 35px;
    width: 35px;
    border: 0 none;
    background: #FF1515;
    vertical-align: top;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 5px;
    cursor: pointer;
    margin: 0 3px;
}

#applyNbPlayeur{
    height: 35px;
    border: 0 none;
    background: #FF1515;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.btn-remove{
    position: relative;
}

.btn-remove:before{
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background-image: url('../img/delete.svg');
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.gender-options{
    position: absolute;
    top: 0px;
    right: 0px;
}

.gender-options .gender{
    height: 32px;
    width: 32px;
    border: solid 2px #1F3135;
    display: inline-block;
    background-size: 75% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.gender-options .gender.coupe_homme{
    background-image: url('../img/male.svg');
    background-size: 65% auto;
}

.gender-options .gender.coupe_femme{
    background-image: url('../img/female.svg');
}

.gender-options .gender.coupe_mixte{
    background-image: url('../img/mix.svg');
}

.btnRed{
    background: #FF1515;
    color: #fff;
}

#collapsePlayername input[type='checkbox'],
#collapsePlayernum input[type='checkbox']{
    position: relative;
    top: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #fff;
    border: solid 1px #ff1514;
    margin-right: 4px;
}

#collapsePlayername input[type='checkbox']:before,
#collapsePlayernum input[type='checkbox']:before{
    content: '';
    height: 10px;
    width: 10px;
    background-image: url('../img/tick.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: opacity 0.2s;
}

#collapsePlayername input[type='checkbox']:focus,
#collapsePlayernum input[type='checkbox']:focus{
    outline: none;
}

#collapsePlayername input[type='checkbox']:checked:before,
#collapsePlayernum input[type='checkbox']:checked:before{
    opacity: 1;
}

.product-customization-line .color-container{
    display:inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid black;
}

.awesome-cropper .modal .btn-group{
    margin-right: 25px;
}

.awesome-cropper .modal .btn-group .btn.yes{
    border-radius: 0px;
    padding: 8px 12px;
}

.product-customization-line .group-title{
    margin: 15px 0;
}

.composition-equipe{
    width: 100%;
    border: solid 1px #dadada;
    border-bottom: 0 none;
    border-right: 0 none;
}

.composition-equipe thead{
    background: #f3f3f3;
}

.composition-equipe td,
.composition-equipe th{
    width: 25%;
    padding: 4px;
    border-right: solid 1px #dadada;
}

.composition-equipe tr{
    border-bottom: solid 1px #dadada;
}

.my-account-page-content .list-model{
    width: 100%;
    margin-top: 15px;
}

.my-account-page-content .list-model > .mb-10{
    margin-bottom: 30px;
}

.my-account-page-content .list-model .card-body{
    text-align: center;
    padding: 10px 0;
}

.my-account-page-content .list-model .card-title{
    text-align: center;
    padding: 0 15px;
}

.my-account-page-content .list-model .btn{
    min-width: 0;
    display: inline-block;
    margin-bottom: 5px;
}

/* 3D */
#module-ws_sublimation3d-share section, 
#module-ws_sublimation3d-sublimation section,
#module-ws_sublimation3d-customerbat3d section,
#module-ws_sublimation3d-customersublimation3d section
{
    background-color: white;
}

#module-ws_sublimation3d-share #content-wrapper, 
#module-ws_sublimation3d-sublimation #content-wrapper,
#module-ws_sublimation3d-customerbat3d #content-wrapper,
#module-ws_sublimation3d-customersublimation3d #content-wrapper
{
    margin: 0 auto;
}

.rightSideLoading {
    filter: opacity(0.2);
    pointer-events: none;
}

#facesContainer {
    cursor: url('../img/mouse_rotation.svg'), auto;	
}

#facesContainer:active {
    cursor: url('../img/mouse_rotation_hover.svg'), auto;	
}

.mouseZoomIn {
    cursor: url('../img/mouse_zoomin.svg'), auto !important;	
}
.mouseZoomOut {
    cursor: url('../img/mouse_zoomout.svg'), auto !important;	
}

.btnZoom  {
    position :absolute;
    right: 100px;
    cursor: pointer;
    color:#fff;
    background-color: transparent;
    height: 45px;
    width: 45px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.btnZoom:active {
    transform: translateY(1px);
}

.btnZoomReset {
    content:'';
    top: -200px;
    background-image: url('../img/bouton_reset.svg');
}

.btnZoomIn {
    content:'';
    top: -260px;
    background-image: url('../img/bouton_zoom_in.svg');
}

.btnZoomOut {
    content:'';
    top: -320px;
    background-image: url('../img/bouton_zoom_out.svg');
}

@media(max-width: 768px){
   .btnZoom  {
        right: 20px;   
   }
   
   .btnZoomReset {
       top: -200px;
   }
   
   .btnZoomIn {
       top: -260px;
   }
   
   .btnZoomOut {
       top: -320px;
   }
}

/* TS - 14/02/2024 */

#facesContainer canvas {
    width: 100% !important;
    height: auto !important;
}

.product-header {
    margin-bottom: 15px;
}

.product-header .link-infos,
.product-header .link-help {
    margin-bottom: 15px;
    background: 0 none;
    padding: 0;
    color: #000000 !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.product-header .link-infos:hover,
.product-header .link-help:hover {
    background: 0 none;
    text-decoration: underline;
}

.product-header .link-infos:before {
    background: #000000;
    -webkit-mask-image: url('../img/info.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url('../img/info.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    position: relative;
    top: 0;
    margin-right: 8px;
}

.product-header .header-price {
    float: none;
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    display: block;
    font-size: 2.5rem;
    line-height: 1;
}

.product-header .header-price span {
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.product-header .header-ref {
    float: none;
    padding: 0;
    margin-top: 5px;
}

@media (min-width: 992px) {
    .product-header .link-infos {
        margin-top: 10px;
    }
    
    .product-header .header-price,
    .product-header .header-ref {
        text-align: right;
    }
    
    .product-header {
        margin-top: 30px;
    }
}

.wrapper-accordion .accordion-item {
    margin-bottom: 15px;
}

.wrapper-accordion .accordion-item .accordion-header {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 0;
    border-bottom: solid 1px #D9D9D9;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.wrapper-accordion .accordion-item .accordion-header::before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #000000;
    -webkit-mask-image: url('../img/down-right-arrow.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url('../img/down-right-arrow.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    transform: rotateZ(0);
}

.wrapper-accordion .accordion-item.active .accordion-header::before {
    background: var($color-2);
    transform: rotateZ(-45deg);
}

.wrapper-accordion .accordion-item .accordion-content {
    display: none;
    padding: 15px;
}

.wrapper-accordion #color .accordion-content {
    padding: 15px 0;
}

.wrapper-accordion .accordion-item.active .accordion-header {
    color: var($color-2);
}

.wrapper-accordion .accordion-item.active .accordion-content {
    display: block;
}

.todev {
    color: pink;
    font-weight: 700;
}

#collapsePlayername .playerForm,
#collapseColManche .playerForm {
    position: relative;
    text-align: left;
}

#collapsePlayername .playerForm .formDroit:after,
#collapsePlayername .playerForm .formArc:after,
#collapsePlayername .playerForm .formArche:after,
#collapseColManche .playerForm .formRond:after,
#collapseColManche .playerForm .formEnV:after,
#collapseColManche .playerForm .formCourte:after,
#collapseColManche .playerForm .formLongue:after {
    display: none;
}

#collapsePlayername .playerForm,
#collapseColManche .playerForm {
    min-width: 0;
    width: 100%;
    margin: 8px 0;
    line-height: 1.3;
    height: auto;
    border-radius: 50px;
    border-color: var($color-1);
    padding: 5px 12px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

#collapsePlayername .playerForm::before,
#collapseColManche .playerForm::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var($color-1);
    z-index: -1;
    transform: translateX(-100%);
    border-radius: 50px;
    transition: transform 0.25s;
}

#collapsePlayername .playerForm:hover::before,
#collapseColManche .playerForm:hover::before {
    transform: translateX(-100%) translateX(40px);
}

#collapsePlayername .playerForm.active,
#collapseColManche .playerForm.active {
    border-color: var($color-1);
    color: #000000;
}

#collapsePlayername .playerForm.active::before,
#collapseColManche .playerForm.active::before {
    transform: translateX(0);
}

#collapsePlayername .playerForm span,
#collapseColManche .playerForm span {
    margin: 0;
    color: #000000;
}

#sublimation_customisation .model-item label {
    padding-bottom: 10px;    
}

#sublimation_customisation .model-item label:hover,
#sublimation_customisation .model-item label.active {
    background: #F1F1F1;
}

.model-list .model-item img.svg,
.model-list .model-item:hover img.svg,
.model-list .model-item label.active img.svg {
    border: 0 none;
    background: 0 none;
}

.model-list .model-item .model-name {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
}

.model-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.model-wrapper .cols-list {
    width: 100%;
}

.model-wrapper .model-list {
    order: 2;
}

.model-list {
    display: flex;
    padding: 0;
    margin: 0;
    width: 80%;
    overflow: auto;
}

.model-wrapper > .cont > div {
    width: 100%;
    margin-bottom: 10px;
}

#sublimation_customisation .model-item label {
    width: 35vw;
}

.model-wrapper #collapseColManche {
    display: flex;
}

#collapsePlayername .playerForm,
#collapseColManche .playerForm {
    width: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .model-wrapper {
        flex-wrap: unset;
    }
    
    .model-wrapper > .cont > div {
        width: 120px;
        padding-right: 15px;
    }
    
    .model-wrapper #collapseColManche {
        flex-direction: column;
    }
    
    #sublimation_customisation .model-item label {
        width: 140px;
    }
    
    .model-wrapper .cols-list {
        width: 100px;
        padding-right: 15px;
    }
    
    .model-list {
        flex-grow: 1;
    }
    
    .model-list .model-item {
        width: 33.33%;
        margin: 0;
        padding: 0;
    }
    
    .model-list .model-item label {
        width: 140px;
        margin: 0;
    }
    
    .model-list .model-item img.svg {
        height: 140px;
    }
}

/* SCROLLBAR */
.model-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.model-list::-webkit-scrollbar-track {
    position: relative;
    background: #E3E3E3;
    border-radius: 8px;
    width: 5px;
}

.model-list::-webkit-scrollbar-thumb {
    background: var($color-1);
    border-radius: 8px;
    border-top: 1px white solid;
    width: 5px;
}

.logo-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.logo-wrapper .item-logo {
    width: calc(50% - 10px);
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #F1F1F1;
}

.logo-wrapper .item-logo .btnLogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: 0 none;
    opacity: 0;
    cursor: pointer;
    padding: 0;
    border: 0 none;
}

.logo-wrapper .item-logo label {
    padding: 0;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.logo-wrapper .item-logo label {
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}

.logo-wrapper.logo-maillot .item-logo::before,
.logo-wrapper.logo-short .item-logo::before {
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo-wrapper.logo-maillot .item-logo::after,
.logo-wrapper.logo-short .item-logo::after {
    content: '';
    display: block;
    height: 26px;
    width: 26px;
    background-color: var($color-1);
    background-image: url('../img/plus.svg');
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 25px;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    border-radius: 50px;
    transition: background-color 0.25s;
}

.logo-wrapper.logo-maillot .item-logo.logo-1::before,
.logo-wrapper.logo-maillot .item-logo.logo-2::before,
.logo-wrapper.logo-maillot .item-logo.logo-3::before,
.logo-wrapper.logo-maillot .item-logo.logo-4::before {
    background-image: url('../img/maillot-avant.png');
}

.logo-wrapper.logo-maillot .item-logo.logo-5::before {
    background-image: url('../img/maillot-gauche.png');
}

.logo-wrapper.logo-maillot .item-logo.logo-6::before {
    background-image: url('../img/maillot-droite.png');
}

.logo-wrapper.logo-maillot .item-logo.logo-7::before {
    background-image: url('../img/maillot-dos.png');
}

.logo-wrapper.logo-short .item-logo.logo-1::before,
.logo-wrapper.logo-short .item-logo.logo-2::before,
.logo-wrapper.logo-short .item-logo.logo-3::before {
    background-image: url('../img/short-avant.png');
}

.logo-wrapper.logo-maillot .item-logo.logo-1::after {
    transform: translateX(-50%) translateX(12px);
}

.logo-wrapper.logo-maillot .item-logo.logo-2::after {
    transform: translateX(-50%) translateX(-12px);
}

.logo-wrapper.logo-maillot .item-logo.logo-3::after {
    transform: translateX(-50%) translateY(25px);
}

.logo-wrapper.logo-maillot .item-logo.logo-4::after {
    transform: translateX(-50%) translateY(50px);
}

.logo-wrapper.logo-maillot .item-logo.logo-5::after {
    transform: translateX(-50%) translateX(5px);
}

.logo-wrapper.logo-maillot .item-logo.logo-6::after {
    transform: translateX(-50%) translateX(-5px);
}

.logo-wrapper.logo-maillot .item-logo.logo-7::after {
    transform: translateX(-50%) translateX(-2px) translateY(40px);
}

.logo-wrapper.logo-short .item-logo.logo-1::after {
    top: 60px;
    left: 50%;
    transform: translateX(-50%) translateX(23px);
}

.logo-wrapper.logo-short .item-logo.logo-2::after {
    top: 28px;
    transform: translateX(-50%) translateX(-15px);
}

.logo-wrapper.logo-short .item-logo.logo-3::after {
    top: 28px;
    transform: translateX(-50%) translateX(16px);
}

.logo-wrapper .awesome-cropper {
    height: auto;
    width: 100%;
    margin-top: 8px;
}

.logo-wrapper .awesome-cropper > img {
    width: 100%;
    max-width: none;
    height: 80px;
    object-fit: contain;
}

.logo-wrapper .awesome-cropper > img[src=""] {
    display: none;
}

#colorwheel {
    width: 300px;
    position: relative;
}

.logo-wrapper .item-logo .awesome-cropper {
    background: #fff;
    border: solid 1px #f1f1f1;
    margin: -10px;
    margin-top: 5px;
    width: auto;
    display: block;
    padding: 5px;
}

.logo-wrapper .item-logo {
    display: flex;
    flex-direction: column;
}

.logo-wrapper .item-logo .color_cont_1 {
    margin-top: auto;
}

@media (min-width: 992px) {
    .logo-wrapper .item-logo {
        width: calc(16.66% + 15px);
    }
    
    .logo-wrapper .item-logo:nth-of-type(5) {
        margin-right: 0;
    }
    
    .logo-wrapper .item-logo:hover {
        background: #F1F1F1;
    }
    
    .logo-wrapper.logo-maillot .item-logo:hover::after {
        background-color: var($color-2);
    }
}

#customization .cont {
    margin: 0 -30px;
}

#customization .cont::after {
    content: '';
    display: table;
    clear: both;
}

#customization .item-text {
    background: #F1F1F1;
    padding: 15px 5px;
    text-align: center;
    margin-bottom: 15px;
}

#customization .item-text .customize-title {
    text-transform: uppercase;
}

@media (min-width: 1700px) {
    body.is-sublimation #main {
        margin-right: -120px;
        margin-left: -120px;
    }
}

.label-font {
    font-size: 0;
}

#sublimation_customisation label.label-font {
    padding: 6px 14px;
    margin: 0 2px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#sublimation_customisation label.label-font input {
    border: solid 1px var($color-1);
    border-radius: 50px;
    appearance: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: background 0.25s;
}

label[for='playernameFont'],
label[for='playernumFont'] {
    pointer-events: none;
}

#sublimation_customisation label.label-font img {
    pointer-events: none;
}

#sublimation_customisation label.label-font input:checked,
#sublimation_customisation label.label-font input:hover {
    background: var($color-1);
}

.colorwheels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.wheel-item {
    padding: 0 10px;
    margin: 0 5px;
}

.color-legend {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.color-legend .legend {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}

@media (min-width: 992px) {
    .color-legend {
        flex-direction: row;
    }
    
    .color-legend .legend {
        margin: 5px 15px;
    }
}

.color-legend .legend::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 22px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.color-legend .legend-fluo::before {
    background-image: url('../img/fluo.svg');
}

.color-legend .legend-pastel::before {
    background-image: url('../img/pen.svg');
}

.colorwheels .maincolors {
    width: 260px;
    height: 260px;
}

.color-inputs {
    display: none;
}

.wheel-item .wheel-title {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#collapsePlayername input[type='checkbox'],
#collapsePlayernum input[type='checkbox'] {
    border: solid 1px #000000;
    transition: background 0.25s;
}

#collapsePlayername input[type='checkbox']::before,
#collapsePlayernum input[type='checkbox']::before {
    height: 20px;
    width: 20px;
    mask-image: url(../img/tick.svg);
    -webkit-mask-image: url(../img/tick.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: #000;
    margin-left: 4px;
    margin-top: -2px;
}

#collapsePlayername input[type='checkbox']:checked,
#collapsePlayernum input[type='checkbox']:checked {
    background: var($color-1);
}

.subliResetAll::before {
    display: none;
}

#sublimation_form .actions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

#sublimation_form .actions-wrapper .btn {
    margin-bottom: 5px;
    padding: 16px 28px;
}

#sublimation_form .actions-wrapper .actions-intro {
    width: 100%;
    font-weight: 700;
    margin-top: 15px;
}

#sublimation_form .cont {
    flex-shrink: initial;
    width: initial;
}

.composition-wrapper .btn-qty {
    background: var($color-2);
}

@media (min-width: 992px) {
    #sublimation_form .actions-wrapper {
        flex-direction: row;
    }
    
    #sublimation_form .actions-wrapper #saveCustomization {
        margin-right: 15px;
    }
}

.clientform-wrapper .form-required {
    color: #BD0000;
}

.clientform-wrapper .form-group input {
    margin-bottom: 0;
}

.clientform-wrapper .form-intro {
    font-weight: 700;
    margin-bottom: 20px;
    color: var($color-2);
}

@media (min-width: 1140px) {
    #facesController .prev-face {
        right: 50px;
        top: -300px;
    }
    
    #facesController .next-face {
        left: 50px;
        top: -300px;
    }
    
    .btnZoom {
        right: auto;
        left: 50px;
    }
    
    .btnZoomReset {
        top: -100px;
    }
    
    .btnZoomIn {
        top: -160px;    
    }
    
    .btnZoomOut {
        top: -220px;
    }
}

@media (min-width: 1600px) {
    #facesController .prev-face {
        right: 50px;
        top: -500px;
    }
    
    #facesController .next-face {
        left: 50px;
        top: -500px;
    }
    
    .btnZoom {
        right: auto;
        left: 50px;
    }
    
    .btnZoomReset {
        top: -300px;
    }
    
    .btnZoomIn {
        top: -360px;    
    }
    
    .btnZoomOut {
        top: -420px;
    }
}

.leftSide {
    height: auto;
    margin-bottom: 30px;
}

#sublimationTeamBuilder .link-back {
    margin-bottom: 15px;
}

.composition-wrapper .top-row {
    margin: 0;
}

.wrapper-playercolor {
    max-width: 200px;
    margin: auto;
    text-align: left;
}

#customization .wrapper-playercolor .col-form-label {
    padding: 10px 0;
    position: relative;
    display: block;
    text-align: left;
    padding-right: 40px;
    cursor: pointer;
}

#customization .wrapper-playercolor .col-form-label::before,
#customization .wrapper-playercolor .col-form-label::after {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    pointer-events: none;
}

#customization .wrapper-playercolor .col-form-label::before {
    background: var($color-1);
    border-radius: 50px;
    transition: background 0.25s;
}

#customization .wrapper-playercolor .col-form-label::after {
    background-image: url('../img/peint.svg');
    background-size: 15px auto;
    background-position: top 4px center;
    background-repeat: no-repeat;
}

#customization .wrapper-playercolor .col-form-label:hover::before {
    background: var($color-2);
}

#customization .accordion-content {
    position: relative;
}

#customization .accordion-content .clientform-wrapper {
    margin: 0 -15px;
    margin-bottom: -30px;
}

#customization .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
    background: rgba(255, 255, 255, 0.7);
}

#customization .color-overlay.open {
    display: block;
}

#customization #name1Color,
#customization #name2Color,
#customization #num1Color,
#customization #num2Color {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    display: none;
}

#customization #name1Color.open,
#customization #name2Color.open,
#customization #num1Color.open,
#customization #num2Color.open {
    display: block;
}

#customization .wrapper-playercolor .open-colors.opened {
    color: var($color-2);
}

#customization .wrapper-playercolor .open-colors.opened::before {
    background: var($color-2);
}

.errorCustomizationField {
    border: 1px solid #bd0000;
}

#colorwheel1,
#colorwheel2,
#colorwheel3,
#colorwheel4,
#colorwheel5,
#colorwheel6,
#colorwheel7 {
    position: relative;
}

#buildTeam[disabled] {
    background: #F4F4F4;
}

#buildTeam[disabled]::before {
    display: none;
}