body {
font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 1.42857;
color: #3a3a3a;
background: #f1f1f1;
display: flex;
flex-direction: column;
min-height: 100%;
}

.no-select {
    user-select: none; /* Pour la plupart des navigateurs */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.option-select label {
    margin :0;
}

.billing-input input {
    border: 0;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    background: #fafafa;
}

p {
    text-align: justify;
}

.whatsapp {
    background:#59d264;
}

.text-mutedd {
    color:#bebebe;
}

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */
.step {
    position: relative;
    min-height: 1em;
    color: rgb(97, 97, 97);
    text-align:left;
  }
  .step + .step {
    margin-top: 1.5em
  }
  .step > div:first-child {
    position: static;
    height: 0;
  }
  .step > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
  }
  .step.step-active {
    color: #4285f4
  }
  .step.step-active .circle {
    background-color: #4285f4;
  }
  
  /* Circle */
  .circle {
    background: #f5170b;
    position: relative;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    font-weight: bold;
  }
  
  /* Vertical Line */
  .circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
  }
  .step:last-child .circle:after {
    display: none
  }
  
  /* Stepper Titles */
  .title {
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.2em;
  }
  .caption {
    font-size: 1em;
  }


h4{
color: #1B1B1B;
font: bold 18px/24px "Roboto Condensed", Helvetica, Arial, sans-serif;
text-transform: uppercase;
margin-bottom: 12px;
}
h2{
color: #2CA0FF;
margin-top:0px;
margin-bottom:30px;
font-size: 40px;
position: relative;
  display: inline-block;
}

h2::after {
    content: '';
    position: absolute;
    bottom: -15px; /* Distance entre le titre et la barre */
    left: 0;
    width: 100%; /* Longueur de la barre */
    height: 8px; /* Épaisseur de la barre */
    background-color: #f5170b; /* Couleur de la barre */
  }
h3{
font-size: 20px;
color: #696969;
}
a.button {
text-decoration: none;
float: left;
line-height: 54px;
color: white;
}
.btn-prime{
color: white;
background: #10bbf1;
}
.btn-prime:hover {
color:#fff;
background: #2CA0FF;
border-color: #2CA0FF;
}
.button {
color: white;
background: #f5170b;
height: 58px;
border: 0px solid #f5170b;
font: 500 22px "Roboto Condensed", Helvetica, Arial, sans-serif;
padding: 0 21px;
-moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
-ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
-o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
-webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
a.button.button-stripe {
background-color: rgba(0, 0, 0, 0.2);
border-color: white;
}
a.button.button-stripe:hover {
color: #222222;
background-color: white;
border-color: white;
} 
a.button.button-stripe {
background-color: rgba(0, 0, 0, 0.2);
border-color: white;
}
a.button:hover {
color: white;
}
.button:hover {
background: #2CA0FF;
border-color: #2CA0FF;
}
.buttons-wrapper .button-stripe {
margin-left: 14px;
}
header .buttons-wrapper {
padding-top: 53px;
}
.side-nav {
position: fixed;
top: 45%;
right: 20px;
z-index: 1030;
}
.side-nav ul.nav-side-nav {
text-align: center;
list-style: none;
margin: 0;
padding-left: 0;
}
.side-nav ul.nav-side-nav > li {
display: block;
line-height: 1.42857;
margin: 0;
padding: 8px 0;
}
.side-nav ul.nav-side-nav > li > a {
display: block;
width: 10px;
height: 10px; 
background:#B5B5B5;
}
.mainBanner {
padding-top: 100px;
padding-bottom: 100px;
}
.mainBanner {
padding: 30px 0;
margin-bottom: 0;
color: white;
background:#003664;
background-size: cover;
text-align: center;
background:url(../images/bg.jpg) top left repeat;
background-size:cover;
} 	
.mainBanner .img-logo {
display:block;
width: auto;
height: auto;
margin-top: 50px;
margin-bottom: 170px;
}
.mainBanner h1, .mainBanner .h1 {
font-size: 45px;
text-align: left;
color: #242424;
}
.mainBanner p {
margin-bottom: 15px;
font-size: 20px;
font-weight: 300;
text-align:left;
color: #797979;
}
.mainBanner  img.img-iPhone {
position: relative;
bottom: -30px;
}
.mainBanner .btn-app-store {
margin-top: 40px;
}
.mainBanner p {
margin-bottom: 15px;
font-size: 20px;
font-weight: 300;
}
.mainBanner .btn-app-store .btn.btn-lg, .mainBanner .btn-app-store .btn-group-lg > .btn {
padding: 0;
}
.mainBanner .img-iPhone {
display: block;
margin-left: auto;
margin-right: auto;
width: 505px;
height: auto;
}
.secondaryBanner {
padding: 10px 0;
margin-bottom: 0;
color: white;
background:#f1f1f1;
background-size: cover;
text-align: center;
/*background:url(../images/bg.jpg) center left repeat;
background-size:cover;*/
flex: 0 0 auto;
position: fixed;
top: 0;
width: 100%;
z-index: 100000000;
} 	
.secondaryBanner .img-logo {
display:block;
height: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.highlights {
  background: white;
  text-align: center;
  padding: 40px 0;
}
.highlights .row.row-padding {
  padding-top: 40px;
}

.highlightsCol {
  padding-bottom: 20px;
} 
.highlightsImg.img-margin {
margin-top: 14px;
margin-bottom: 31px;
}
.highlightsImg {
display: block;
margin-left: auto;
margin-right: auto;
width: 80px;
height: auto;
margin-top: 20px;
margin-bottom: 30px; 
}
.ourFeatures {
  background: #f1f1f1;
  text-align: left;
  padding: 80px 0 ;
}
.ourFeatures .row.row-padding {
  padding-top: 40px;
}
.ourFeatures .img-iPhone {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
}
.ourFeatures .btn-prime-border {
background: transparent;
border-width: 2px;
border-style: solid;
border-color: #f5170b;
color: #f5170b;
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.featuresBtm{
margin-top:150px;
margin-bottom:0px;
}
.subscribe {
background: #2CA0FF;
text-align: center;
padding: 100px 0;
background-size: cover;
color: white;
display:block;
}
.subscribe h2{
color:#fff;
}
.subscribe input{
padding: 20px 10px;
width: 350px;
}
.subscribe button{
color: white;
background: #10bbf1;
margin: 0px;
padding: 10px 20px;
margin-left: -10px;
}
.subscribe-description { 
padding: 40px 0;
}
.footer-section {
background: white;
text-align: left;
padding: 20px 0;
margin-top: 0px;
flex: 0 0 auto;
}
.addthis_default_style {
text-align: left;
list-style: none;
margin: 0;
padding-left: 0;
}
.addthis_default_style li:first-child {
margin-left: -2px;
}
.addthis_default_style li {
display: inline-block;
line-height: 1.42857;
margin: 0;
padding: 0;
}
.addthis_default_style a {
display: block;
}
.social-icons {
float:right;
}
.social-icons a{ 
color: #337ab7;
text-decoration: none;
padding: 0px 0 0 15px;
border: 1px solid #337ab7;
border-radius: 50%;
width: 45px;
float: left;
margin: 5px;
height: 45px;
line-height: 45px; 
}
.simple-content ul li {
font-size: 18px;
line-height: 32px;
font-weight: 300;
margin-bottom: 18px;
list-style:none;
}
.simple-content ul li span {
display: block;
overflow: hidden;
}
.mainContainer {
    height: 100%;
    min-height:100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.mainContent {
    flex: 1 0 auto; /* Occupy the remaining space */
    background-color: #ffffff; /* You can change this color */
    overflow-y: scroll;
    margin-top: 76px;

}
.footer-copyright {
font-size: 8px;
}
.footer-copyright ul {
font-size: 14px;
margin: 0 0 20px 0;
padding: 0;
}
.footer-copyright ul li {
list-style:none;
padding: 5px 0;
border-bottom: 1px solid #797979;
text-decoration: none;
color: black;
}
.footer-copyright ul li:hover {
border-bottom: 1px solid #2CA0FF;
color: black;
cursor: pointer;
text-decoration: none;
}
@media (max-width: 768px) {
.mainBanner .img-logo {
display: initial;
width: auto;
height: auto;
margin-top: 50px;
margin-bottom: 40px;
}
.mainBanner h1, .mainBanner .h1 {
font-size: 25px; 
line-height: 35px;
text-align:center;
}
.mainBanner p {
margin-bottom: 15px;
font-size: 16px;
font-weight: 200;
text-align:center;
}
.mainBanner .img-iPhone { 
width: 267px; 
}
.featuresBtm {
margin-top: 50px;
}
img.img-btm {
width: 100%;
}
.side-nav {
position: fixed;
top: 45%;
right: 4px;
}
a.button {
text-decoration: none;
float: left;
line-height: 54px;
color: white;
display: block;
margin: 0 10%;
float: none;
margin-bottom: 20px;
}
a.button.button-stripe { 
margin: 0 10%;
}
}


.order_options_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

.order_options_check {
    flex: 1;
    min-width: 30%; /* Ensures each item is at least 30% of the container's width */
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #2CA0FF;
    margin: 5px;
    text-align: left;
}


.order_options_check p {
    font-size:40px;
    color: #2CA0FF;
    margin: 0;
    }

/* Ensures each item takes full width on small screens */
@media (max-width: 768px) {
    .order_options_container {
        min-width: 100%;
    }
}

.thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;

}

.thumbnail-container img:hover {
    border: 1px solid #2CA0FF;
}


.thumbnail-container img {
    position: relative;
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.thumbnail-container img::before {
    content: "";
    position: relative;
    top: 16.67%; /* Correspond à 1/6 de la hauteur */
    left: 0;
    right: 0;
    bottom: 16.67%; /* Correspond à 1/6 de la hauteur */
    border: 2px solid red; /* Bordure rouge pour le cadre d'impression */
    pointer-events: none; /* Ignore les événements de la souris pour le pseudo-élément */
}



#dropzone_scroll_content {
	overflow-x: scroll;
	margin-bottom: 20px;
	
}

#dropzone_scroll_content::-webkit-scrollbar {
  width: 5px;
  height: 12px;
  background-color: #aaa;
}

#dropzone_scroll_content::-webkit-scrollbar-thumb {
    background: #FFB700;
	cursor: pointer;
}

#dropzone_scroll_content .remove_button {
	position: absolute;
	top: -4px;
	right: -4px;
	z-index: 1000;
	padding: 3px;
	background: #b20c0c;
	cursor: pointer;
}

#dropzone_scroll_content .remove_button:hover {
	background: #ea5d5d;
}

#dropzone_scroll_content .remove_button img {
	display: block;
	cursor: pointer;
}

#dropzone_scroll_content .quantity_set {
	position: absolute;
	height: 22px;
	width: 70px;
	bottom: -21px;
	right: 30px;
	z-index: 2000;
	padding: 0px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}

#dropzone_scroll_content .quantity_set .quantity_button {
	display: inline-block;
	height: 18px;
	text-align: center;
	width: 15px;
	cursor: pointer;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

#dropzone_scroll_content .quantity_set .quantity_button:hover {
	color: #FFB700;
}

#dropzone_scroll_content .quantity_set .quantity_display {
	display: inline-block;
	height: 18px;
	width: 25px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.dz-preview .dz-image {
    overflow: visible; /* Afficher l'image en entier */
    height: 160px;
    width: 160px;
}

.dropzone .dz-print-area {
    border: 1px solid red;
    width: calc(66.67% - 2px); /* Largeur de 2px de moins pour compenser la bordure */
    height: calc(100% - 2px); /* Hauteur de 2px de moins pour compenser la bordure */
    float: left;
    overflow: hidden; /* Empêche le contenu de déborder */
    top: 2px;
    display: block;
    position: absolute;
    z-index: 1000;
    left: 28px;
  }

.print-footer {
    position: fixed;
    bottom: 0;
    z-index: 10000000000;
    width: 100%;
    background-color: #f1f1f1;
}

.footer-amount {
    font-size: 18px;
    margin: 0;
}

.footer-details {
    font-size: 26px;
    margin-top: 10px;
    padding: 0;
    display:block;
}

.form-select {
    color: black;
    padding: 10px;
}

.price-capsule {
    color: #2CA0FF; /* White text */
    font-size: 30px; /* Font size for the price text */
    display: inline-block; /* Make sure it only takes the necessary space */
}

#order-button:disabled {
    background-color: #cccccc; /* Change the background color when disabled */
    cursor: not-allowed; /* Change the cursor to indicate it's disabled */
    opacity: 0.7; /* Reduce opacity to make it look disabled */
}

.ourFeatures ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ourFeatures ul li {
    text-decoration: none;
    padding: 5px;
    border-bottom: 1px solid #afafaf;
}

.ourFeatures ul li .price{
    font-weight: bold;
    float: right;
}

.quantity-control {
    display: flex;
    align-items: center;
  }
  
  .quantity-control > * {
    margin: 0 5px; /* Marge horizontale entre les éléments */
  }
  
  .quantity-minus,
  .quantity-plus {
    cursor: pointer;
    border-radius: 3px;
    color: #444;
    border: 1px solid #444;
    background: transparent;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 30px;
    padding-top: 7px;

  }
  
  .dz-quantity-input {
    color: white;
    border: 0;
    background: transparent;
    width: 30px;
    height: 25px;
    font-weight: bold;
    font-size: 20px;
    text-align: center; /* Centrer le texte */
    margin: 0; /* Réinitialiser la marge */
    padding: 0; /* Réinitialiser le rembourrage */
  }
  

@media (max-width: 768px) {
    h2 {
        margin-top: 10px;
        font-size: 1.8em;
    }
    .footer-section .row {
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
        align-items: top;
    }
    
    .footer-section .col-sm-3,
    .footer-section .col-sm-2 {
        flex: 1 1 30%;
        margin-bottom: 10px;
    }
    
    .footer-section .footer-button {
        flex: 1 1 100%;
        text-align: right;
    }
    
    .footer-section .footer-button .button {
        padding: 5px 10px;
        font-size: 14px;
    }
    
    .footer-section .footer-amount,
    .footer-section .footer-details {
        text-align: left;
    }
}
