/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 déc. 2017, 15:46:03
    Author     : Thibaud AMELE
*/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Futura';
  font-style: normal;
  font-weight: 300;
  src: local('Futura'), local('Futura'),
       url('../../fonts/Futura.ttf') format('truetype'); /* Safari, Android, iOS */
}

.col-md-12{
    padding: 0 !important;
}

.notifications-head{
    height: 20px;
}

.notifications-date{
    float: left;
    /*margin-right: 15px;*/
}

#title-welcome{
	margin-top: 0;
}

#suivi i{
    font-size: 36px;
}

#suivi b{
    /*font-size: 26px;*/
}

#suivi p{
    margin-top: 10px;
}

.table-suivi tr{
    height: 80px;
}

.table-suivi tr td:nth-child(1){
    /*width: 20%;*/
}

.table-suivi tr td:nth-child(2){
	padding-left:20px;
    /*width: 70%;*/
}

.table-suivi tr td:nth-child(3){
    /*width: 10%;*/
	padding-left:20px;
    text-align: right;
}

/*#suivi table tr td:nth-child(1){
    width: 10%;
}

#suivi table tr td:nth-child(2){
    width: 20%;
}*/

.table-suivi tr:nth-child(1), .table-suivi tr:nth-child(2){
    border-bottom: 1px solid rgb(16,16,16);
}

#suivi .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    vertical-align: middle;
}

/*#suivi i,#suivi p{
    float: left;
}*/

.tab-pane{
    padding: 10px;
}

#demo-dt-basic_previous, #demo-dt-basic_next{
    display: none;
}

#commandes .label{
    font-size: 13px;
}

#notifications{
    padding: 5px;
}

#demo-flot-line td, #demo-flot-line .tickLabel{
    font-size: 13px !important;
}

.col-md-12{
    height: 50% !important;
}

.panel-purple .btn{
    border-radius: 6px;
}
#separator{
    border-left: solid 1px #66FF21;
    height: 250px;
}
#offres{
    height: 250px;
    text-align: justify;
}
#offres h2{
    text-align: center;
}
#offres hr{
    background-color: #66FF21;
}
#offres .btn{
    font-size: 13px;
    border-radius: 6px;
}
#offres .btn i{
    font-size: 13px !important;
}

.btn-full-circle{
    border-radius: 50% !important;
    font-size: 16px;
}

h4{
    /*color: rgb(56,56,56);*/
    color: #000000;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: white;
    font-weight: bold;
    background-color: rgb(101,166,61);
    border-color: rgb(101,166,61);
}

.nav-tabs > li > a{
    color: #000000;
    font-weight: bold;
}

.nav-tabs > li.active > a > .badge{
    background-color: white;
    color: rgb(101,166,61) !important;
}

.tab-content{
    border: 1px solid rgb(101,166,61);
}

#suivi{
    padding-top: 0;
}

.status-attente-validation {
    color: grey;
}

.status-valide {
    color: rgb(230,0,126);
}

.status-attente-validation-commercial {
    color: rgb(245,156,0);
}

.status-production {
    color: red;
}

.status-termine {
    color: rgb(0,159,227);
}

.status-grille {
    color: rgb(255,164,0);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Aligné à gauche */
  margin-left: 0;
  padding: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 5 blocs sur la première ligne */
  gap: 1px; /* Espacement entre les blocs */
  max-width: 1200px; /* Ajustez selon vos besoins */
}

.block {
  text-align: center;
  font-size: 12px; /* Réduit la taille du texte */
  line-height: 1.2; /* Réduit l'espacement vertical */
}

/*.block:nth-child(6) {
  grid-column: 2;  Place le 6e bloc dans la 2e colonne 
}*/

/*.block:nth-child(7) {
  grid-column: 3;  Place le 7e bloc dans la 4e colonne 
}

.block:nth-child(8) {
  grid-column: 5;  Place le 8e bloc dans la 5e colonne 
}*/

.container img {
  max-width: 60px;
  height: auto;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(3, 1fr); /* 3 blocs par ligne sur petits écrans */
  }
}

/*.container {
  display: flex;
  justify-content: center;
}*/



/*.block {
  text-align: center;  Centrer le contenu dans chaque bloc 
}*/


/*.swiper-container {
	font-family: Futura;
}*/

.swiper-container {
  /*width: 100%;*/
width: 50%;
  box-sizing: border-box; /* S'assure que le padding est inclus dans la largeur */
  /*max-width: 1200px;*/
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-family: Futura,Trebuchet MS,Arial,sans-serif; 
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.button {
  display: inline-block;
  margin: 10px 5px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.button:hover {
  background-color: #0056b3;
}


.swiper-slide p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.swiper-slide .images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.swiper-slide img {
    /*width: 45%;*/
    /*border-radius: 8px;*/
	/*height: 100px;*/
	/*width: 500px;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#couture h2{
    font-size: 24px;
    color: #1daabe !important;
    margin-bottom: 20px;
}

#dorure h2{
    font-size: 24px;
    color: #ff9900 !important;
    margin-bottom: 20px;
}

#otabind h2{
    font-size: 24px;
    color: #e94e33 !important;
    margin-bottom: 20px;
}

.main-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  width: 50%; /* Largeur fixe pour le contenu statique */
  padding: 20px;
  box-sizing: border-box;
}

#content-container {
  padding-bottom: 0px;
}

.tab-base #suivi,.tab-base #commandes{
	padding: 0 !important;
}

.tab-content{
	padding-bottom: 0 !important;
}

.tab-base,.tab-base table{
	margin-bottom: 0;
}

.tab-base table,.tab-base tr,.tab-base td{
	border: none !important;
}

.container {
  background-color: #f5f5f5; /* Fond clair pour le conteneur */
  padding: 20px;
  box-sizing: border-box;
}

.owl-carousel .item {
    transition: transform 0.3s, opacity 0.3s;
    text-align: center;
    /*background: #2c2c2c;*/
    padding: 0px;
    border-radius: 15px;
    /*color: white;*/
}

.owl-carousel img {
    border-radius: 15px;
	height: 500px;
	/*margin: 10px auto;*/
    /*display: block;*/
}



.owl-carousel .item h2 {
    margin-bottom: 15px;
    font-size: 20px;
}

.owl-carousel .owl-item.center {
    z-index: 10; /* Garder au-dessus des autres */
}

.owl-carousel .owl-item.center .item {
    transform: scale(1.1, 1); /* Agrandit uniquement horizontalement */
    opacity: 1;
    z-index: 10; /* Garder au-dessus des autres */
}

.owl-carousel .owl-item:not(.center) .item {
    transform: scale(0.9); /* Réduction des éléments non centraux */
	margin-left: -10px; /* Rapprochement des éléments actifs */
    margin-right: -10px; /* Rapprochement des éléments actifs */
    opacity: 0.5;
    z-index: 1;
}

.owl-carousel .images img {
    max-width: 80%;
    margin: 10px auto;
    display: block;
}

#owl-carousel-div{
	text-align: center;
}

#owl-carousel-div h2{
	/*text-align: center;*/
	margin-top: -48px;
}

#owl-carousel-div .item-alt{
	/*display: none;*/
}

#owl-carousel-div p{
	margin-top: -395px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}

#jaspage img{
	border: 2px solid #6AC6DD;
}

#couture img{
	border: 2px solid #D18B7F;
}

#dorure img{
	border: 2px solid #E9A35D;
}

#otabind img{
	border: 2px solid #712C0F;
}

.item-original, .item-alt {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Transition douce */
}

.item-original.hidden, .item-alt.hidden {
    opacity: 0;
    visibility: hidden; /* Cache en douceur */
}

#suivi td{
	vertical-align: middle;
}

.owl-carousel .owl-dots {
	display: none; /* Masquer les points de navigations */
}

@media (max-width: 900px) {
    .owl-carousel .owl-item img {
        max-height: 325px; /* Définissez la hauteur maximale */
        width: auto; /* Ajuste automatiquement la largeur pour conserver les proportions */
        display: block;
        margin: 0 auto; /* Centre horizontalement l'image */
    }

    .owl-carousel .owl-item {
        text-align: center; /* Centre l'élément pour éviter qu'il ne soit aligné à gauche */
    }

	.owl-carousel .owl-item .item{
		width : 237px;
		margin: auto;
	}

	.owl-carousel .owl-item.center .item {
		transform: scale(1); /* Agrandit uniquement horizontalement */
	}

	#owl-carousel-div p{
		margin-top: -250px;
		line-height: 1;
		font-size: 12px;
	}

	#owl-carousel-div h2{
		/*text-align: center;*/
		margin-top: 30px;
		text-align: left;
		/*font-size: 30px;*/
	}

	#owl-carousel-div .owl-nav{
		visibility: hidden;
	}

	#owl-carousel-div .owl-infos{
		display: block;
		margin-top: -50px;
		margin-bottom: 50px;
	}
}
@media (min-width: 900px) and (max-width: 992px) {
	#owl-carousel-div h2{
		/*text-align: center;*/
		margin-top: 30px;
		text-align: left;
		/*font-size: 30px;*/
	}
}

/*@media (min-width: 992px) and (max-width: 1800px) {*/
@media (min-width: 992px) {
    .owl-carousel .owl-item.center {
        width: 273px !important; /* Force la largeur fixe */
		transform: scale(1.1, 1); /* Agrandit uniquement horizontalement */
        margin: 0 auto !important; /* Centre horizontalement */
    }

    .owl-carousel .owl-stage {
        display: flex; /* Flex pour gérer l'alignement */
        justify-content: center; /* Centre les items globalement */
    }
}

@media (min-width: 993px) and (max-width: 1261px) {
	#tab-content-div{
		margin-top: 10px !important;
	}
}

.flip-container {
/**/    perspective: 1000px; /* Perspective pour l'effet 3D */
}

.link-card {
	transform-style: preserve-3d; /* Nécessaire pour l'effet 3D */
}

.flip-card {
	transform-style: preserve-3d; /* Nécessaire pour l'effet 3D */
    transition: transform 0.6s ease-in-out;
}

.flip-card-front,
.flip-card-back {
    backface-visibility: hidden;
}

.flip-card-front {
    transform: rotateY(0deg);
}

.flip-card-back {
    position: absolute;
    transform: rotateY(-180deg);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.open .flip-container .flip-card {
    transform: rotateY(-180deg); /* Rotation inversée */
}
