/*================= Tablette =================*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
	/*---------header-----------------*/
	.btnRecherche{
		background-position: right;
	}
	/*---------footer-----------------*/
	.blocksearchstors {
		padding: 0 65px 0 30px;
	}
	.blocksearchstors:first-child{
		padding: 0 30px 0 65px;
	}
	#menu-bottom li:first-child {
		border-left: 1px solid #33302b;
	}
	#menu-bottom li {
		float: none; 
	}
	#menu-bottom .listLinksFooter {
		width: 100%;
	}
	.infoBas .interne {
		padding: 0 30px 0 0;
	}
	#block_contact_infos .interne {
		padding: 0 10px 0 30px;
	}
	#block_logofooter img{
		float: right;
	}
}

/*================= Mobile =================*/
@media screen and (max-width: 767px) {
	/*-------recherche-----------*/
	.btnRecherche{
		float: right;
	}
	/*------------menu-----------*/
	.linksheader{
		clear: right;
	}
	.menuPrinc > ul{
		width: 100%;
	}
	.menuPrinc > ul > li {
		float: initial;
		text-align: left;
	}
	.listLinks .imgLink{
		padding: 0 0 0 8px;
		float: right;
	}
	.listLinks .textLink{
		line-height: 34px;
	}
	/*langue*/
	#countries li{
		width: 100%;
	}
	#countries p {
		padding: 0 0 0 40px;
	}
	#countries p, #countries li{
		text-align: right;
	}
	#countries p:after{
		left: 0;
	}
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next{
		color: transparent;
	}
	/*---------footer-------------*/
	/*newslatters*/
	#newsletter_block_left .block_content {
		padding-right: 0;
	}
/*
	#newsletter_block_left .title_block:after{
		content: '';
	}
*/
	#menu-bottom .listLinksFooter{
		width: 100%
	}
	/* ------------------------------------------------ *\
	--------------------La maison paul-------------------
	\* -------------------------------------------------*/
	.content_cms .engage .left .content, .content_cms .engage .right .content{
		padding-left: 3%;
    	padding-right: 3%;
	}
	.content_cms h2{
		background-position: 50% 100%;
	}
	.content_history .col_item .date:after, .col_item .date em{
		right: auto;
		left: 0;
	}
	.content_history .row_item:nth-of-type(2n) .col_item .date:after, .content_history .row_item:nth-of-type(2n) .col_item .date em{
		left: -10px;
	}
	.content_history .row_item:last-of-type .date:after{
		right: auto;
	}
	/* ------------------------------------------------ *\
	-------------------Nos boutiques----------------------
	\* -------------------------------------------------*/
	#more_info_block .blockscroll > p{
		font-family: 'Droid Arabic Kufi';
	}
	#columns .storesContainer h1{
		padding-right: 0;
	}
	#zone_search_btm .formitems .adr{
		margin: 0 0 3rem;
	}
	#zone_search_btm .formitems .btn-form{
		margin-top: 24px;
	}
	.content_cms ul > li{
		padding: 0 15px 0 0;
	}
	.nos-metiers .item:nth-child(odd) p, .nos-metiers .item:nth-child(even) p{
		text-align: right;
	}
	#columns .nos-metiers .item{
		text-align: center !important;
	}
	a.center-mobile {
		position: relative;
		right: 23%;
	}
	.nos-metiers .item a.center--mobile{
		display: block;
		width: 50%;
		margin: 30px auto 20px;
	}
	#columns .form_contact .form-item label{
		padding: 0 0 6px;
	}
	.prestablog_content .nbr_new, .breadcrumb a{
		float: left;
	}
}