/* Desktop taille tablette */
/*@media screen and (max-width:850px) {*/

.tablet .container_wrapper > .container{
	min-width:726px;
	padding-top:15px;
}
	.tablet .container_wrapper > .container section{
		width:64%;
		min-width:420px;
	}
	
	.tablet .container_wrapper > .container aside{
		width:31%;
		min-width:240px;
		max-width:340px;
	}

/* Recherche */
	
	.tablet .recherche{
		display:none;
	}
	/* .tablet .recherche p.field.prix_tablet{
		display:table-cell;
	}
	.tablet .recherche p.field.prix_computer{
		display:none;
	}
	.tablet .recherche .choices_form{
		width:11%;
	}
		.tablet .recherche .choices_form .choice{
			font-size:0.7em;
		} */
	
.tablet .blue_content_button{
    padding: 10px;
    width:30%;
	min-width:120px;
	vertical-align:top;
	text-align:center;
	margin-left:5%;
	padding:2% 0% 2%;
	margin-top: 8px;
}
	.tablet .blue_content_button:first-child, .tablet .menu_buttons.two_rows .blue_content_button:first-child{
		margin-left:0;
	}
	.tablet .blue_content_button img.category {
		margin:auto auto 10px 10%;
		display:block;
		max-width:100%;
	}
	.tablet .menu_buttons.two_rows .blue_content_button img.category{
		float: left;
		margin-left: 5%;
		margin-right: 5px;
		max-height: 30px;
		max-width: 19%;
	}
	
	
	
	.tablet .blue_content_button .text_container, .tablet .blue_content_button .text_container h3.text{
		display:block;
		width:auto;
	}
	.tablet .two_rows .blue_content_button .text_container h3.text {
		display: table-cell;
		vertical-align: middle;
		text-align:left;
	}
	.tablet .popin{
		left:0;
		margin: 0 0 0 1.7%;
		max-width:710px;
		width:90%;
	}
	/* ************************ BOUTONS TWO ROWS ********************* */
	.menu_buttons.two_rows .blue_content_button{
		width:45%;
	}
	.tablet .menu_buttons.two_rows .blue_content_button .text_container strong{
		display:block;
	}
	
	/* SLIDER */
	
	.tablet .panslider{
		/*max-width:460px;*/
	}
	.tablet .panslider .slideItem{
		/*width:215px;*/
		margin-left:0px;
	}
	.tablet .panslider .container.wp_one_row .slideItem{
		/*width:450px;*/
	}
	.tablet .panslider .wp_one_row .slideItem_inner img{
		width:45%;
		margin-right:2%;
	}
	.tablet .panslider .wp_one_row .slideItem_inner .right_widget{
		width:52%;
	}
		.tablet .panslider .wp_one_row p.title_article{
			font-size:2em;
			line-height:0;
		}
		.tablet .panslider .wp_one_row a.more_informations{
			width:55%;
		}
	
	
	/*SLIDER PROMOS*/
	
	.tablet .panslider.promos .slideItem{
		padding-bottom:7px;
	}
	
	/* ************************ PAGE ARTICLE ********************* */
	
	.tablet article img{
		padding-bottom:7px;
	}
	
	.tablet article .encart_article a{
		display:block;
		float:none !important;
		text-align:center;
	}
		.tablet article .encart_article a:first-child{
			margin-bottom:10px;
		}
	


/* Footer tablet */

.tablet footer{
    font-family : 'Peugeot', Arial, sans-serif;
}
    .tablet footer .footer_category{
        display:inline-block;
        width:23%;
    }
        .tablet footer .footer_category .footer_toggler{
            font-size : 0.875em;
            text-transform: uppercase;
            color : #26a4f6;

            padding-left:10px;
            background:transparent url('../../img/common/fleches/fleche_bleue.png') no-repeat left center;
        }
        .tablet footer .footer_category .footer_list{
            font-size : 0.8em;
            margin-top:15px;
        }
            .tablet footer .footer_category .footer_list li{
                margin-bottom:10px;
            }
                .tablet footer .footer_category .footer_list li a{
                    color : #545665;
                }

/* End Footer computer */
	@media screen and (min-width:850px) and (max-width:870px) {
		.tablet>.container section{
			width:65%;
		}
		.tablet .panslider{
			width:555px;
		}
		.tablet .panslider .container.wp_one_row .slideItem{
			width:545px;
		}
		.tablet .recherche .choices_form .choice{
			padding:6%;
		}
	}

	@media screen and (max-width:850px) {
		.tablet>.container section{
			width:61%;
		}
		.tablet .panslider{
			max-width:510px;
		}
		.tablet .blue_content_button img.category{
			float:none;
			margin:0 auto 10px;
		}
		.tablet .menu_buttons.two_rows .blue_content_button img.category{
			float: left;
			margin-left: 5%;
			margin-right: 5px;
			max-height: 30px;
			max-width: 19%;
		}
		/* ************************ PAGE GAMME ********************* */
	.tablet .accordion .accordion_item h4.accordion_item_header {
		padding:10px;
		font-size:15px;
		background-size:auto;
	}
			.tablet .accordion .accordion_item ul.accordion_item_content li p {
				margin-bottom:2px;
			}
		.tablet .accordion .accordion_item ul.accordion_item_content li .cta_button_grey,
		.tablet .accordion .accordion_item ul.accordion_item_content li .cta_button_blue {
			font-size:14px;
		}
	}
	@media screen and (max-width:767px) {
		.tablet aside{
			display:none;
		}
		.tablet .container_wrapper > .container section{
			width:100%;
			margin-right:0;
		}
		.tablet .panslider{
			max-width:690px;
			margin:auto auto 15px;
		}
		.tablet .panslider .container.wp_one_row .slideItem{
			width:685px;
		}
		
	/*}*/
	/*@media screen and (max-width:805px) {*/
		.tablet .blue_content_button img.category {
			float:none;
			margin:0 auto 10px;
		}
		.tablet .menu_buttons.two_rows .blue_content_button img.category{
			float: left;
			margin-left: 5%;
			margin-right: 5px;
			max-height: 30px;
			max-width: 19%;
		}
	}