/****************tabs*****************/
.tabs, .tabs2 {
    position: relative;
    /* background: #fff; */
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); */
    width: 100%;
    height: 450px;
}

.tabs nav, .tabs2 nav {
   /* display: inline-block;*/
    align-items: stretch;
    color: #FFFFFF;
    /* width: 160px; */
    /* margin-top: -15px; */
    /* padding: 10px; */
    
}
.tab_links, .tab_links2{
    background: #f385aa;
    color: #FFFFFF;
height: 450px;
}
.tab_links2{
    background: #77b5fd;
}
.tabs  nav .links, .tabs2  nav .links2  {
	/*border: 1px dashed #fffefe;
    padding: 10% 0;
    height: 90%; */
}

.tabs .links a, .tabs2 .links2 a  {

  /*text-align: center;
  display: block;
  width: 100%;
  font-size: 13px;
  font-family: arial;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;*/
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    white-space: normal;
    text-align: center !important;
    position: relative;
    cursor: pointer;
    padding: 0;
    height: 60px;
    line-height: 60px;
}
.tabs .links a:after , .tabs2 .links2 a:after{
    /*content: "";
    display: block;
    border-top: 1px solid rgba(235, 212, 208, 0.35);
    width: 80px;
    margin: 15px auto;*/
}

.tabs .links a:hover,
.tabs .links a.selected , 
.tabs2 .links2 a:hover,
.tabs2 .links2 a.selected{
text-decoration:underline;
}

.tabs .content, .tabs2 .content{
    /* padding: 20px 0; */
    position: absolute;
    /* top: 0px; */
    /* left: 180px; */
    color: #6C5D5D;
    width: 0px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.1s linear 0s;
    width: 100% !important;
}

.tabs .content.visible, .tabs2 .content.visible {
  width: calc(100% - 180px);
  opacity: 1;
z-index:9999;
}

.tabs .content p , .tabs2 .content p{ padding-bottom: 2px; }

.tabs .content p:last-of-type, .tabs2 .content p:last-of-type { padding-bottom: 0px; }
/************************************************************/

/*****************List prod*************/

.list_prod {
	width: 100%;
	display: table;
	margin: 5px auto;
}
.prod {
width: 225px;
height: 250px;
border-right: 1px solid #e0e0e0;
float: left;
padding: 0 20px;
}
.prod  .content_prod{
	margin: 0 auto;
	display:block;
}
.prod  .content_prod img{
	max-height: 200px;
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}
.prod  .content_prod .title_prod{ 
	font-family: arial;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #626262;
	margin: 5px auto;
}
.prod  .content_prod .price{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px auto;
	color: #e34123;
 }
.prod  .content_prod .price .old{
    font-weight: normal;
    color: #7d7d7d;
text-decoration:underline;
}
.tab_txt, .tab_txt2{
    background: url(/Files/App_002/images/bg_femme.jpg) center center no-repeat;
    height: 450px;
    background-size: cover;
}
.tab_txt2{
    background: url(/Files/App_002/images/bg_pyjama.jpg) center center no-repeat;
    height: 450px;
    background-size: cover;
}

.titre_tab {
    color: #FFFFFF;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    height: 70px;
    line-height: 70px;
    left: 0;
    padding-top: 20px;
}
.titre_tab:after {
    content: "";
    background-color: #FFFFFF;
    height: 20px;
    width: 3px;
    display: block;
    left: 50%;
    position: relative;
    z-index: 999;
}
@media (max-width: 1230px){
.tabs .links a {
    /*font-size: 16px;*/
}
.titre_tab {
    font-size: 42px;
}
}
@media (max-width: 830px){
.tabs .links a {
    font-size: 14px;
}
}
@media (max-width: 991px){
.tabs .links a {
    font-size: 20px;
}
.tab_links2{
    position: absolute;
}
tab_links2{
top:450px;
}
.tab_links, .tab_links2 {
    height: 200px;
}
.tabs nav .links, .tabs2 nav .links2 {
    display: table;
}
.tabs .links a, .tabs2 .links2 a {
    padding: 0;
    height: 60px;
    line-height: 60px;
    display: table-cell;
    font-size: 18px !important;
    height: 75px;
    line-height: 75px;
    padding: 0 !important;
    vertical-align: baseline;
    font-family: segio;
    font-family: Segoe UI !important;
}
.tab_txt2{
    top: 200px;
}
}
@media (max-width: 710px){
.tabs .links a, .tabs2 .links2 a {
    font-size: 14px !important;
}
}
@media (max-width:560px){
.titre_tab{
    position: absolute;
}
.links, .links2{
    position: absolute;
    right: 0;
}
.tabs .links a, .tabs2 .links2 a {
    padding: 0;
    height: 60px;
    line-height: 60px;
    display: table-cell;
    font-size: 14px !important;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
    vertical-align: baseline;
    font-family: segio;
    font-family: Segoe UI !important;
    display: -webkit-inline-box;
    float: none;
    width: 100%;
}
.tabs nav .links, .tabs2 nav .links2 {
    display: table;
    margin-top: 20px;
width:50%;
}
.tab_links, .tab_links2 {
    height: 160px;
}
.titre_tab {
    color: #FFFFFF;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    height: 70px;
    line-height: 70px;
    left: 0;
    padding-top: 20px;
    line-height: 120px;
width:50%;
}
.titre_tab:after {
    display: none;
}
.tab_txt2 {
    top: 160px;
}
.titre_tab {
    font-size: 34px;
}
}
@media (max-width:768px){
.tabs2 {
    height: 648px;
}
}
@media (max-width:991px){
.tabs, .tabs2 {
    height: 649px;
}
}
@media (max-width:560px){
.tabs, .tabs2 {
    height: 608px;
}
}













