<script type='text/javascript' src='https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/glide/js/glide.min.js' id='glide-js-js'></script>	
	<style>
		#slider_home_owl {margin-bottom:2em;}
			#slider_home_owl .glide__track{overflow:clip;padding-bottom: 1em;}  
			#slider_home_owl .glide__slides {
				justify-content: stretch;
				  align-items: stretch;
				  align-content: stretch;
				  overflow: visible!important;
				  list-style: none;
				  margin:0px;
				  max-height:450px;
			}
			#slider_home_owl .glide__slide {
				position:relative;
				max-height:450px;
				padding:0em 1em;
			}
			.glide__slide a  {
				
				box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
				max-height:450px;
				overflow: hidden;
				
			}
			
			.glide__slide a img {
				width: 100%;
				
				
			}
			#slider_home_owl .home_dida {margin-left:1em;}

	
	
			 #slider_home_owl .glide__bullets {
			   position: relative;
			   z-index: 2;
			   bottom: 0em;
			   left: 50%;
			   display: inline-flex;
			   list-style: none;
			   transform: translateX(-50%);
		   }
		   #slider_home_owl .glide__bullets .glide__bullet{
				width: 12px;
				  height: 12px;
				  display: inline-block;
				  background: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_other_big.png) center center no-repeat;
					background-size: auto;
				  cursor: pointer;
				  background-size: 32px !important;
				  background-color:#fff;
				  border-radius:50%!important;
				  margin: 0px 0.5em -15px 0.5em;
			}
	#slider_home_owl .glide__arrow {
				width: 36px;
				height: 36px;
				border-radius: 500px !important;
				padding: 0;
				border: 0;
				color: black;
				background-color: #f7f7f7 !important;
				box-shadow: none;
				font-size: 18px;
			}
			#slider_home_owl .glide__arrow:hover {
	
				color: white;
				background-color: black !important;
			}
			#slider_home_owl .glide__arrow--left {
			  left: -3em;
			}
			#slider_home_owl .glide__arrow--right {
			  right: -3em;
			}
			#slider_home_owl  .glide__bullet.glide__bullet--active {
			
			background-color: #fff !important;
			  background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
			  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
		  }
			#slider_home_owl  .glide__bullet.glide__bullet--active span {
				background: rgba(255,255,255,0.01);
				box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
			}
			#slider_home_owl .glide__bullets .glide__bullet span {
				background: #000000;
			}
			#slider_home_owl .glide__bullet:hover,#slider_home_owl .glide__bullet:focus {
				border: 0px solid transparent;
				box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
				background-color: rgba(255,255,255,.5);
				background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
			}
			
			@media screen and (max-width: 767px) {
				#slider_home_owl {margin-top: -44px;}
				#slider_home_owl .glide__slide {padding :0em;}
			
			  }
			}
		</style>
	
	<script type='text/javascript' src='https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/glide/js/glide.min.js' id='glide-js-js'></script>	


	<style>
		#events .row {box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);}
		#events .row p {margin:0px;padding:0px;}
		#events .row img {display:inherit;}
		#events .glide__track{overflow:clip;padding-bottom: 2em;}  
		#events .glide__slides {
			justify-content: stretch;
			  align-items: stretch;
			  align-content: stretch;
			  overflow: visible!important;
		}
		 #events .row {height:auto;}
		 .row.news-element {
			 display: flex;
		 }
		 #events .row .column .date {font-size: 16px;font-weight: lighter;line-height:normal;}
		 #events .row .column {
			padding: 25px 10px;
			 /* width: 197px; */
			 max-width: 197px;
			 float: left;
			 display: flex;
			 flex-direction: column;
			 justify-content: space-between;
			 /*align-items: center;*/
			
		 }
		 #events .row .column h3 {
		   font-size: 16px;margin-bottom: 0;
		   }
		   #events .row .column h4 {font-size: 12px;}
		   
		   #events .row .cat.past {
			   background-color: #b1acac;
			   font-size: 11px;
			   line-height: normal;
			   padding: 5px 20px 2px;
			   font-weight: lighter;
			   position: absolute;
		   }


		 #events .glide__bullets {
		   position: absolute;
		   z-index: 2;
		   bottom: -2em;
		   left: 50%;
		   display: inline-flex;
		   list-style: none;
		   transform: translateX(-50%);
	   }
	   #events .glide__bullets .glide__bullet{
			width: 12px;
			  height: 12px;
			  display: inline-block;
			  background: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_other_big.png) center center no-repeat;
				background-size: auto;
			  cursor: pointer;
			  background-size: 32px !important;
			  background-color:#fff;
			  border-radius:50%!important;
			  margin: 0px 0.5em -15px 0.5em;
		}
		#events .glide__arrow {
			width: 36px;
			height: 36px;
			border-radius: 500px !important;
			padding: 0;
			border: 0;
			color: black;
			background-color: #f7f7f7 !important;
			box-shadow: none;
			font-size: 18px;
		}
		#events .glide__arrow:hover {

			color: white;
			background-color: black !important;
		}
		#events .glide__arrow--left {
		  left: -3em;
		}
		#events .glide__arrow--right {
		  right: -3em;
		}
		#events  .glide__bullet.glide__bullet--active {
		
		background-color: #fff !important;
		  background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
		  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
	  }
		#events  .glide__bullet.glide__bullet--active span {
			background: rgba(255,255,255,0.01);
			box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
		}
		#events .glide__bullets .glide__bullet span {
			background: #000000;
		}
		#events .glide__bullet:hover,#events .glide__bullet:focus {
			border: 0px solid transparent;
			box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
			background-color: rgba(255,255,255,.5);
			background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
		}
		
		@media screen and (max-width: 767px) {
		  #events .row #abs, #events .row #artist {
	padding-top: 25px;
	width: auto;
		  }
		  #events .glide__arrow--left {
			left: -1em;
		  }
		  #events .glide__arrow--right {
			right: -1em;
		  }
		}
	</style>



	<div id="events" class="news-container glide"> <div class="glide__track" data-glide-el="track"><div class="glide__slides">		
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/urkraft/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/urkraft/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2026/03/Gamperl_Feb24_11111_final-Opt-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						URKRAFT					</h3>					
					<h4>The Good Life | Le forme del tempo, Ernst Gamperl</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>lundi</p>
					<div class="date">16 Mar 2026</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/raw-vision-126/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/raw-vision-126/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2026/03/Cover_Raw-Vision-202603-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						RAW VISION 126					</h3>					
					<h4>Art Brut | Outsider Art</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>lundi</p>
					<div class="date">02 Mar 2026</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/campi-flegrei-esquire/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/campi-flegrei-esquire/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/10/CF_Cover_FINAL_ITA_Front-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						CAMPI FLEGREI.					</h3>					
					<h4>Esquire | Prima che crolli tutto, di Mauro Querci</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>lundi</p>
					<div class="date">01 Déc 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/graines/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/graines/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/03/9791254600801_MAIN-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						GRAINES					</h3>					
					<h4>Panorama Collezione | La bellezza segreta dei semi</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>lundi</p>
					<div class="date">01 Déc 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/maria-lai/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/maria-lai/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/12/71nXKgrC6ZL._SL1000_-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						MARIA LAI					</h3>					
					<h4>Il Giornale dell'Arte | Il futuro di Maria Lai parte da Jerzu</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>lundi</p>
					<div class="date">01 Déc 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/loving-ii-d-la-repubblica-2/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/loving-ii-d-la-repubblica-2/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/09/Loving2_DEF_7-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						LOVING II | d la Repubblica					</h3>					
					<h4>Amarsi e basta: Ritratti di coppie a modo loro</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>samedi</p>
					<div class="date">04 Oct 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/ernst-gamperl/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/ernst-gamperl/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/06/Cvr_Front_STD-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						ERNST GAMPERL					</h3>					
					<h4>Il Sole 24 Ore Domenica | Gamperl che va al cuore del legno di Michele De Lucchi</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>dimanche</p>
					<div class="date">14 Sep 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/slavko-kopac/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/slavko-kopac/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/11/9788874394135_MAIN-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						SLAVKO KOPAČ					</h3>					
					<h4>La Repubblica Firenze | Nel mondo di Kopač il maestro dell’Art Brut e il suo tesoro nascosto</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>jeudi</p>
					<div class="date">11 Sep 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/felix-vallotton/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/felix-vallotton/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/05/BANNER1-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						FÉLIX VALLOTTON					</h3>					
					<h4>Il Sole 24 Ore Domenica | L’attualità varia e ondivaga diventa disegno e incisione</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>dimanche</p>
					<div class="date">07 Sep 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/fr/coquillages/'">
				<div class="cat past">Revue de presse</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/fr/coquillages/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/03/9791254600832_MAIN-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						COQUILLAGES					</h3>					
					<h4>Focus Settembre 2025 | Gioielli marini</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>jeudi</p>
					<div class="date">14 Aoû 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
		</div></div>	<div class="glide__arrows" data-glide-el="controls">
		<button class="glide__arrow glide__arrow--left" data-glide-dir="<"><i class="icon-ar-017-l"></i></button>
		<button class="glide__arrow glide__arrow--right" data-glide-dir=">"><i class="icon-ar-017-r"></i></button>
	</div>
	<div class="glide__bullets" data-glide-el="controls[nav]">
		<button class="glide__bullet" data-glide-dir="=0"><span></span></button><button class="glide__bullet" data-glide-dir="=1"><span></span></button><button class="glide__bullet" data-glide-dir="=2"><span></span></button><button class="glide__bullet" data-glide-dir="=3"><span></span></button><button class="glide__bullet" data-glide-dir="=4"><span></span></button><button class="glide__bullet" data-glide-dir="=5"><span></span></button><button class="glide__bullet" data-glide-dir="=6"><span></span></button><button class="glide__bullet" data-glide-dir="=7"><span></span></button><button class="glide__bullet" data-glide-dir="=8"><span></span></button><button class="glide__bullet" data-glide-dir="=9"><span></span></button>	</div>
	</div>	<script>
	new Glide('#events', {
	  type: 'carousel',
	  startAt: 0,
	  perView: 3, // Default number of slides per view
	  animationTimingFunc: "ease-in-out",
	  animationDuration:1000,
	  breakpoints: {
		1024: {
		  perView: 2 // Number of slides per view for tablets
		},
		768: {
		  perView: 1 // Number of slides per view for mobile phones
		}
	  }
	}).mount();
	  
	</script>
	
	{"id":462,"date":"2017-12-01T08:42:59","date_gmt":"2017-12-01T08:42:59","guid":{"rendered":"http:\/\/www.fivecontinentseditions.com\/?page_id=462"},"modified":"2024-07-17T07:24:04","modified_gmt":"2024-07-17T07:24:04","slug":"home","status":"publish","type":"page","link":"https:\/\/www.fivecontinentseditions.com\/fr\/","title":{"rendered":"HOME"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column css=\u00a0\u00bb.vc_custom_1718876470296{padding-right: 0px !important;padding-left: 0px !important;}\u00a0\u00bb]<div id=\"slider_home_owl\" class=\"glide\" style=\"display: block;\">\n\t\t\t\t<div class=\"glide__track\" data-glide-el=\"track\">\n\t\t\t\t\t<ul class=\"glide__slides\"><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/fragile-beaute\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">Fragile beaut\u00e9<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Photographies de la Collection de Sir Elton John et David Furnish<\/p>\n<p>Jeu de Paume, Paris, du 12 juin au 27 septembre 2026<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/FG_banners_3-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/daniel-brush-2\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">DANIEL BRUSH<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>L\u2019Art de la ligne et de la lumi&egrave;re<\/p>\n<p>L&rsquo;&Eacute;cole des Arts Joailliers, Paris, du 8 juin au 4 octobre 2026<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/DB_banners_5-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/casa-bff\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">CASA BFF<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/5CE_banner_5-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/noire-idole-2\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">NOIRE IDOLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Opium, dieu cruel<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/NI_banners_1-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/jackie-kurltjuniytjinta-giles-tjapaltjarri\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">JACKIE KURLTJUNIYTJINTA GILES TJAPALTJARRI<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/03\/JG_banner_1-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/winter-count-compte-dhiver\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">Winter Count  Compte d&rsquo;hiver<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Embracing the Cold | Au c\u0153ur du froid<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/03\/WC_banners_2-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/loris-cecchini\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NOUVEAUT\u00c9<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">LORIS CECCHINI<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/Cecc_banners_3-1024x464.jpg\"><\/a><\/li><\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<!--<div class=\"glide__arrows\" data-glide-el=\"controls\">\n\t\t\t\t\t<button class=\"glide__arrow glide__arrow--left\" data-glide-dir=\"<\"><i class=\"icon-ar-017-l\"><\/i><\/button>\n\t\t\t\t\t<button class=\"glide__arrow glide__arrow--right\" data-glide-dir=\">\"><i class=\"icon-ar-017-r\"><\/i><\/button>\n\t\t\t\t<\/div>-->\n\t\t\t\t<div class=\"glide__bullets\" data-glide-el=\"controls[nav]\"><button class=\"glide__bullet\" data-glide-dir=\"=0\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=1\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=2\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=3\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=4\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=5\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=6\"><\/button><\/div>\n\t\t\t<\/div><script>\n\t\tdocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\t\tnew Glide(\"#slider_home_owl\", {\n\t\t\t\ttype: \"carousel\",\n\t\t\t\tstartAt: 0,\n\t\t\t\tperView: 1,\n\t\t\t\tanimationTimingFunc: \"ease-in-out\",\n\t\t\t\tanimationDuration:1000,\n\t\t\t\tautoplay: 4000,\n\t\t\t\thoverpause: true,\n\t\t\t\tbreakpoints: {\n\t\t\t\t\t600: {\n\t\t\t\t\t\tperView: 1\n\t\t\t\t\t},\n\t\t\t\t\t1000: {\n\t\t\t\t\t\tperView: 1\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}).mount();\n\t\t});\n\t<\/script>[\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb][vc_column width=\u00a0\u00bb1\/2&Prime; css=\u00a0\u00bb.vc_custom_1512988714205{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}\u00a0\u00bb][vc_btn title=\u00a0\u00bbCAT\u00c9GORIES\u00a0\u00bb style=\u00a0\u00bboutline-custom\u00a0\u00bb outline_custom_color=\u00a0\u00bb#aaaaaa\u00a0\u00bb outline_custom_hover_background=\u00a0\u00bb#cccccc\u00a0\u00bb outline_custom_hover_text=\u00a0\u00bb#ffffff\u00a0\u00bb shape=\u00a0\u00bbsquare\u00a0\u00bb size=\u00a0\u00bblg\u00a0\u00bb align=\u00a0\u00bbright\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1718878843348{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}\u00a0\u00bb link=\u00a0\u00bburl:https%3A%2F%2Fwww.fivecontinentseditions.com%2Flibri|title:CATEGORIE\u00a0\u00bb el_class=\u00a0\u00bb.hidden\u00a0\u00bb][\/vc_column][vc_column width=\u00a0\u00bb1\/2&Prime;][vc_btn title=\u00a0\u00bbS\u00e9rie\u00a0\u00bb style=\u00a0\u00bboutline-custom\u00a0\u00bb outline_custom_color=\u00a0\u00bb#aaaaaa\u00a0\u00bb outline_custom_hover_background=\u00a0\u00bb#cccccc\u00a0\u00bb outline_custom_hover_text=\u00a0\u00bb#ffffff\u00a0\u00bb shape=\u00a0\u00bbsquare\u00a0\u00bb size=\u00a0\u00bblg\u00a0\u00bb align=\u00a0\u00bbleft\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1718878882196{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}\u00a0\u00bb link=\u00a0\u00bburl:https%3A%2F%2Fwww.fivecontinentseditions.com%2Fcollana%2Fart-brut-the-collection%2F|title:COLLANE\u00a0\u00bb el_class=\u00a0\u00bb.hidden\u00a0\u00bb][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb][vc_column css=\u00a0\u00bb.vc_custom_1512988714205{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}\u00a0\u00bb][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1512123115080{margin: 0px !important;border-width: 0px !important;padding: 0px !important;background-image: url(http:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2017\/12\/bg_sep.png?id=33) !important;}\u00a0\u00bb el_class=\u00a0\u00bbriga_separatore\u00a0\u00bb][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=\u00a0\u00bbNOUVEAUT\u00c9S\u00a0\u00bb font_container=\u00a0\u00bbtag:h1|text_align:left|color:%23c6c6c6&Prime; use_theme_fonts=\u00a0\u00bbyes\u00a0\u00bb el_class=\u00a0\u00bbmobile-heading\u00a0\u00bb][\/vc_column][\/vc_row][vc_row][vc_column]<style type=\"text\/css\" data-type=\"the7_shortcodes-inline-css\">.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div {\n  width: 36px;\n  height: 36px;\n  border-radius: 500px;\n}\n.dt-arrow-border-on.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:not(:hover):before {\n  border-width: 0px;\n}\n.dt-arrow-hover-border-on.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:hover:after {\n  border-width: 0px;\n}\n.arrows-bg-on.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:before {\n  background: #f7f7f7;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-prev {\n  top: 50%;\n  transform: translateY(calc(-50% + 0px));\n  left: -43px;\n}\n@media all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-prev {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-prev i {\n  padding: 0px 0px 0px 0px;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-next {\n  top: 50%;\n  transform: translateY(calc(-50% + 0px));\n  right: -43px;\n}\n@media all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-next {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-next i {\n  padding: 0px 0px 0px 0px;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav i {\n  font-size: 18px;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:not(:hover) i,\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:not(:hover) i:before {\n  color: #000000;\n  background: none;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:hover i,\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:hover i:before {\n  color: rgba(255,255,255,0.75);\n  background: none;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dots {\n  top: calc(100% + 20px);\n  left: 50%;\n  transform: translateX(calc(-50% + 0px));\n}\n@media all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dots {\n    transform: translateX(-50%);\n    margin-left: 0px;\n  }\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot {\n  width: 12px;\n  height: 12px;\n  margin: 0 8px;\n}\n.bullets-scale-up.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-scale-up.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span,\n.bullets-scale-up.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-fill-in.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-fill-in.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-fill-in.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  box-shadow: inset 0 0 0 20px rgba(255,255,255,0.01);\n}\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span,\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active {\n  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-ubax.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-ubax.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  border-color: rgba(255,255,255,0.01);\n}\n.bullets-ubax.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span:before {\n  background: rgba(255,255,255,0.01);\n}\n.accent-gradient .bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span:before {\n  background: rgba(255,255,255,0.01);\n}\n@media screen and (max-width: 778px) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.hide-arrows .owl-nav a {\n    display: none;\n  }\n}\n@media screen and (max-width: 778px) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-prev {\n    top: 50%;\n    transform: translateY(calc(-50% + 0px));\n    left: 10px;\n  }\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-next {\n    top: 50%;\n    transform: translateY(calc(-50% + 0px));\n    right: 10px;\n  }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-prev {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-next {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n<\/style><div class=\"owl-carousel products-carousel-shortcode dt-owl-carousel-call products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 cart-btn-below-img bullets-stroke reposition-arrows arrows-bg-on dt-arrow-border-on dt-arrow-hover-border-on arrows-hover-bg-on  wc-img-hover hide-description \" data-scroll-mode=\"page\" data-wide-col-num=\"4\" data-col-num=\"3\" data-laptop-col=\"3\" data-h-tablet-columns-num=\"3\" data-v-tablet-columns-num=\"2\" data-phone-columns-num=\"1\" data-auto-height=\"true\" data-col-gap=\"30\" data-stage-padding=\"0\" data-speed=\"600\" data-autoplay=\"false\" data-autoplay_speed=\"6000\" data-arrows=\"true\" data-bullet=\"true\" data-next-icon=\"icon-ar-017-r\" data-prev-icon=\"icon-ar-017-l\"><article class=\"post post-35833 product type-product status-publish has-post-thumbnail product_cat-photographie disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/fragile-beaute\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/fragile-beaute\/\" title=\"Fragile beaut\u00e9\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/FB_CvR_3D-315x342.jpg\" alt=\"Fragile beaut\u00e9\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Fragile beaut\u00e9<\/h3>\n            <p>Photographies de la Collection de sir Elton John et David Furnish<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 39,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-35537 product type-product status-publish has-post-thumbnail product_cat-arts-appliques disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/daniel-brush-2\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/daniel-brush-2\/\" title=\"Daniel Brush\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/DB_3D_CVR_FR_Hi-315x344.jpg\" alt=\"Daniel Brush\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Daniel Brush<\/h3>\n            <p>L\u2019Art de la ligne et de la lumi\u00e8re <\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-36064 product type-product status-publish has-post-thumbnail product_cat-mode-et-design disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/casa-bff\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/casa-bff\/\" title=\"Casa BFF\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/BFF_CVR_3D-315x384.jpg\" alt=\"Casa BFF\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Casa BFF<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 65,00<\/strong>\n        <\/div>\n         <div class=\"language\">IT\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-36067 product type-product status-publish has-post-thumbnail product_cat-arts-appliques disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/noire-idole-2\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/noire-idole-2\/\" title=\"Noire idole\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/NI_3D_Cover_FR-315x384.jpg\" alt=\"Noire idole\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Noire idole<\/h3>\n            <p>Opium, dieu cruel<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 55,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-35814 product type-product status-publish has-post-thumbnail product_cat-art-contemporain disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/jackie-kurltjuniytjinta-giles-tjapaltjarri\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/jackie-kurltjuniytjinta-giles-tjapaltjarri\/\" title=\"JACKIE KURLTJUNIYTJINTA GILES TJAPALTJARRI\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/04\/JG_3D_Cover-315x384.jpg\" alt=\"JACKIE KURLTJUNIYTJINTA GILES TJAPALTJARRI\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>JACKIE KURLTJUNIYTJINTA GILES TJAPALTJ...<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 29,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35718 product type-product status-publish has-post-thumbnail product_cat-art-moderne disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/winter-count-compte-dhiver\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/winter-count-compte-dhiver\/\" title=\"Winter Count Compte d'hiver\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/03\/WC_Cover_3D-1-315x384.jpg\" alt=\"Winter Count Compte d'hiver\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Winter Count Compte d'hiver<\/h3>\n            <p>EMBRACING THE COLD AU C\u0152UR DU FROIS<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35658 product type-product status-publish has-post-thumbnail product_cat-art-contemporain disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/loris-cecchini\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/loris-cecchini\/\" title=\"Loris Cecchini\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/Cecc_3D-Opt-315x356.jpg\" alt=\"Loris Cecchini\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Loris Cecchini<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 80,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN\/FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-35531 product type-product status-publish has-post-thumbnail product_cat-art-brut-fr disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/art-brut-en-suisse\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/art-brut-en-suisse\/\" title=\"Art Brut en Suisse\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/01\/ABS_Cover_3D-Opt-315x384.jpg\" alt=\"Art Brut en Suisse\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Art Brut en Suisse<\/h3>\n            <p>Des origines de la collection \u00e0 aujourd\u2019hui<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 49,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-35528 product type-product status-publish has-post-thumbnail product_cat-art-brut-fr disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/50-ans-daffiches-de-la-collection-de-lart-brut\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/50-ans-daffiches-de-la-collection-de-lart-brut\/\" title=\"50 ans d'affiches de la Collection de l'Art Brut\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/CAB_Affiche_3D-Opt-315x384.jpg\" alt=\"50 ans d'affiches de la Collection de l'Art Brut\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>50 ans d'affiches de la Collection de ...<\/h3>\n            <p>50 years of posters from the Collection de l'Art Brut<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35446 product type-product status-publish has-post-thumbnail product_cat-art-contemporain product_cat-arts-appliques disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/cosmic-garden\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/cosmic-garden\/\" title=\"Cosmic Garden\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/01\/CG_3D_Cvr-Opt-315x348.jpg\" alt=\"Cosmic Garden\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Cosmic Garden<\/h3>\n            <p>Madhvi Parekh and Manu Parekh. Karishma Swali and Chanakya School of Craft<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 35,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35285 product type-product status-publish has-post-thumbnail product_cat-art-contemporain disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/racines-roots\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/racines-roots\/\" title=\"Racines | Roots\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/12\/Roots_cover_3D-315x339.jpg\" alt=\"Racines | Roots\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Racines | Roots<\/h3>\n            <p>\u0152uvres de la Collection Garance Primat | Works from the Garance Primat Collection<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 95,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35117 product type-product status-publish has-post-thumbnail product_cat-archeologie product_cat-photographie disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/sculture-di-capua-antica-sculptures-from-ancient-capua\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/sculture-di-capua-antica-sculptures-from-ancient-capua\/\" title=\"Sculture di Capua antica | Sculptures from Ancient Capua\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/11\/CA_3D-315x356.jpg\" alt=\"Sculture di Capua antica | Sculptures from Ancient Capua\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Sculture di Capua antica | Sculptures ...<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 35,00<\/strong>\n        <\/div>\n         <div class=\"language\">IT\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34766 product type-product status-publish has-post-thumbnail product_cat-archeologie product_cat-photographie disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/campi-flegrei-2\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/campi-flegrei-2\/\" title=\"CAMPI FLEGREI\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/CF_3D_Eng-315x390.jpg\" alt=\"CAMPI FLEGREI\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>CAMPI FLEGREI<\/h3>\n            <p>burning earth<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 60,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34526 product type-product status-publish has-post-thumbnail product_cat-photographie disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/bruno-sassarone-paris\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/bruno-sassarone-paris\/\" title=\"Bruno Sassarone, Paris\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/BS_3D-315x339.jpg\" alt=\"Bruno Sassarone, Paris\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Bruno Sassarone, Paris<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34969 product type-product status-publish has-post-thumbnail product_cat-art-brut-fr disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/slavko-kopac\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/slavko-kopac\/\" title=\"SLAVKO KOPA\u010c\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/11\/KOPAC_3D_Cover-315x323.jpg\" alt=\"SLAVKO KOPA\u010c\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>SLAVKO KOPA\u010c<\/h3>\n            <p>Hidden Treasure. Informal Art, Surrealism, Art Brut<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN\/IT\/FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-34532 product type-product status-publish has-post-thumbnail product_cat-art-africain product_cat-art-contemporain disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/au-dela-des-apparences\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/au-dela-des-apparences\/\" title=\"Au-del\u00e0 des Apparences\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/CBH_3D_FR-315x312.jpg\" alt=\"Au-del\u00e0 des Apparences\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Au-del\u00e0 des Apparences<\/h3>\n            <p>Parcours amoureux de l'art moderne et contemporain d'Afrique<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 49,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><\/div>[vc_empty_space height=\u00a0\u00bb100px\u00a0\u00bb][\/vc_column][\/vc_row][vc_row][vc_column offset=\u00a0\u00bbvc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\u00a0\u00bb][vc_empty_space][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Gli uffici di 5 Continents Editions saranno chiusi dal 24 dicembre 2021 al 9 gennaio 2022. <\/span><\/p>\n<p style=\"text-align: center;\">I nostri ordini saranno evasi anche in questo periodo. Per qualsiasi problema scrivete a <a href=\"mailto:info@fivecontinentseditions.com\">info@fivecontinentseditions.com<\/a><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Buone feste, e buone lettu<\/span><span style=\"caret-color: #000000; color: #000000;\">e!<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=\u00a0\u00bbACTUALIT\u00c9S &amp; \u00c9V\u00c9NEMENTS\u00a0\u00bb font_container=\u00a0\u00bbtag:h1|text_align:left|color:%23c6c6c6&Prime; use_theme_fonts=\u00a0\u00bbyes\u00a0\u00bb el_class=\u00a0\u00bbmobile-heading\u00a0\u00bb][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=\u00a0\u00bb100px\u00a0\u00bb][vc_btn title=\u00a0\u00bbToutes les actualit\u00e9s\u00a0\u00bb style=\u00a0\u00bboutline-custom\u00a0\u00bb outline_custom_color=\u00a0\u00bb#000000&Prime; outline_custom_hover_background=\u00a0\u00bb#cccccc\u00a0\u00bb outline_custom_hover_text=\u00a0\u00bb#ffffff\u00a0\u00bb shape=\u00a0\u00bbsquare\u00a0\u00bb size=\u00a0\u00bbsm\u00a0\u00bb align=\u00a0\u00bbcenter\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1720006346458{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}\u00a0\u00bb link=\u00a0\u00bburl:https%3A%2F%2Fwww.fivecontinentseditions.com%2Fn%2Fnews%2F|title:Tutte%20le%20news\u00a0\u00bb el_class=\u00a0\u00bb.thin-button\u00a0\u00bb][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=\u00a0\u00bb<b>LA MAISON D&rsquo;\u00c9DITION<\/b>\u00a0\u00bb font_container=\u00a0\u00bbtag:p|font_size:14|text_align:left|color:%23666666&Prime; use_theme_fonts=\u00a0\u00bbyes\u00a0\u00bb][\/vc_column][\/vc_row][vc_row][vc_column width=\u00a0\u00bb1\/2&Prime;][vc_column_text]<\/p>\n<p style=\"font-size: 16px;\">5 Continents Editions, maison d\u2019\u00e9dition ind\u00e9pendante de livres d\u2019art, a \u00e9t\u00e9 cr\u00e9\u00e9e en f\u00e9vrier\u00a02002 \u00e0 Milan par Eric Ghysels \u2013\u00a0belgo-arm\u00e9nien de naissance, mais italien d\u2019adoption. Elle est aujourd\u2019hui une r\u00e9f\u00e9rence incontest\u00e9e en mati\u00e8re de publications sur les arts traditionnels d\u2019Afrique, d\u2019Asie, des Am\u00e9riques et d\u2019Oc\u00e9anie. Ses productions portent en outre sur l\u2019art au sens large, que ce soit l\u2019arch\u00e9ologie, les arts ancien, moderne et contemporain, mais aussi les arts d\u00e9coratifs, la mode, le design, la photographie, etc.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=\u00a0\u00bb1\/2&Prime;][vc_column_text]<\/p>\n<p style=\"font-size: 16px;\">Guid\u00e9e par la conviction et l\u2019enthousiasme de son directeur, Eric Ghysels, une petite \u00e9quipe dynamique, professionnelle, passionn\u00e9e et multilingue \u2013\u00a0facilitant ainsi les relations avec des auteurs, artistes, fondations et mus\u00e9es dispers\u00e9s de par le monde\u00a0\u2013 apporte aux ouvrages ce \u00ab\u00a0suppl\u00e9ment d\u2019\u00e2me\u00a0\u00bb si cher \u00e0 l\u2019\u00e9diteur.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column css=\u00a0\u00bb.vc_custom_1718876470296{padding-right: 0px !important;padding-left: 0px !important;}\u00a0\u00bb][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb][vc_column width=\u00a0\u00bb1\/2&Prime; css=\u00a0\u00bb.vc_custom_1512988714205{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}\u00a0\u00bb][vc_btn title=\u00a0\u00bbCAT\u00c9GORIES\u00a0\u00bb style=\u00a0\u00bboutline-custom\u00a0\u00bb outline_custom_color=\u00a0\u00bb#aaaaaa\u00a0\u00bb outline_custom_hover_background=\u00a0\u00bb#cccccc\u00a0\u00bb outline_custom_hover_text=\u00a0\u00bb#ffffff\u00a0\u00bb shape=\u00a0\u00bbsquare\u00a0\u00bb size=\u00a0\u00bblg\u00a0\u00bb align=\u00a0\u00bbright\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1718878843348{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}\u00a0\u00bb link=\u00a0\u00bburl:https%3A%2F%2Fwww.fivecontinentseditions.com%2Flibri|title:CATEGORIE\u00a0\u00bb el_class=\u00a0\u00bb.hidden\u00a0\u00bb][\/vc_column][vc_column width=\u00a0\u00bb1\/2&Prime;][vc_btn title=\u00a0\u00bbS\u00e9rie\u00a0\u00bb style=\u00a0\u00bboutline-custom\u00a0\u00bb outline_custom_color=\u00a0\u00bb#aaaaaa\u00a0\u00bb outline_custom_hover_background=\u00a0\u00bb#cccccc\u00a0\u00bb outline_custom_hover_text=\u00a0\u00bb#ffffff\u00a0\u00bb shape=\u00a0\u00bbsquare\u00a0\u00bb size=\u00a0\u00bblg\u00a0\u00bb align=\u00a0\u00bbleft\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1718878882196{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}\u00a0\u00bb link=\u00a0\u00bburl:https%3A%2F%2Fwww.fivecontinentseditions.com%2Fcollana%2Fart-brut-the-collection%2F|title:COLLANE\u00a0\u00bb el_class=\u00a0\u00bb.hidden\u00a0\u00bb][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb][vc_column&hellip;<\/p>\n","protected":false},"author":1704,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-462","page","type-page","status-publish","hentry","category-89","description-off"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/pages\/462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/users\/1704"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/comments?post=462"}],"version-history":[{"count":0,"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/pages\/462\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fivecontinentseditions.com\/fr\/wp-json\/wp\/v2\/media?parent=462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}