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

/* --- Global ---  */
*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    color: #383838;
    background-color: #FCFCFC;
    overflow-x: hidden;
}

.noScoll {
    overflow: hidden !important;
}

h1 {
    font-size: 22px;
    line-height: 28px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

a, a:link {
    text-decoration: none;
    color: #383838;
}

a:hover {
}

a:active {
}

a:visited {
}

img {
    max-width: 100%;
}

a img {
    border: none;
}


.block {
    display: block;
}

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}

.mainColor {
    color: #10518E !important;
}

.secondColor {
    color: #10518E !important;
}


.classForH2 {
    color: #000;
    font-size: 12px;
}

.modal-on {
    overflow: hidden;
}

.hasInfo {
    position: relative;
}

.info {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/info.png) no-repeat center center #10518E;
    background-size: 25px auto;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-top: -11px;
    cursor: pointer;
}

.infoContent {
    display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 23px;
    z-index: 88;
    opacity: 0;
    font-size: 12px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color: #FFF;
}

.infoContent.show {
    display: block;
    opacity: 1;
}

.infoContent h5 {
    font-size: 14px;
    margin: 0 0 8px;
}

.infoContent p {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
}

.infoContent p + p {
    margin-top: 6px;
}

.closeInfoContent {

}

#forAmexPayment .closeInfoContent {
    top: -16px;

}

.fieldsGroupHead .info {
    position: relative;
}

.truncate {

}

/* ##################### */
/* Grid */
.grid {
}

.grid:after, .mobileGrid:after, .Mygrid:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.grid > [class^=cell], .mobileGrid > [class^=cell], .Mygrid > [class^=cell] {
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tableGrid {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tableGrid > [class^=cell] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.grid.expanded {
    margin: 0 -4px;
}

.grid.expanded > [class^=cell],
.mobileGrid.expanded > [class^=cell],
.tableGrid.expanded > [class^=cell] {
    padding-left: 4px;
    padding-right: 4px;
}

.grid.expanded.e12 {
    margin: 0 -12px;
}

.grid.expanded.e12 > [class^=cell],
.mobileGrid.expanded.e12 > [class^=cell],
.tableGrid.expanded.e12 > [class^=cell] {
    padding-left: 12px;
    padding-right: 12px;
}

.cell1 {
    width: 8.33333%;
}

.cell2 {
    width: 16.6666%;
}

.cell3 {
    width: 25%;
}

.cell4 {
    width: 33.3333%;
}

.cell5 {
    width: 41.6666%;
}

.cell6 {
    width: 50%;
}

.cell7 {
    width: 58.3333%;
}

.cell8 {
    width: 66.6666%;
}

.cell9 {
    width: 75%;
}

.cell10 {
    width: 83.3333%;
}

.cell11 {
    width: 91.6666%;
}

.cell12 {
    width: 100%;
}

/* ##################### */
#app {
    min-height: 100%;
}

.mainWrapper {
    min-height: 100%; /* padding-bottom: 60px; */
}

.wrapper {
    max-width: 1027px;
    margin: 0 auto;
    position: relative;
}

/* ### Header */
#header {
    position: relative;
    background-color: #FFF;
}

#header .wrapper {
    padding: -1px 8px 0 148px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    #header .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; 
        overflow: visible;
        width: 100%;
        position: relative;
      }


}

#header .logo {
    position: absolute;
    left: 54px;
  }

#header .logo img {
    max-height: 30px;
    width: auto;
}

.buyCardLink {
    text-align: center;
}

#cartBox {
    margin-right:16;
    margin-left:16;
    padding: 0 16px;
    background-color: #f7f7f7;
}
.languageSelector {
    margin-bottom: 4px;
    margin-left: 0;
  }
  
#cartBox a {
    display: block;
    font-size: 17px;
    line-height: 48px;
    color: #10518E;
    position: relative;
    padding-right: 36px;
}

#cartBox a .countPanier {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    font-size: 14px;
    color: black ;
    background-color: #ffc600;
    border-radius: 20px;
    display: block;
    line-height: 22px;
    width: 22px;
    text-align: center;
}

#cartBox .cartText {
    margin-left: 5px;
}

.emtyCart {
    padding: 62px 114px;
    color: #10518E;
    text-align: center;
}

.emtyCartHead {
    margin: 0 0 8px;
    text-align: center;
}

.emtyCart i {
    font-size: 32px;
}

.emtyCart p {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.cartItems {
}

.cartItem {
    overflow: hidden;
    position: relative;
    padding: 12px 236px 24px 6px;
    border-bottom: 1px solid #e5e5e5;
    width: 700px;
}

.cartItem .itemPreview {
    float: left;
    width: 160px;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.48);
    border-radius: 5px;
}

.cartItem .itemData {
    margin-left: 180px;
}

.cartItem .itemData .iPrice {
    font-size: 40px;
    margin-bottom: 6px;
}

.cartItem .itemData .iSender {
    font-size: 16px;
}

.cartItem .itemData .iDate {
    font-size: 16px;
}

.cartItem .qtyContainer {
    position: absolute;
    top: 24px;
    right: 92px;
}

.cartItem .qtyContainer label {
    display: block;
    text-align: center;
    color: #10518E;
    margin-bottom: 6px;
}


.cartItemsHead {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 16px;
    padding-bottom: 16px;

}

.cartItem2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-right: 56px;
    padding-bottom: 24px;
    padding-left: 4px;
    
}

.cartItem2 + .cartItem2 {
    border-top: 1px solid #e5e5e5;
}

.cartItem2 .itemPreview {
    float: left;
    width: 160px;
    box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.48);
    border-radius: 5px;
}

.cartItem2 .itemData {
    margin-left: 180px;
}

.cartItem2 .itemData .iPrice {
    color: #10518E;
    font-size: 40px;
    margin-bottom: 6px;
}

.cartItem2 .itemData .iSender {
    color: #10518E;
    font-size: 16px;
}

.cartItem2 .itemData .iDate {
    color: #10518E;
    font-size: 16px;
}
.cartItem2 .itemData .iDate .time-display {
    display: inline;
  }
  
  .cartItem2 .itemData .iDate .timezone-small {
    font-size: 10px;
  }
.cartItem2 .qtyContainer {
    position: absolute;
    top: 24px;
    right: 92px;
}

.cartItem2 .qtyContainer label {
    display: block;
    text-align: center;
    color: #10518E;
    margin-bottom: 6px;
}

.formControl .countInput {
    display: inline-block;
    margin: 0 4px;
}

.countInputContainer label {
    font-size: 17px;
    line-height: 28px;
    color: #383838;
}

.formControl .countInput .upVal, .formControl .countInput .downVal {
    display: inline-block;
    cursor: pointer;
    width: 28px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    background-color: #10518E;
    border-radius: 28px;
}

.formControl .countInput input[type=number] {
    width: 38px;
    padding: 6px;
    text-align: center;
}

.formControl .countInput input[type=number]::-webkit-outer-spin-button,
.formControl .countInput input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    cursor: pointer;
    background: none;
    display: none;
    opacity: 0;
}

.cartItem .deleteItem {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    display: inline-block;
    font-size: 32px;
    color: #d34326;
}

.cartItem2 .deleteItem {
    position: absolute;
    top: 55px;
    right: 5px;
    margin-top: -16px;
    display: inline-block;
    font-size: 32px;
    color: #d34326;
}

.cartRecap {
    text-align: right;
    color: #282828;
    font-size: 25px;
    padding: 24px;
}

.cartRecap > span {
    margin-left: 60px;
}

.cartRecap > span .val {
    font-size: 35px;
}

.modalBtnsRow {
    overflow: hidden
}

.modalBtnsRow .col-6 {
    float: left;
    width: 50%;
}

.modalBtnsRow .btn {
    display: inline-block;
    font-size: 17px;
    max-width: 290px;
    width: 90%;
    padding: 0px !important;
}


#formCreateOrder h2.alignCenter  {
	text-align: left !important;
}
#deleteCartItem {
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
}

#deleteCartItem.open {
    display: block !important;
}

.deleteRequest {
    /*margin: 40px 0 0;*/
    text-align: center;
}

.deleteRequest i {
    display: block;
    font-size: 50px;
    line-height: 100px;
}

.deleteRequest p {
    margin: 0 40px 28px;
    font-size: 15px;
}

.deleteModal {

    position: relative !important;
}

#deleteCartItem .modalBtnsRow {
    margin-top: 40px;
}

/* ### Steps Nav */
#stepsNav {
    margin-left: auto; /* Le centre si rien ne le pousse */
    margin-right: 18px;
}

#stepsNav ul {
    overflow: hidden;
}

#stepsNav ul li {
    float: left;
    list-style: none;
}

#stepsNav ul li + li {
    margin-left: 30px;
}

#stepsNav ul li a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    line-height: 32px;
    padding: 8px 0;
    opacity: 0.7;
    cursor: default;
}

#stepsNav ul li a.link {
    cursor: pointer;
}

#stepsNav ul li a.on {
    opacity: 1;
}

#stepsNav ul li a:before {
    content: attr(data-step);
    display: inline-block;
    border-radius: 28px;
    line-height: 24px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 6px;
}

#stepsNav ul li a.on:before {
    border: 3px solid #ffc600;
}

#footer {
    text-align: center;
    padding: 18px 4px;
    margin-top: 67px;
    color: #a2a2a2;
    /* position: fixed;bottom: 0;left: 0;right: 0; background: #FFF;*/
    /* box-shadow: 0 0 3px -1px rgba(0,0,0,0.3);*/
}

.footerTop {
    margin-top: 120px !important;
}

.footerb2b2c {
    margin-top: 168px !important;
}

#footer a {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    color: #a2a2a2;
}

#footer a:hover {
    color: #383838;
}

/* ### Content */
#content {
    margin-top: 0px;
}

#content .wrapper {
    position: relative;
}


#topSection {
    background: url(../images/bg1.png) no-repeat center;
    background-size: cover !important;
    color: #FFF;
  
}

#topSection .overlayBox {
    padding: 48px 0 216px;
   

}

#topSection .overlay {
    background-color: rgba(17, 91, 161, 0.5);
}

#topSection .headContent {
    text-align: center;
    font-size: 19px;
    width: 670px;
    max-width: 100%;
    
    padding: 5px;
    margin: 0 auto;
}

#topSection .headContent strong {
    color: #ffc809 !important;
}

#topSection + .mainContent {
    margin-top: -159px;
}

.showMoreBox {
    text-align: center;
}

.showMoreBox a {
    text-decoration: underline;
    font-size: 16px;
    margin-top: 30px;
    font-weight: normal;
    color: #FFF;
}

.step1Form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 30px;
    column-gap: 30px;
}

.cardLabel {
    /* color: #c5c5c5; */
    font-size: 24px;
    line-height: 52px;
    font-weight: 600;
}

.contentRow {
    overflow: hidden;
}

.cardPart {
    grid-column: 1;
    grid-row: 1;
}

.cardSection {
    position: absolute;
    top: 80px;
    left: 0;
    width: 600px;
    max-width: 100%;
    padding: 0 50px;
}
.left-column-container {
    display: flex;
    flex-direction: column;
    gap: 34px;
    
  
  }
.step1Form .cardSection {
    position: static;
}
#topSection > .overlayBox > .wrapper{
    background-color: white!important;
}
#topSection > .overlayBox > .wrapper .headContent strong, #topSection > .overlayBox > .wrapper .headContent, #topSection > .overlayBox > .wrapper a {
    color: #383838 !important;
  }
.cardSection2 {
    grid-row: 1;
    grid-column: 1;
    position: absolute;
    border-radius: 6px;
    background-color: white;
    left: 0;
    width: 567px;
    max-width: 100%;
    overflow: auto;
    max-height: 500px;
    padding-right: 20px;
    padding-left: 20px;
    height: auto;
}

.cardSection3 {
    position: absolute;
    top: 80px;
}

.cardInfoSection2 {
    position: absolute;
    top: 330px;
    width: 540px;
    margin: 0 auto;
    max-width: 100%;
}

.cardInfoSection {
    position: absolute;
    top: 330px;
    left: 50px;
    width: 501px;
    max-width: 100%;
}

.step1Form .cardInfoSection {
    width: 600px;
    padding-left: 50px;
    padding-right: 50px;
    position: static;
    margin-bottom: -50px;
}

.cardAmexSection {
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 100%;
}

.step1Form .cardAmexSection {
}

.cardPreview {
    width: 540px;
    max-width: 100%;
    margin: 0 auto 0 0;
}

.cardPreview img {
    width: 100%;
    max-width: 500px;
    border-radius: 6px 6px 0 0;
    height: auto;
    max-height: 265px!important;
}

.cardPreview .slick-slide, .cardPreview .cardBox { /*background: url(../images/ombre.png) no-repeat center bottom; padding: 0 8px 33px; */ /* box-shadow: 0 20px 27px -20px rgba(0,0,0,0.4); */ /*margin-bottom: 36px;*/
    border-radius: 32px 32px 0 0;
    background-color: #FFF;
    overflow: hidden;
}

/* to check */
.mainCol {
    min-height: 656px;
    
}

.mainContent.step-result .authorized .mainCol {
    max-width: 375px;
    margin-left: auto;
}

.step1Form .mainCol {
    max-width: none;
    margin-left: 0;
    min-height: auto;
    grid-column: 2;
    grid-row: 1/3;
}

.whiteBox, .mainWhiteBox {
    background-color: #FFF;
    border-radius: 6px;
    color: #757575; 
    position: relative;
    min-height: 240px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.mainWhiteBox {
    border-radius: 6px;
    padding: 0;
}

.contentBody {
    padding-top: 28px;
    padding-right: 46px;
    padding-bottom: 46px;
    padding-left: 0px;
}

.mainWhiteBox h2 {
    margin: 10px 0 12px;
    font-size: 20px;
}

.bottomSection {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 536px;
    max-width: 100%;
    line-height: 17px;
    top: 507px;
}

.step1Form .bottomSection {
    position: static;
    width: 600px;
    grid-column: 1;
    grid-row: 2;
}

.haveManualAmount .bottomSection {
    top: 547px;
}

.bottomSectionTop {
    text-align: justify;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 536px;
    max-width: 100%;
    line-height: 17px;
    color: #989898;
    top: 507px
}

.step1Form .bottomSectionTop {
    position: static;
    width: 600px;
    max-width: 100%;
}
.bottomSection2-step2 {
    grid-row: 1; 
    grid-column: 1;
    margin-top: auto; 
    font-size: 13px;
    padding-right: 10px;
    color: #5b5b5b;
    padding-left: 50px;
}
.bottomSection2 {
    grid-row: 1; 
    grid-column: 1;
    margin-top: auto; 
    font-size: 13px;
    padding-right: 10px;
    color: #5b5b5b;
}

/* Todo :: bottom: -20px !important; */

.whiteBox .fieldsGroupHead {
    font-size: 18px;
    color: #10518E;
    padding: 0 16px;
    line-height:28px;
}

.whiteBox .fieldsGroup {
    margin: 0 0 32px;
}

.whiteBox .formControl input[type=date], .formBox .formControl input[type=time] {
    border: none;
    font-size: 20px;
    color: #10518E;
    background-color: #FFF;
    padding: 2px 16px 2px 12px;
}

.whiteBox .actionsRow {
    position: absolute;
    left: 20px;
    right: 20px;
    text-align: center;
}

.slick-prev, .slick-next {
    width: 28px;
    height: 28px;
    margin-top: 20px;
    z-index: 99;
}

.slick-prev {
    left: -42px;
}

.slick-next {
    right: -42px;
}

.slick-prev:before, .slick-next:before {
    color: #10518E;
    font-size: 35px !important;
}

.slick-next:before {
    content: '\f138' !important;
}

.slick-prev:before {
    content: '\f137' !important;
}

.montant {
    overflow: hidden;
    max-width: 100%;
    bottom: -60px;

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    top: -60px;
    position: relative;
    padding-bottom: 15px;
}

.montant.manual {
    flex-wrap: wrap;
}

.montantItem {
    margin: 0 10px;
}

.montantValue {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px;
    border-color: #f1f1f1;
    border-radius: 50%;
    background-color: #FFF;
    width: 82px;
    height: 82px;
    color: #9f9f9f;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
}

.montantValue.x-small {
    font-size: 9px;
}

.montantValue.small {
    font-size: 12px;
}

.montantValue.medium {
    font-size: 14px;
}

.montantItem input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    opacity: 0;
    visibility: hidden;
}

input:checked + .montantValue {
    background-color: #10518E;
    border-color: #10518E;
    color: #FFF;
}

input:disabled + .montantValue {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #BEBEBE;
}

.custommontant {
    position: relative;
}

.custommontant .montactChoices {
    overflow: hidden;
    display: block;
    height: 100%;
}

.custommontant ul {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.5s ease;
}

.custommontant li {
    list-style: none;
    font-size: 16px;
}

.custommontant.x-small li {
    font-size: 9px;
}

.custommontant.small li {
    font-size: 12px;
}

.custommontant.medium li {
    font-size: 14px;
}

.montantNav {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 20px;
}

.montantNav.up {
    background: url(../images/nav-arrows-up.png) no-repeat center center;
    top: 0;
}

.montantNav.down {
    background: url(../images/nav-arrows-down.png) no-repeat center center;
    bottom: 0;
}

input:checked + .custommontant {
}

input:checked + .custommontant .montantNav {
    width: 28px;
    height: 28px;
    margin-left: -14px;
    border-radius: 28px;
}

input:checked + .custommontant .montantNav.up {
    background: url(../images/nav-arrows-on-up.png) no-repeat center center #ffcc00;
    top: -20px;
}

input:checked + .custommontant .montantNav.down {
    background: url(../images/nav-arrows-on-down.png) no-repeat center center #ffcc00;
    bottom: -20px;
}

.montantManual {
    flex-basis: 60%;
    display:flex;
}

.cardInfoBox {
    background: #FCFCFC;
    height: 100%;
}

.mainContent.step-result .authorized .cardInfoBox {
    padding-bottom: 30px;
}

.topBox {
    min-height: 95px;
    padding-top: 17.5px;
    padding-right: 21px;
    padding-bottom: 16px;
    padding-left: 21px;

    margin: 0 0 0;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 20px 20px -36px;
}

.bottomBox {
    padding: 0px 18px;
    font-size: 19px;
    line-height: 36px;
    color: #c5c5c5;
}

.cardInfos {
    overflow: hidden;
}

.cardInfos .amount {
    float: right;
    font-size: 42px;
    color: #10518E;
    padding: 18px 0 0;
}

.userInfos {
    margin-right: 86px;
}

.userInfos .name {
    font-size: 30px;
    color: #10518E;
}

.userInfos .email {
    font-size: 18px;
    color: #c5c5c5;
    font-weight: normal;
}

.msgPreview {
    color: #10518E;
}

.msgPreview:before {
    content: '“';
}

.msgPreview:after {
    content: '”';
}

.msgPreviewBox {
    line-height: 27px;
}


.confUserInfo {
    font-size: 25px;
    line-height: 32px;
    color: #757575;
    margin: 14px 0 48px;
    text-align: center;
}

.confUserInfo .name {
    display: block;
    word-wrap: break-word; /*text-overflow: ellipsis; white-space: nowrap; overflow: hidden;*/
}

.confUserInfo .email {
    display: block;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden; /* white-space: nowrap; text-overflow: ellipsis; */
    word-wrap: break-word;
}

.confirmation {
    font-size: 16px;
    color: #10518E;
    text-align: center !important;
}

.confirmation p {
    margin: 0 0 18px;
}

.mainImg {
    text-align: center;
}

.modalAction {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    text-align: center;
}

a.buyCard {
    background: #ffc600;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    padding: 0 28px;
    border-radius: 36px;
    font-weight: normal;
}

.pt64 {
    padding: 28px 46px 46px;
    padding-top: 64px !important;
}

.actionsRow a.buyCard {
    line-height: 64px;
    font-weight: normal;
    font-size: 18px;
    display: block;
}

.buyCardLink a.buyCard {
    box-shadow: 0 0;
    font-size: 17px;
    color: #FFF;
}

.btn.defaultBtn {
    background: #e5e5e5;
    border-color: #E5E5E5;
    box-shadow: 0 14px 36px -25px #000;
    color: #484848;
    display: inline-block;
    font-size: 14px;
    line-height: 52px;
    padding: 0 28px;
    border-radius: 36px;
    font-weight: normal;
    text-align: center;
}

.btn.defaultBtn:hover {
    background: #484848;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}

.btn.buyOther, .btn.sendOrder {
    background: #e5e5e5;
    border: 3px solid #FFF;
    color: #484848;
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 36px;
    text-align: center;
    align-content: center;

}

.btn.buyOther:hover {
    border-color: #e5e5e5;
}

.btn.sendOrder {
    background: #10518E;
    color: #FFF;
    align-content: center;
}


.dateTimeLine {
    position: relative;
}

.nowLine {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    padding: 14px 16px 14px 12px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    cursor: pointer;
}

.dateMode, a.dateMode {
    font-size: 16px;
    line-height: 28px;
    border: 2px solid #CCC;
    color: #757575;
    display: inline-block;
    border-radius: 36px;
    padding: 0 18px;
    text-align: center;
    min-width: 126px;
}

.dateMode.active, a.dateMode.active {
    border: 2px solid #10518E;
    color: #10518E;
}


.btnsArea {
    margin-bottom: 22px;
}

.btnsArea .buyCard {
    background-color: #9F9F9F;
    line-height: 28px;
    padding: 16px 10px;
}

.btnsArea .buyCard, a.returnToHome {

    /*box-shadow: 0 0 0 3px #10518E;*/
    box-shadow: none !important;

}

.p16 {
    padding: 0 12px;
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#modal.on {
    display: block;
}

#modalBox {
    font-size: 16px;
    color: #10518E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 0 28px -7px rgba(0, 0, 0, 0.3);
    min-width: 620px; /*max-height: 100%; overflow-x: auto;*/
}

#modalBox .closeInfoContent {
    position: absolute;
    top: 18px;
    right: 7px;
}

#modalBox .modalcontent {
    padding: 25px 24px 28px;
}

#modalBox h2 {
    margin: 10px 0 12px;
    font-size: 20px;
}

#modalBox p {
    margin: 0 0 20px;
}

#modalBox .modalAction {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    text-align: center;
}

#modalBox .modalAction a {
    background: #ffc600;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    padding: 0 28px;
    border-radius: 36px;
    font-weight: normal;
}


#modalBox.fullHeight {
    top: 0;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    margin: 20px 0;
}

table[align=center] {
    margin: 0 auto;
}

.scrollable {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.templateArea {
    max-width: 100%;
    width: 600px;
    border: none;
    margin: 0 auto;
    text-align: center;
    min-height: 568px;
}

.errorsItems {
    background: url(../images/paiement-error.png) no-repeat center 75px;
    padding: 250px 20px 52px;
    font-size: 20px;
}

.toHomeAction {
    text-align: center;
    padding-bottom: 40px;
}

.toHomeAction a {
    background: #ffc600;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    padding: 0 36px;
    border-radius: 36px;
    font-weight: normal;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9999;
}

#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #B4B4B4;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #808080;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #232323;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}


/* ###################################################################################### FORMS */
/* placeholder style */
::-webkit-input-placeholder {
    color: #757575;
    font-weight: normal;
}

:-moz-placeholder {
    color: #757575;
    opacity: 1;
    font-weight: normal; /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #757575;
    opacity: 1;
    font-weight: normal; /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #757575;
    font-weight: normal; /* Internet Explorer 10+ */
}

/* placeholder style */
.error::-webkit-input-placeholder {
    color: rgba(255, 0, 0, 0.6);
    font-weight: normal;
}

.error:-moz-placeholder {
    color: #B30000;
    opacity: 1;
    font-weight: normal; /* Mozilla Firefox 4 to 18 */
}

.error::-moz-placeholder {
    color: #B30000;
    opacity: 1;
    font-weight: normal; /* Mozilla Firefox 19+ */
}

.error:-ms-input-placeholder {
    color:#B30000;
    font-weight: normal; /* Internet Explorer 10+ */
}

.ng-valid-card, .ng-valid-expiry, .ng-valid-cvc,
.ng-valid, .ng-valid-email { /*color:#454545!important;*/
}

.errorBox {
    color: #B30000;
    text-align: center;
    padding: 0 16px;
    margin: 12px 0 10px;
}
.field-error{
    margin-top: 5px;
}

.ng-invalid-card, .ng-invalid-expiry, .ng-invalid-cvc {
    color: #B30000 !important;
    border-color:#B30000 !important;
}

/* --- Form elements --- */
button, input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
    line-height: normal;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

form {
}

fieldset {
    border: none;
}

legend {
}

.formBlock {
}

/* --- Form Field (Row) --- */
.formField {
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.login .formField {
    margin-bottom: 5px;
}

.mediumFields .formField {
    margin-bottom: 12px;
}

.minFields .formField {
    margin-bottom: 4px;
}

/* Label : global */
.formField > label {
    font-size: 14px;
    line-height: 22px;
    color: #383838;
}

.formField > label {
    display: block;
    padding: 8px 0;
    margin: 0;
}

.rightLabels .formField > label {
    text-align: right;
}

.formField > label.required:after {
    content: '*';
    color: #CA1111;
    margin: 0 2px;
}

.formField > label.suf:after {
    content: ':';
}

.formField > label + .formControl {
    font-size: 18px;
    color: #5570ae;
    line-height: 43px;
}

.actionsRow {
    margin-bottom: 20px;
}

.marginTop {
    margin-top: 60px;
}
.h2{
    font-size: 18px !important;
    margin-top: 14px;
}

.h2firsttext{
    font-size: 18px !important;
}


/* horizontalForm */
.horizontalForm .formField { /* overflow: hidden; */
}

.formField:before, .formField:after {
    content: " ";
    display: table;
}

.formField:after {
    clear: both;
}

.horizontalForm .formField > label, .formField.horizontalForm > label {
    float: left;
    width: 160px;
}

.horizontalForm .formField > label + .formControl, .formField.horizontalForm > label + .formControl, .horizontalForm .labelMargin {
    margin-left: 160px;
    padding-left: 8px;
}

/* label small (80) */
.smallLabel .formField > label, form .formField.smallLabel > label {
    width: 80px;
}

.smallLabel .formField > label + .formControl, form .formField.smallLabel > label + .formControl {
    margin-left: 80px;
}

/* label medium (120) */
.mediumLabel .formField > label, form .formField.mediumLabel > label {
    width: 120px;
}

.mediumLabel .formField > label + .formControl, form .formField.mediumLabel > label + .formControl {
    margin-left: 120px;
}

/* label large (220) */
.largeLabel .formField > label, form .formField.largeLabel > label {
    width: 220px;
}

.largeLabel .formField > label + .formControl, form .formField.largeLabel > label + .formControl {
    margin-left: 220px;
}

/* Form Control */
.mainControl, .formControl input[type=text], .formControl input[type=email], .formControl input[type=password], .formControl input[type=tel], .formControl input[type="search"],
.formControl textarea, .formControl input[type=date], .formControl input[type=time], .formControl input[type=number], .formControl select {
    font-size: 14px;
    color: #757575;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0 0 1px;
    border-radius: 0px;
    padding: 14px 0px;
    box-shadow: 0 0;
    width: 100%;
}

/*### Todo ###*/

.formControl input[type=text],
.formControl input[type=email] {
    color: #757575;
}

.formControl input[type=text]::-webkit-input-placeholder,
.formControl input[type=email]::-webkit-input-placeholder {
    color: #757575;
}

.formControl input[type=text]::-moz-placeholder,
.formControl input[type=email]::-moz-placeholder {
    color: #757575;
}

.formControl input[type=text]:-ms-input-placeholder,
.formControl input[type=email]:-ms-input-placeholder {
    color: #757575;
}

.formControl input[type=text]:-moz-placeholder,
.formControl input[type=email]:-moz-placeholder {
    color: #757575;
}

/*### Todo ###*/
/*login Form*/
.login .mainControl,
.login .formControl input[type=text], .login .formControl input[type=email], .login .formControl input[type=password], .login .formControl input[type=tel], .login .formControl input[type="search"],
.login .formControl textarea {
    font-size: 25px;
    padding: 20px 28px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.login .formControl input[type=text], .login .formControl input[type=email], .login .formControl input[type=password], .login .formControl input[type=tel], .login .formControl input[type="search"],
.login .formControl textarea {
    color: #454545;
    transition: box-shadow 0.8s ease;
}

.formControl input[type=text].error, .formControl input[type=email].error, .formControl input[type=password].error, .formControl input[type=tel].error, .formControl input[type="search"].error,
.formControl textarea.error {
    border-color: rgba(255, 0, 0, 0.6);
    transition: border 0.8s ease;
}

.formControl input[type=text].valid, .formControl input[type=email].valid, .formControl input[type=password].valid, .formControl input[type=tel].valid, .formControl input[type="search"].valid,
.formControl textarea.valid {
    box-shadow: 0px 4px 0 0 rgba(45, 181, 4, 0.6) inset;
    transition: box-shadow 0.8s ease;
}

.formControl .mainControl[readonly], .formControl input[readonly], .formControl textarea[readonly] {
    border: none;
    padding: 0;
    color: #454545;
}

.formControlSelect {
    margin-bottom: 15px;
}

/* ## */
.formField textarea {
    resize: none;
}

/* Redimensionnement : none|horizontal|vertical|both|inherit */
.formField textarea.noResize {
    resize: none;
}

/* désactive le redimensionnement */
select {
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #888888;
    border-radius: 2px;
    color: #454545;
    padding: 2px 35px;
    width: 140px;
    height: 69px;
}

select {
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 32px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-image: url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==");
}

.formControl input[type=color] {
    height: 39px;
    width: 39px;
    padding: 2px 3px;
}

/* MS hacks */
select::-ms-expand {
    display: none;
}

.borderless .formControl .mainControl, .borderless .formControl input, .borderless .formControl textarea, .borderless .formControl select, .borderless { /* border:none!important; */
}

.isValid {
    box-shadow: 0 0;
    padding-right: 39px !important;
}

.isInvalid {
    box-shadow: 0 0;
    border-color: #fd7a7a !important;
    padding-right: 39px !important;
}

/* Options */
.inlineOptions {
    overflow: hidden;
    padding: 2px 0;
}

.inlineOptions .optionItem {
    float: left;
}

.inlineOptions .optionItem + .optionItem {
    margin-left: 4px;
}

.inlineOptions label {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
    line-height: 22px;
}

.inlineOptions input {
    float: left;
}

.blockOptions { /*overflow:hidden;*/
}

.blockOptions .optionItem {
    margin: 0px 0 12px;
}

.blockOptions label {
    float: none;
    display: block;
    width: auto;
    /*margin: 0 10px 0 0px;*/
    line-height: 18px;
}

.blockOptions input {
    float: left;
}

.blockOptions input[type="checkbox"]:checked + label {
}

.infoTxt {
    font-size: 16px;
    color: #b5b5b5;
}

/* message Box */
.messageBox {
    font-size: 15px;
    line-height: 16px;
    color: #b5b5b5;
}

.messageBox.b2 {
    line-height: 36px;
}

.messageBox.block {
    margin-top: 6px;
}

.messageBox.error {
    color: #fd7a7a;
}

.messageBox.warning {
    color: #e79e7e;
}

.messageBox.success {
    color: #33a263;
}

.messageBox.black {
    color: #282828;
}
.error-message{
    color: #B30000;
}
.absoluteMsg .formControl {
    position: relative;
}

.absoluteMsg .messageBox {
    position: absolute;
    top: 0;
    right: -190px;
    width: 180px;
    line-height: 20px;
}

.confActionsRow {
    text-align: center;
    margin-top: 28px;
}

.confActionsRow a.buyCard {
    padding: 15px 36px;
    line-height: 22px;
    font-size: 18px;
    background-color: #10518E;
}

.limitCardMsg {
    display: block;
    text-align: right;
}

.lengthExceeded {
    color: #CA1111;
}

/* Buttons */
.btn, a.btn {
    background-color: #10518E;
    cursor: pointer;
    line-height: 30px;
    max-width: 380px;
    width: 100%;
    min-height: 30px;
    font-size: 18px;
    color: #FFF;
    height: 52px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.btn:hover {
    background-color: #fff;
    border: 1px solid #10518E;
    color: #10518E;
}

.btnSecond {
    border: 1px solid #AFAFAF;
    line-height: 17px;
    color: #FFF;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 2px;
}

.btn.short {
    line-height: 24px;
}

.btn.small {
    min-width: 80px;
}

.btn.medium {
    min-width: 138px;
}

.btn.large {
    min-width: 250px;
}

.btn.full {
    min-width: 100%;
    padding: 0 16px;
}

label.btn {
    background-color: #DEDEDE;
    min-height: 36px;
    line-height: 36px;
    color: #888;
}

.btn-group {
    display: block;
}

/* custom Radio & checkbox */


.customRadio label, .customCheckbox label {
    width: 305px;
    position: relative;
    padding-left: 36px !important;
    line-height: 24px;
    padding: 6px 0;
    margin-top: 16px;
    color: #383838;
}

.customCheckbox .amexCheckbox label {
    font-size: 12px;
    padding: 12px 0 12px 36px;
}


.customRadio label:before, .customCheckbox label:before {
    content: "";
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-color: #fff;
    border: 2px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 8px;
}

.customRadio label:before {
    border-radius: 8px;
}

.customCheckbox label:before {
    border-radius: 30px;
}



.customCheckbox input.error + label, .cartDelivery > label.error {
    color: rgba(255, 0, 0, 0.6);
}

.customRadio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #10518E;
    font-size: 22px;
    line-height: 18px;
}

.customCheckbox input[type=checkbox]:checked + label:before {
    content: "";
    background-color: #10518E;
    box-shadow: 0 0 0 4px #FFF inset;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.customRadio label a, .customCheckbox label a, a.btn-video {
    text-decoration: underline;
    font-family: "Avenir LT Std 65 Medium";
}

/* Size  */
.formField .small {
    width: 60px !important;
}

.formField .medium {
    width: 110px !important;
}

.formField .large {
    width: 170px !important;
}

.full {
    width: 100%;
}

.formField .auto {
    width: auto;
}

/* ######### Custom fields ######### */
.datetimepicker {
    display: block;
    text-align: center;
    font-weight: bold;
}



.moment-picker .decade-view td, .moment-picker .year-view td {
    height: 2.8em;
    line-height: 2.8em;
}

.moment-picker .day-view td, .moment-picker .hour-view td {
    height: 2.2em;
    line-height: 2.2em;
}

.timepickerBox .header-view {
    display: none;
}

/* Spin Buttons modified */
input[type=date], input[type=time], input[type=number] {
    position: relative;
}

.buttonAction {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1001;
}


#ng-camera-feed {
    margin: 8px auto 10px;
}

#ng-camera-action {
    display: inline-block;
    background-color: #10518E;
    cursor: pointer;
    line-height: 30px;
    max-width: 380px;
    width: 100%;
    min-height: 30px;
    font-size: 24px;
    color: #FFF;
    padding: 16px 48px;
    border: 1px solid #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


.ng-camera-stack {
    position: relative;
}

.ng-camera-overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}


.video-js-player {
    background-color: #E8E884;
    margin: 0 auto;
}

/* place fullscreen control on right side of the player */
.video-js .vjs-control.vjs-fullscreen-control {
    position: absolute;
    right: 0;
}

/* make sure the custom controls are always visible because
   the plugin hides and replace the video.js native mobile
   controls */
.vjs-using-native-controls .vjs-control-bar {
    display: flex !important;
}

.switchMediaType {
    display: inline-block;
    margin: 6px auto;
    padding: 6px 42px;
    width: auto;
}

a.returnToHome {
    background: #fff !important;
    color:#000!important;
    border-color: #000;
    border:1px solid #000
}

.longName .name {
    font-size: 15px !important;

}

.longName .email {
    font-size: 12px;
}

.longName {
    margin-top: 10px;
}

label.square:before {
    border-radius: 0 !important;
    top: 4px;
}

.shadow {
    box-shadow: 0 0 0 3px #10518E !important;
}

.panelHeader {
    margin-left: 0px !important;
    height: auto;
    padding: 6px 0 2px;
    overflow: hidden;
}

.cardComment {
    clear: both;
    margin: 8px 2px 4px;
}

.cartItem2 {
    word-wrap: break-word;
}

.btnAchat {
    padding: 16px 25px;
    width: auto;
}

.myCart, .cartQte, .cartTotal, .cartTotalDu {
    float: left;
}

.row .myCart {
    display: inline-block;
    width: 32%;
    font-size: 20px;
    color: #10518E;
}

.cartQte {
    display: inline-block;
    width: 32%;
    font-size: 20px;

    display: -webkit-box;
}

.cartTotal, .cartTotalDu {
    display: inline-block;
    width: 36%;
    font-size: 20px;
    display: -webkit-box;
}

.cartTotalDu {
    width: 65%;
}

.cartQte, .cartTotal, .cartTotalDu {
    display: flex;
}

.cartQte p,
.cartTotal p,
.cartTotalDu p {
    color: #10518E;
}

.anotherCard {
    width: 80% !important;
    margin-bottom: 0px !important;
}

.stepTwo {
    margin: 0 45px 32px !important;
}

.divAddCard {
    /*max-width: 72% !important;*/
    max-height: 50px !important;
    text-align: center !important;

    /* padding-right: 40%; */
    /*margin-left: 15% !important;*/
}

.btnAnotherCard {
    padding: 0px 37px !important;
    width: auto !important;
    margin-left: 20px !important;
}

.smallTxt {
    font-size: 14px !important;
}

/*### Todo ###*/

.stepBox .formBox textarea {
    overflow: hidden;
    color: #666;
}

.stepBox .formBox textarea.ng-valid {
    color: #757575;
}

.icon-small {
    height: 18px;
    width: auto;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 22px;
    width: auto;
    margin: 0;
    padding: 0;
}

.languageSelector > ul > li #lanNavSel, .languageSelector > ul > li > ul .language > span {
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    top: 3px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.capitalize {
    text-transform: capitalize;

}

/**************/
.langueMail .medium-label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    font-weight: bold;
    padding: 14px 16px 14px 0;
}
#cardLanguageText {
    color: #333333; 
  }

.langueMail ul.dropdown-menu {
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 160px;
    font-size: 17px;
    color: #c93636;
    border-radius: 0;
    max-height: 220px;
    overflow-y: auto;
    left: auto;
    right: 0;
    top: 0;
}

.langueMail .dropdown-menu > li > a {
    padding: 8px 10px;
    color: #c93636;
    border-bottom: 1px solid #c3c3c3;
}

.langueMail .dropdown-menu > li > a:hover,
.langueMail .dropdown-menu > li > a:focus {
    color: #c93636;
    background-color: transparent;
}

.langueMail ul li .icon-small {
    width: 16px;    
    height: 16px;    
    margin-bottom: 5px;
    padding: 0;
    border-radius: 50%;
    object-fit: cover; 
    object-position: center; 
    border: 1px solid #ddd;  
    background-color: #fff;
}

.link-dropdown {
    width: 50%;
}

.langueMail .nav .open > a,
.langueMail .nav .open > a:hover,
.langueMail .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.langueMail .nav > li > a:hover, .langueMail .nav > li > a:focus {
    background-color: transparent;
}


.img-select {
    position: absolute;
    right: 0;
    top: 10px;
}

/*
 * Scroll
 */

.langueMail ul.dropdown-menu::-webkit-scrollbar-track {
    background-color: #d5d5d5;
}

.langueMail ul.dropdown-menu::-webkit-scrollbar {
    width: 15px;
    background-color: #d5d5d5;
}

.langueMail ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #c93636;
}

/*****Panier*****/
.cartQte, .cartTotal, .cartTotalDu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

.bottom10 {
    margin-bottom: 10px;
}

.discount {
    margin: -12px auto 30px 50px;
    font-size: 17px;
}

.fleche-span-prev, .fleche-span-next {
    color: #000000;
    position: absolute;
    bottom: -45px;
    text-align: center;
    right: -10px;
    left: auto;
    font-size: 9px;
    display: none;
    line-height: 15px

}

.slick-prev:hover .fleche-span-prev {
    display: block;
    width: 50px;
}

.slick-next:hover .fleche-span-next {
    display: block;
    width: 50px;
}

.customCheckbox .checkboxRadio label:before,
.customCheckbox .checkboxRadio input[type=checkbox]:checked + label:before {
    border-radius: 50% !important;
}

.accrocheColor a {
    color: inherit;
}

.textareainfo {
    float: left;
    position: relative;
    width: 92% !important;
}

.textareainfospan {
    /* right: 17px; */
    margin-top: 24px;
    /* top: 32%; */
    float: right;
    position: relative
}

#formCreateOrder .actionsRow.labelMargin {
    position: static;
    margin-bottom: 0;
}

#formCreateOrder .actionsRow.labelMargin .amexText {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 12px;
    color: #383838;
}

.amexLogo {
    width: 30px;
}
.cardThumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 32px 0;
    background-color: white;
  }
  
  .cardThumbnails img {
    width: 145px;
    height: 89px;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.3s;
    flex-shrink: 0;
    box-sizing: border-box;
    object-fit: cover; 
  }
  
  .cardThumbnails img.selected {
    border: 2px solid ;
  }
  
  .cardThumbnails img:focus {
    outline: none;
  }
.cardQuantitiesSection {
    width: 500px;
    margin-bottom:32px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#quantity {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
}

.cookie-acceptance-container {
    display: flex;
    flex-direction: row;
    padding: 10px 40px;
    align-items: center;
}

.cookie-acceptance-container > div:first-child {
    flex: 1;
    color: white;
}

.cookie-acceptance-container > div:last-child button {
    line-height: normal;
    width: auto;
    display: inline;
    margin: 0 15px;
    border-color: transparent;
}

.paymentHtml {
    padding-top: 10px;
    position: relative;
}

.step1Approval a {
    text-decoration: underline;
    color: inherit;
}


/************* Discount abundance **************/
.itemData > .iPrice {
    display: flex;
    flex-direction: row;
}
.itemData > .iPrice > div:last-child {
    flex: 1;
}

.itemData .discount-abundance {
    display: flex;
    flex-direction: row;
}

.itemData .discount-abundance > div:first-child {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
}


/************* Language specific **************/
body.lang-fr_CH .mainContent.step-1 #submit.btn {
    font-size: 22px;
}

body.lang-de_CH .mainContent.step-1 #submit.btn, body.lang-it_CH .mainContent.step-1 #submit.btn {
    font-size: 20px;
}

/* Chrome, Safari, Edge, Opera */
.montantManual > input::-webkit-outer-spin-button,
.montantManual > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.montantManual > input[type=number] {
    -moz-appearance: textfield;
    background-color: transparent;
}

/* Firefox */
.addressRecommended {
    overflow: hidden;
    position: relative;
    padding: 12px 236px 24px 6px;
    border-top: 1px solid #e5e5e5;
    width: 700px;
    margin-top: 20px;
}
.orderSection{
    display: flex;
    flex-direction: column;
}
.orderRecap{
    background-color: #FFF;
    padding: 14px 18px 16px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 8px;
}
.orderRecap .cartTotal{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
}
.orderRecap .cartQte{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
}
.infoAnotherCard{
    flex: 1;
}

/*Custom input number field for quantity*/
.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none;
}

.number-input {
    display: inline-flex;
    border: 1px solid black;
    margin-left: 20px;
    border-radius: 2em;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    position: relative;
    font-size: 2.5em;
}

.number-input button:first-child {
    margin-top: -0.1em;
}

.number-input input[type=number] {
    max-width: 5rem;
    padding: .5rem;
    border-width: 0 2px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border: none;
    height: 4rem;
    background-color: transparent;
}

.montantManual span {
    padding-top: 12px;
}

.currencyLeft {
    flex-direction: row;
}

.currencyRight {
    flex-direction: row-reverse;
}


.error-icon{
    margin: 4px;
}







  .moment-picker-hours {
    width: 100%;
    border-collapse: collapse;
  }
  
  .moment-picker td {
    text-align: center;
    padding: 6px;
    cursor: pointer;
  }
  

  

  .moment-picker td.disabled {
    color: #ccc;
    cursor: not-allowed;
  }
  

  .moment-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }
  
  .moment-picker-header button {
    border: none;
    background: none;
    cursor: pointer;
    background-color: red;
    color: yellow;
    padding: 4px 8px;
  }
  .moment-picker-calendar{
    color:black!important;
  }
  .moment-picker td.selected{
    color: white;
  }
  .moment-picker-hours{
      color: black;
  }
  



input:focus:not([type="checkbox"],[type="text"],[type="email"]),
select:focus,
button:focus,
a:focus,
language-menu-button:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.3);
  border-radius: 3px;
}

textarea:focus,
input[type="email"]:focus,
input[type="text"]:focus {
  border-width: 0 0 3px;
  border-color: #0066cc;
  outline: none;
  box-shadow: 0 2px 4px -2px rgba(0, 102, 204, 0.5); 
  transition: border-width 0.2s, border-color 0.2s;
}




/* Éléments cachés */
[hidden],
.hidden,
[style*="display: none"],
[style*="display:none"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .customCheckbox .checkboxRadio input[type=checkbox]:focus + label:before {
    outline-offset: 1px;
    outline: 2px solid #0066cc;
}

.customRadio input[type=radio]:focus + label:before,
.customCheckbox input[type=checkbox]:focus + label:before {
    outline: 2px solid #0066cc;
    outline-offset: 1px;
    border-color: #0066cc;
}

/* États désactivés */
.customRadio input[type=radio]:disabled + label,
.customCheckbox input[type=checkbox]:disabled + label {
    opacity: 0.6;
    cursor: not-allowed;
}