<script>
function getConversionRateJS(price){
var price;
$.ajax({
url: "https://rivages-lointains.tpopsite.com/shop-0/display-currency",
type: "POST",
data: {
price: parseFloat(price)
},
async: false,
dataType: "json",
success: function(data){
price = parseFloat(data.price);
},
error:function() {
price = false;
}
});
return parseFloat(price);
}
function showPriceWithCurrencyJS($price){
var code = "EUR";
var currency = selectCurrencyByCodeJS(code);
if(currency.placement == 'left' && (currency.spacing == "no")){
return currency.symbol + getNumberFormatJS($price, currency.code);
}else if(currency.placement == 'left' && (currency.spacing == "yes")){
return currency.symbol + " " + getNumberFormatJS($price, currency.code);
}else if(currency.placement == 'right' && (currency.spacing == "no")){
return getNumberFormatJS($price, currency.code) + currency.symbol;
}else if(currency.placement == 'right' && (currency.spacing == "yes")){
return getNumberFormatJS($price, currency.code) + " " + currency.symbol;
}
}
function showPriceWithCurrencyJSAdmin($price){
var code = "EUR";
var currency = selectCurrencyByCodeJS(code);
if(currency.placement == 'left' && (currency.spacing == "no")){
return currency.symbol + getNumberFormatJS($price, currency.code);
}else if(currency.placement == 'left' && (currency.spacing == "yes")){
return currency.symbol + " " + getNumberFormatJS($price, currency.code);
}else if(currency.placement == 'right' && (currency.spacing == "no")){
return getNumberFormatJS($price, currency.code) + currency.symbol;
}else if(currency.placement == 'right' && (currency.spacing == "yes")){
return getNumberFormatJS($price, currency.code) + " " + currency.symbol;
}
}
//Calcul de la currency en JS
function selectCurrencyByCodeJS(code){
var currencies = [{"id":1,"name":"Afghan Afghani","code":"AFA","symbol":"\u060b","placement":"left","spacing":"yes","countries":["AF"]},{"id":2,"name":"Albanian Lek","code":"ALL","symbol":"Lek","placement":"right","spacing":"yes","countries":["AL"]},{"id":3,"name":"Algerian Dinar","code":"DZD","symbol":"\u062f\u062c","placement":"left","spacing":"yes","countries":["DZ"]},{"id":4,"name":"Angolan Kwanza","code":"AOA","symbol":"Kz","placement":"right","spacing":"yes","countries":["AO"]},{"id":5,"name":"Argentine Peso","code":"ARS","symbol":"$","placement":"left","spacing":"no","countries":["AR"]},{"id":6,"name":"Armenian Dram","code":"AMD","symbol":"\u058f","placement":"right","spacing":"yes","countries":["AM"]},{"id":7,"name":"Aruban Florin","code":"AWG","symbol":"\u0192","placement":"left","spacing":"no","countries":["AW"]},{"id":8,"name":"Australian Dollar","code":"AUD","symbol":"$","placement":"left","spacing":"no","countries":["AU","CX","CC","HM","KI","NR","NF","TV"]},{"id":9,"name":"Azerbaijani Manat","code":"AZN","symbol":"\u20bc","placement":"left","spacing":"no","countries":["AZ"]},{"id":10,"name":"Bahamian Dollar","code":"BSD","symbol":"B$","placement":"left","spacing":"no","countries":["BS"]},{"id":11,"name":"Bahraini Dinar","code":"BHD","symbol":".\u062f.\u0628","placement":"left","spacing":"yes","countries":["BH"]},{"id":12,"name":"Bangladeshi Taka","code":"BDT","symbol":"\u09f3","placement":"left","spacing":"no","countries":["BD"]},{"id":13,"name":"Barbadian Dollar","code":"BBD","symbol":"Bds$","placement":"left","spacing":"no","countries":["BB"]},{"id":14,"name":"Belarusian Ruble","code":"BYR","symbol":"Br","placement":"left","spacing":"yes","countries":["BY"]},{"id":16,"name":"Belize Dollar","code":"BZD","symbol":"$","placement":"left","spacing":"no","countries":["BZ"]},{"id":17,"name":"Bermudan Dollar","code":"BMD","symbol":"$","placement":"left","spacing":"no","countries":["BM"]},{"id":18,"name":"Bhutanese Ngultrum","code":"BTN","symbol":"Nu.","placement":"left","spacing":"yes","countries":["BT"]},{"id":19,"name":"Bitcoin","code":"BTC","symbol":"\u0e3f","placement":"left","spacing":"no","countries":[]},{"id":20,"name":"Bolivian peso","code":"BOP","symbol":"b$.","placement":"left","spacing":"yes","countries":["BO"]},{"id":21,"name":"Bosnia-Herzegovina Convertible Mark","code":"BAM","symbol":"KM","placement":"left","spacing":"yes","countries":["BA"]},{"id":22,"name":"Botswanan Pula","code":"BWP","symbol":"P","placement":"left","spacing":"yes","countries":["BW"]},{"id":23,"name":"Brazilian Real","code":"BRL","symbol":"R$","placement":"left","spacing":"no","countries":["BR"]},{"id":24,"name":"British Pound Sterling","code":"GBP","symbol":"\u00a3","placement":"left","spacing":"no","countries":["GB","GG","IM","JE"]},{"id":25,"name":"Brunei Dollar","code":"BND","symbol":"B$","placement":"left","spacing":"no","countries":["BN","SG"]},{"id":27,"name":"Burundian Franc","code":"BIF","symbol":"FBu","placement":"right","spacing":"yes","countries":["BI"]},{"id":28,"name":"Cambodian Riel","code":"KHR","symbol":"KHR","placement":"right","spacing":"no","countries":["KH"]},{"id":29,"name":"Canadian Dollar","code":"CAD","symbol":"$","placement":"left","spacing":"no","countries":["CA"]},{"id":30,"name":"Cape Verdean Escudo","code":"CVE","symbol":"$","placement":"left","spacing":"no","countries":["CV"]},{"id":31,"name":"Cayman Islands Dollar","code":"KYD","symbol":"$","placement":"left","spacing":"no","countries":["KY"]},{"id":32,"name":"CFA Franc BCEAO","code":"XOF","symbol":"CFA","placement":"right","spacing":"yes","countries":["BJ","BF","CI","GW","ML","NE","SN","TG"]},{"id":33,"name":"CFA Franc BEAC","code":"XAF","symbol":"FCFA","placement":"right","spacing":"yes","countries":["CM","CF","CG","TD","GQ","GA"]},{"id":34,"name":"CFP Franc","code":"XPF","symbol":"\u20a3","placement":"right","spacing":"no","countries":["PF","NC","WF"]},{"id":35,"name":"Chilean Peso","code":"CLP","symbol":"$","placement":"left","spacing":"no","countries":["CL"]},{"id":37,"name":"Chinese Yuan","code":"CNY","symbol":"\u00a5","placement":"left","spacing":"no","countries":["CN"]},{"id":38,"name":"Colombian Peso","code":"COP","symbol":"$","placement":"left","spacing":"no","countries":["CO"]},{"id":39,"name":"Comorian Franc","code":"KMF","symbol":"CF","placement":"right","spacing":"yes","countries":["KM"]},{"id":40,"name":"Congolese Franc","code":"CDF","symbol":"FC","placement":"right","spacing":"yes","countries":["CD"]},{"id":41,"name":"Costa Rican Col\u00f3n","code":"CRC","symbol":"\u20a1","placement":"left","spacing":"no","countries":["CR"]},{"id":43,"name":"Cuban Convertible Peso","code":"CUC","symbol":"CUC$","placement":"left","spacing":"no","countries":["CU"]},{"id":44,"name":"Czech Republic Koruna","code":"CZK","symbol":"K\u010d","placement":"right","spacing":"yes","countries":["CZ"]},{"id":45,"name":"Danish Krone","code":"DKK","symbol":"Kr.","placement":"right","spacing":"yes","countries":["DK","FO","GL"]},{"id":46,"name":"Djiboutian Franc","code":"DJF","symbol":"DJF","placement":"right","spacing":"yes","countries":["DJ"]},{"id":47,"name":"Dominican Peso","code":"DOP","symbol":"$","placement":"left","spacing":"no","countries":["DO"]},{"id":48,"name":"East Caribbean Dollar","code":"XCD","symbol":"$","placement":"left","spacing":"no","countries":["AG","DM","GD","KN","LC","MS","VC"]},{"id":49,"name":"Egyptian Pound","code":"EGP","symbol":"\u062c.\u0645","placement":"left","spacing":"yes","countries":["EG"]},{"id":50,"name":"Eritrean Nakfa","code":"ERN","symbol":"Nfk","placement":"left","spacing":"yes","countries":["ER"]},{"id":52,"name":"Ethiopian Birr","code":"ETB","symbol":"Nkf","placement":"right","spacing":"yes","countries":["ET"]},{"id":53,"name":"Euro","code":"EUR","symbol":"\u20ac","placement":"right","spacing":"yes","countries":["AD","AT","BE","CY","EE","FI","FR","DE","GR","IE","IT","LV","LT","LU","MT","MC","ME","NL","PT","SM","SK","SI","ES","VA","XK"]},{"id":54,"name":"Falkland Islands Pound","code":"FKP","symbol":"\u00a3","placement":"left","spacing":"no","countries":["FK"]},{"id":55,"name":"Fijian Dollar","code":"FJD","symbol":"FJ$","placement":"left","spacing":"no","countries":["FJ"]},{"id":56,"name":"Gambian Dalasi","code":"GMD","symbol":"D","placement":"right","spacing":"yes","countries":["GM"]},{"id":57,"name":"Georgian Lari","code":"GEL","symbol":"\u10da","placement":"left","spacing":"no","countries":["GE"]},{"id":59,"name":"Ghanaian Cedi","code":"GHS","symbol":"GH\u20b5","placement":"left","spacing":"no","countries":["GH"]},{"id":60,"name":"Gibraltar Pound","code":"GIP","symbol":"\u00a3","placement":"left","spacing":"no","countries":["GI"]},{"id":62,"name":"Guatemalan Quetzal","code":"GTQ","symbol":"Q","placement":"right","spacing":"yes","countries":["GT"]},{"id":63,"name":"Guinean Franc","code":"GNF","symbol":"FG","placement":"right","spacing":"yes","countries":["GN"]},{"id":64,"name":"Guyanaese Dollar","code":"GYD","symbol":"$","placement":"left","spacing":"no","countries":["GY"]},{"id":65,"name":"Haitian Gourde","code":"HTG","symbol":"G","placement":"left","spacing":"yes","countries":["HT"]},{"id":66,"name":"Honduran Lempira","code":"HNL","symbol":"L","placement":"left","spacing":"no","countries":["HN"]},{"id":67,"name":"Hong Kong Dollar","code":"HKD","symbol":"$","placement":"left","spacing":"no","countries":["HK"]},{"id":68,"name":"Hungarian Forint","code":"HUF","symbol":"Ft","placement":"right","spacing":"yes","countries":["HU"]},{"id":69,"name":"Icelandic Kr\u00f3na","code":"ISK","symbol":"kr","placement":"right","spacing":"yes","countries":["IS"]},{"id":70,"name":"Indian Rupee","code":"INR","symbol":"\u20b9","placement":"left","spacing":"no","countries":["IN"]},{"id":71,"name":"Indonesian Rupiah","code":"IDR","symbol":"Rp","placement":"left","spacing":"no","countries":["ID"]},{"id":72,"name":"Iranian Rial","code":"IRR","symbol":"\ufdfc","placement":"left","spacing":"yes","countries":["IR"]},{"id":73,"name":"Iraqi Dinar","code":"IQD","symbol":"\u062f.\u0639","placement":"left","spacing":"yes","countries":["IQ"]},{"id":74,"name":"Israeli New Sheqel","code":"ILS","symbol":"\u20aa","placement":"right","spacing":"no","countries":["IL"]},{"id":76,"name":"Jamaican Dollar","code":"JMD","symbol":"J$","placement":"left","spacing":"no","countries":["JM"]},{"id":77,"name":"Japanese Yen","code":"JPY","symbol":"\u00a5","placement":"left","spacing":"no","countries":["JP"]},{"id":78,"name":"Jordanian Dinar","code":"JOD","symbol":"\u0627.\u062f","placement":"left","spacing":"yes","countries":["JO"]},{"id":79,"name":"Kazakhstani Tenge","code":"KZT","symbol":"\u20b8","placement":"left","spacing":"no","countries":["KZ"]},{"id":80,"name":"Kenyan Shilling","code":"KES","symbol":"KSh","placement":"right","spacing":"yes","countries":["KE"]},{"id":81,"name":"Kuwaiti Dinar","code":"KWD","symbol":"\u0643.\u062f","placement":"left","spacing":"yes","countries":["KW"]},{"id":82,"name":"Kyrgystani Som","code":"KGS","symbol":"\u0441","placement":"right","spacing":"yes","countries":["KG"]},{"id":83,"name":"Laotian Kip","code":"LAK","symbol":"\u20ad","placement":"right","spacing":"yes","countries":["LA"]},{"id":85,"name":"Lebanese Pound","code":"LBP","symbol":"\u00a3","placement":"left","spacing":"no","countries":["LB"]},{"id":86,"name":"Lesotho Loti","code":"LSL","symbol":"M","placement":"left","spacing":"no","countries":["LS"]},{"id":87,"name":"Liberian Dollar","code":"LRD","symbol":"$","placement":"left","spacing":"no","countries":["LR"]},{"id":88,"name":"Libyan Dinar","code":"LYD","symbol":"\u062f.\u0644","placement":"left","spacing":"yes","countries":["LY"]},{"id":89,"name":"Litecoin","code":"LTC","symbol":"\u0141","placement":"left","spacing":"no","countries":[]},{"id":91,"name":"Macanese Pataca","code":"MOP","symbol":"$","placement":"left","spacing":"no","countries":["MO"]},{"id":92,"name":"Macedonian Denar","code":"MKD","symbol":"DEN","placement":"right","spacing":"yes","countries":["MK"]},{"id":93,"name":"Malagasy Ariary","code":"MGA","symbol":"Ar","placement":"right","spacing":"yes","countries":["MG"]},{"id":94,"name":"Malawian Kwacha","code":"MWK","symbol":"K","placement":"right","spacing":"yes","countries":["MW"]},{"id":95,"name":"Malaysian Ringgit","code":"MYR","symbol":"RM","placement":"left","spacing":"no","countries":["MY"]},{"id":96,"name":"Maldivian Rufiyaa","code":"MVR","symbol":"Rf.","placement":"left","spacing":"yes","countries":["MV"]},{"id":97,"name":"Mauritanian Ouguiya","code":"MRO","symbol":"MRU","placement":"right","spacing":"yes","countries":["MR"]},{"id":98,"name":"Mauritian Rupee","code":"MUR","symbol":"Rs.","placement":"left","spacing":"yes","countries":["MU"]},{"id":99,"name":"Mexican Peso","code":"MXN","symbol":"$","placement":"left","spacing":"no","countries":["MX"]},{"id":100,"name":"Moldovan Leu","code":"MDL","symbol":"L","placement":"right","spacing":"yes","countries":["MD"]},{"id":101,"name":"Mongolian Tugrik","code":"MNT","symbol":"\u20ae","placement":"left","spacing":"no","countries":["MN"]},{"id":102,"name":"Moroccan Dirham","code":"MAD","symbol":"DH","placement":"right","spacing":"no","countries":["MA"]},{"id":103,"name":"Mozambican Metical","code":"MZM","symbol":"MT","placement":"right","spacing":"yes","countries":["MZ"]},{"id":104,"name":"Myanmar Kyat","code":"MMK","symbol":"Ks.","placement":"left","spacing":"yes","countries":["MM"]},{"id":105,"name":"Namibian Dollar","code":"NAD","symbol":"N$","placement":"left","spacing":"no","countries":["NA"]},{"id":106,"name":"Nepalese Rupee","code":"NPR","symbol":"\u0930\u0941","placement":"left","spacing":"no","countries":["NP"]},{"id":107,"name":"Netherlands Antillean Guilder","code":"ANG","symbol":"\u0192","placement":"left","spacing":"no","countries":["CW","SX"]},{"id":108,"name":"New Taiwan Dollar","code":"TWD","symbol":"NT$","placement":"left","spacing":"no","countries":["TW"]},{"id":109,"name":"New Zealand Dollar","code":"NZD","symbol":"$","placement":"left","spacing":"no","countries":["CK","NZ","NU","PN","TK"]},{"id":110,"name":"Nicaraguan C\u00f3rdoba","code":"NIO","symbol":"C$","placement":"left","spacing":"no","countries":["NI"]},{"id":111,"name":"Nigerian Naira","code":"NGN","symbol":"\u20a6","placement":"left","spacing":"no","countries":["NG"]},{"id":112,"name":"North Korean Won","code":"KPW","symbol":"\u20a9","placement":"left","spacing":"no","countries":["KP"]},{"id":113,"name":"Norwegian Krone","code":"NOK","symbol":"\u00f8re","placement":"right","spacing":"yes","countries":["BV","NO","SJ"]},{"id":114,"name":"Omani Rial","code":"OMR","symbol":".\u0639.\u0631","placement":"left","spacing":"yes","countries":["OM"]},{"id":115,"name":"Pakistani Rupee","code":"PKR","symbol":"Rs.","placement":"left","spacing":"yes","countries":["PK"]},{"id":117,"name":"Papua New Guinean Kina","code":"PGK","symbol":"K","placement":"left","spacing":"no","countries":["PG"]},{"id":118,"name":"Paraguayan Guarani","code":"PYG","symbol":"\u20b2","placement":"left","spacing":"no","countries":["PY"]},{"id":119,"name":"Peruvian Nuevo Sol","code":"PEN","symbol":"S\/.","placement":"left","spacing":"yes","countries":["PE"]},{"id":120,"name":"Philippine Peso","code":"PHP","symbol":"\u20b1","placement":"left","spacing":"no","countries":["PH"]},{"id":121,"name":"Polish Zloty","code":"PLN","symbol":"z\u0142","placement":"right","spacing":"yes","countries":["PL"]},{"id":122,"name":"Qatari Rial","code":"QAR","symbol":"\u0642.\u0631","placement":"left","spacing":"yes","countries":["QA"]},{"id":123,"name":"Romanian Leu","code":"RON","symbol":"leu","placement":"right","spacing":"yes","countries":["RO"]},{"id":124,"name":"Russian Ruble","code":"RUB","symbol":"\u20bd","placement":"right","spacing":"yes","countries":["RU"]},{"id":125,"name":"Rwandan Franc","code":"RWF","symbol":"FRw","placement":"right","spacing":"yes","countries":["RW"]},{"id":126,"name":"Salvadoran Col\u00f3n","code":"SVC","symbol":"\u20a1","placement":"right","spacing":"yes","countries":["SV"]},{"id":127,"name":"Samoan Tala","code":"WST","symbol":"SAT","placement":"right","spacing":"yes","countries":["WS"]},{"id":128,"name":"S\u00e3o Tom\u00e9 and Pr\u00edncipe Dobra","code":"STD","symbol":"Db","placement":"left","spacing":"yes","countries":["ST"]},{"id":129,"name":"Saudi Riyal","code":"SAR","symbol":"\ufdfc","placement":"left","spacing":"yes","countries":["SA"]},{"id":130,"name":"Serbian Dinar","code":"RSD","symbol":"din","placement":"left","spacing":"yes","countries":["RS"]},{"id":131,"name":"Seychellois Rupee","code":"SCR","symbol":"Rs.","placement":"left","spacing":"yes","countries":["SC"]},{"id":132,"name":"Sierra Leonean Leone","code":"SLL","symbol":"Le","placement":"left","spacing":"yes","countries":["SL"]},{"id":133,"name":"Singapore Dollar","code":"SGD","symbol":"S$","placement":"left","spacing":"no","countries":["SG","BN"]},{"id":135,"name":"Solomon Islands Dollar","code":"SBD","symbol":"SI$","placement":"left","spacing":"no","countries":["SB"]},{"id":136,"name":"Somali Shilling","code":"SOS","symbol":"Sh.so.","placement":"left","spacing":"yes","countries":["SO"]},{"id":137,"name":"South African Rand","code":"ZAR","symbol":"R","placement":"left","spacing":"yes","countries":["ZA"]},{"id":138,"name":"South Korean Won","code":"KRW","symbol":"\u20a9","placement":"left","spacing":"no","countries":["KR"]},{"id":139,"name":"South Sudanese Pound","code":"SSP","symbol":"SSP","placement":"left","spacing":"yes","countries":["SS"]},{"id":141,"name":"Sri Lankan Rupee","code":"LKR","symbol":"Rs.","placement":"left","spacing":"yes","countries":["LK"]},{"id":142,"name":"St. Helena Pound","code":"SHP","symbol":"\u00a3","placement":"left","spacing":"no","countries":["SH"]},{"id":143,"name":"Sudanese Pound","code":"SDG","symbol":".\u0633.\u062c","placement":"left","spacing":"yes","countries":["SD"]},{"id":144,"name":"Surinamese Dollar","code":"SRD","symbol":"$","placement":"left","spacing":"no","countries":["SR"]},{"id":145,"name":"Swazi Lilangeni","code":"SZL","symbol":"E","placement":"left","spacing":"no","countries":["SZ"]},{"id":146,"name":"Swedish Krona","code":"SEK","symbol":"kr","placement":"right","spacing":"yes","countries":["SE"]},{"id":147,"name":"Swiss Franc","code":"CHF","symbol":"CHF","placement":"right","spacing":"yes","countries":["CH","LI"]},{"id":148,"name":"Syrian Pound","code":"SYP","symbol":"LS","placement":"left","spacing":"yes","countries":["SY"]},{"id":149,"name":"Tajikistani Somoni","code":"TJS","symbol":"SM","placement":"left","spacing":"yes","countries":["TJ"]},{"id":150,"name":"Tanzanian Shilling","code":"TZS","symbol":"TSh","placement":"left","spacing":"yes","countries":["TZ"]},{"id":151,"name":"Thai Baht","code":"THB","symbol":"\u0e3f","placement":"left","spacing":"yes","countries":["TH"]},{"id":152,"name":"Tongan Pa'anga","code":"TOP","symbol":"T$","placement":"left","spacing":"no","countries":["TO"]},{"id":153,"name":"Trinidad & Tobago Dollar","code":"TTD","symbol":"TT$","placement":"left","spacing":"no","countries":["TT"]},{"id":154,"name":"Tunisian Dinar","code":"TND","symbol":"\u062a.\u062f","placement":"left","spacing":"yes","countries":["TN"]},{"id":155,"name":"Turkish Lira","code":"TRY","symbol":"\u20ba","placement":"left","spacing":"no","countries":["TR"]},{"id":156,"name":"Turkmenistani Manat","code":"TMT","symbol":"T","placement":"left","spacing":"yes","countries":["TM"]},{"id":157,"name":"Ugandan Shilling","code":"UGX","symbol":"USh","placement":"left","spacing":"yes","countries":["UG"]},{"id":158,"name":"Ukrainian Hryvnia","code":"UAH","symbol":"\u20b4","placement":"left","spacing":"no","countries":["UA"]},{"id":159,"name":"United Arab Emirates Dirham","code":"AED","symbol":"\u0625.\u062f","placement":"left","spacing":"yes","countries":["AE"]},{"id":160,"name":"Uruguayan Peso","code":"UYU","symbol":"$U","placement":"left","spacing":"no","countries":["UY"]},{"id":161,"name":"US Dollar","code":"USD","symbol":"$","placement":"left","spacing":"no","countries":["AS","BQ","EC","FM","GU","IO","MH","MP","PR","PW","SV","TC","TL","UM","US","VG","VI"]},{"id":162,"name":"Uzbekistan Som","code":"UZS","symbol":"\u043b\u0432","placement":"right","spacing":"yes","countries":["UZ"]},{"id":163,"name":"Vanuatu Vatu","code":"VUV","symbol":"VT","placement":"right","spacing":"no","countries":["VU"]},{"id":164,"name":"Venezuelan Bol\u00c3var","code":"VEF","symbol":"Bs.","placement":"left","spacing":"yes","countries":["VE"]},{"id":165,"name":"Vietnamese Dong","code":"VND","symbol":"\u20ab","placement":"right","spacing":"no","countries":["VN"]},{"id":166,"name":"Yemeni Rial","code":"YER","symbol":"\ufdfc","placement":"left","spacing":"yes","countries":["YE"]},{"id":167,"name":"Zambian Kwacha","code":"ZMK","symbol":"ZK","placement":"right","spacing":"yes","countries":["ZM"]},{"id":168,"name":"Zimbabwean dollar","code":"ZWL","symbol":"$","placement":"left","spacing":"no","countries":["ZW"]}];
var element = {};
for (let currency of currencies) {
if(currency.code == code){
element = currency;
}
}
return element;
}
function getNumberFormatJS(number, code){
var priceFormated = number.toFixed(2);
return priceFormated;
}
function getRawPriceJS(price, tax) {
return Math.round(price / (1 + (tax / 100)), 2);
}
function getTaxRate(countryShipping, vatShop, vatLocalization){
if (vatLocalization == 'UEMICRO' && countryShipping == 76) {
return 0;
}else{
return vatShop;
}
}
</script><style>.size-guide-inch{display:none!important;}</style><script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "T-shirt carpe koi japonais en coton bio, imprimé en France",
"description": "<p><b>Plongez dans l’univers zen du Japon avec ce t-shirt Carpe Koi</b>. Symbole de persévérance, de chance et de renouveau, la carpe Koi est bien plus qu’un simple motif : c’est un hommage à la culture asiatique et à l’élégance intemporelle des traditions nippones.&nbsp;</p><p>Conçu en 100 % coton biologique, ce t-shirt épais (170-180 g/m²) est à la fois confortable, résistant et doux au toucher. Il est imprimé à la demande en France avec des encres éco-certifiées, dans une démarche respectueuse de l’environnement.&nbsp;</p><hr><p>✔ Caractéristiques :&nbsp;</p><p></p><ul><li>Disponible du XS au 4XL (selon les coloris)&nbsp;</li><li>Coupe unisexe confortable&nbsp;</li><li>Coton bio certifié, doux et respirant</li><li>Impression en France à la demande</li><li>Expédition sans plastique</li><li>Design exclusif « Rivages Lointains »&nbsp;<br></li></ul><p></p><hr><p>🌱 Engagement responsable :
Pas de surproduction : chaque t-shirt est imprimé à la commande. Moins de gaspillage, plus de sens.
Et grâce au coton bio, vous choisissez un textile cultivé sans pesticides ni OGM, meilleur pour vous et pour la planète.&nbsp;</p><p>🔎 Inspiration :
Portez-le avec un jean brut, un pantalon cargo ou une jupe longue pour un style urbain et zen. Un must-have pour les amoureux du Japon, du tatouage traditionnel ou de l’illustration épurée.</p><hr><p>#t-shirt #carpeKoi #Japonais #cotonBio #imprimeEnFrance</p>",
"review": {
"@type": "Review",
"author": {
"@type": "Organization",
"name": "Rivages Lointains | L'évasion commence ici"
}
}
}
</script>
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="TPOP ecommerce CMS">
<title>T-shirt carpe koi japonais en coton bio, imprimé en France | Rivages Lointains | L'évasion commence ici</title>
<meta name="description" content="T-shirt en coton bio avec motif Carpe Koi. Design japonais imprimé en France à la demande. Éthique, doux et résistant. Expédition sans plastique.">
<meta property="og:title" content="T-shirt carpe koi japonais en coton bio, imprimé en France">
<meta property="og:url" content="https://rivages-lointains.tpopsite.com/product/tshirt-carpe-koi-japonais-coton-bio">
<meta property="og:type" content="website">
<meta property="og:description" content="T-shirt en coton bio avec motif Carpe Koi. Design japonais imprimé en France à la demande. Éthique, doux et résistant. Expédition sans plastique.">
<meta property="og:image" content="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/visual_Marine_1112425479.jpg?1749463467&width=1300&quality=75">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="tpop.com">
<meta property="twitter:url" content="https://rivages-lointains.tpopsite.com/product/tshirt-carpe-koi-japonais-coton-bio">
<meta name="twitter:title" content="T-shirt carpe koi japonais en coton bio, imprimé en France">
<meta name="twitter:description" content="T-shirt en coton bio avec motif Carpe Koi. Design japonais imprimé en France à la demande. Éthique, doux et résistant. Expédition sans plastique.">
<meta name="twitter:image" content="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/visual_Marine_1112425479.jpg?1749463467&width=1300&quality=75">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="canonical" href="https://rivages-lointains.tpopsite.com/product/tshirt-carpe-koi-japonais-coton-bio" />
<link rel="icon" href="https://assets.tpop.com/gallery/themes/9/sunrise-favicon-medium.webp" sizes="32x32">
<link rel="icon" href="https://assets.tpop.com/gallery/themes/9/sunrise-favicon-medium.webp" sizes="16x16">
<link rel="apple-touch-icon" href="https://assets.tpop.com/gallery/themes/9/sunrise-favicon-medium.webp" sizes="180x180">
<link rel="shortcut icon" href="https://assets.tpop.com/gallery/themes/9/sunrise-favicon-medium.webp">
<link rel="stylesheet" href="https://rivages-lointains.tpopsite.com/pages/themes/sunrise/assets/css/simple.css?1"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<style>
:root{
--primary-color: #ec1604;
--primary-color-80: #ec1604;
--primary-color-60: #ec1604;
--primary-color-40: #ec1604;
--primary-color-20: #ec1604;
--primary-color-10: #ec1604;
--secondary-color: #ec1604;
--secondary-color: rgba(247,172,64,0.8);
--secondary-color-60: rgba(247,172,64,0.6);
--secondary-color-40: rgba(247,172,64,0.4);
--secondary-color-20: rgba(247,172,64,0.2);
--secondary-color-10: rgba(247,172,64,0.1);
--shop-font: Inter ;
}
</style>
<style>
.size-svg:hover {
cursor: pointer;
}
</style>
<link rel="stylesheet" href="https://rivages-lointains.tpopsite.com/assets/css/e-alert.css?tpop3">
<link rel="stylesheet" defer href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet" href="https://rivages-lointains.tpopsite.com/pages/themes/0-common/assets/css/common.css?tpop">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QD4E27PLCY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-QD4E27PLCY');
gtag('event', 'page_view', {
hostname: document.location.hostname
});
</script>
<script>console.log('Google Analytics is loaded');</script>
</head>
<body>
<header class="header-area header-style-4 header-height-2">
<header class="header-main d-flex align-items-center justify-content-between page-width">
<div class="d-none d-lg-block">
<a href="https://rivages-lointains.tpopsite.com/">
<img class="img-fluid logo" src="https://cdn.tpop.com/files/d7f025fd/tpopsite/gallery/logo-gold-black.png" alt=""/>
</a>
</div>
<ul class="d-none d-lg-flex align-items-center justify-content-between gap-4 menu-header">
<li class="nav-item">
<a href="/" class="">Accueil</a>
</li>
<li class="nav-item">
<a href="shop" class="">Boutique</a>
</li>
<li class="nav-item">
<a href="contact" class="">Contact</a>
</li>
</ul>
<nav class="d-flex align-items-center justify-content-between nav-header">
<a class="header-icon search-icon" href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none">
<g clip-path="url(#clip0_15_152)">
<rect width="24" height="24" fill="white"/>
<circle cx="10.5" cy="10.5" r="6.5" stroke="#000000" stroke-linejoin="round"/>
<path d="M19.6464 20.3536C19.8417 20.5488 20.1583 20.5488 20.3536 20.3536C20.5488 20.1583 20.5488 19.8417 20.3536 19.6464L19.6464 20.3536ZM20.3536 19.6464L15.3536 14.6464L14.6464 15.3536L19.6464 20.3536L20.3536 19.6464Z" fill="#000000"/>
</g>
<defs>
<clippath id="clip0_15_152">
<rect width="24" height="24" fill="white"/>
</clippath>
</defs>
</svg>
</a>
<a class="d-block d-lg-none" href="https://rivages-lointains.tpopsite.com/">
<img class="img-fluid logo" src="https://cdn.tpop.com/files/d7f025fd/tpopsite/gallery/logo-gold-black.png" alt=""/>
</a>
<div class="d-flex align-items-center gap-1">
<a class="header-icon" href="https://rivages-lointains.tpopsite.com/shopping-cart">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24" fill="none">
<g clip-path="url(#clip0_15_35)">
<rect width="24" height="24" fill="white"/>
<path d="M5.33331 6H19.8672C20.4687 6 20.9341 6.52718 20.8595 7.12403L20.1095 13.124C20.0469 13.6245 19.6215 14 19.1172 14H16.5555H9.44442H7.99998" stroke="#000000" stroke-linejoin="round"/>
<path d="M2 4H4.23362C4.68578 4 5.08169 4.30341 5.19924 4.74003L8.30076 16.26C8.41831 16.6966 8.81422 17 9.26638 17H19" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="10" cy="20" r="1" stroke="#000000" stroke-linejoin="round"/>
<circle cx="17.5" cy="20" r="1" stroke="#000000" stroke-linejoin="round"/>
</g>
<defs>
<clippath id="clip0_15_35">
<rect width="24" height="24" fill="white"/>
</clippath>
</defs>
</svg>
<div class="position-relative">
<div class="cart-count-header">
<span aria-hidden="true" id="cartCount">0</span>
</div>
</div>
</a>
<div class="d-block d-lg-none" style="">
<button type="button" class="button-mobile-menu">
<svg viewbox="0 0 24 24" width="22" height="22" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path d="M20 7L4 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path>
<path d="M20 12L4 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path>
<path d="M20 17L4 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path>
</g>
</svg>
</button>
</div>
</div>
</nav>
<div class="search-container">
<div class="search-wrapper">
<form method="get" class="d-flex align-items-center justify-content-center" action="https://rivages-lointains.tpopsite.com/search" id="search-form">
<div class="wrapper-input">
<input class="" type="text" name="search_items" placeholder="Chercher dans la boutique..." value="">
<button type="submit" class="submit-search">
<i class='bx bx-search'></i>
</button>
</div>
<a class="button-close-searchbar" href="#">
×
</a>
</form>
</div>
<div class="search-overlay"></div>
</div>
</header>
<section class="sidebar-mobile">
<div class="backdrop-menu"></div>
<div class="mobile-menu">
<div class="position-relative d-flex justify-content-center mb-4">
<a href="https://rivages-lointains.tpopsite.com/" class="d-block w-50">
<img class="img-fluid logo" src="https://cdn.tpop.com/files/d7f025fd/tpopsite/gallery/logo-gold-black.png" alt=""/>
</a>
<button type="button" class="button-mobile-menu position-absolute end-0 top-0">
<svg viewbox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path fill="#000000" d="M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"></path>
</g>
</svg>
</button>
</div>
<ul class="d-flex flex-column gap-4 menu-header pt-4">
<li class="nav-item">
<a href="/" class="">Accueil</a>
</li>
<li class="nav-item">
<a href="shop" class="">Boutique</a>
</li>
<li class="nav-item">
<a href="contact" class="">Contact</a>
</li>
</ul>
</div>
</section>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Rivages Lointains | L'évasion commence ici",
"url": "https://rivages-lointains.tpopsite.com/",
"logo": "https://cdn.tpop.com/files/d7f025fd/tpopsite/gallery/logo-gold-black.png",
"slogan": "Voyagez avec notre gamme de t-shirt, 100% en coton biologique, imprimé à la demande"
}
</script>
</header>
<script src="/pages/themes/0-common/assets/js/debounce.js"></script>
<div id="notificationContent"></div>
<div id="global-content">
<main class="main min-h-screen" id="main">
<section class="product page-width">
<div class="row">
<div class="col-12">
</div>
<div class="col-12 col-lg-8 pe-5 mb-4">
<div class="w-100">
<div class="main-image-container mb-4" id="mainPicture">
<div class="img-container main-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/visual_Marine_1112425479.jpg?1749463467&width=1300&quality=75" alt="visual_Marine">
</div>
<div class="slider-buttons d-flex d-lg-none align-items-center justify-content-center">
<button type="button" class="slider-button button-prev" name="previous" aria-label="Slide left" disabled="disabled">
<i class='bx bx-chevron-left'></i>
</button>
<div class="slider-counter caption">
<span class="slider-counter-current">1</span>
<span class="separator">
/
</span>
<span class="slider-counter--total">11</span>
</div>
<button type="button" class="slider-button button-next" name="next" aria-label="Slide right">
<i class='bx bx-chevron-right'></i>
</button>
</div>
</div>
<div class="d-none d-lg-flex sub-images-container" title="production">
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/visual_Marine_1112425479.jpg?1749463467&width=1300&quality=75" alt="visual_Marine">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_blanc_3308785686.jpg?1749463465&width=1300&quality=75" alt="face_blanc">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_noir_1932406551.jpg?1749463463&width=1300&quality=75" alt="face_noir">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_gris_1600675769.jpg?1749463462&width=1300&quality=75" alt="face_gris">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_marine_1090523402.jpg?1749463461&width=1300&quality=75" alt="face_marine">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_bordeaux_4256757925.jpg?1749463459&width=1300&quality=75" alt="face_bordeaux">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_bleu_2541125575.jpg?1749463458&width=1300&quality=75" alt="face_bleu">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_jaune_424494788.jpg?1749463457&width=1300&quality=75" alt="face_jaune">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_orange_289757891.jpg?1749463455&width=1300&quality=75" alt="face_orange">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_rose_816599987.jpg?1749463454&width=1300&quality=75" alt="face_rose">
</div>
<div class="img-container sub-image">
<img class="img-product w-100" src="https://cdn1.tpop.com/files/d7f025fd/c2e6a17d/face_naturel_3886304639.jpg?1749463453&width=1300&quality=75" alt="face_naturel">
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 d-block mx-auto mx-lg-0 container-description">
<h1 class="product-name">T-shirt carpe koi japonais en coton bio, imprimé en France</h1>
<div class="d-flex justify-content-between">
<p class="product-price" id="priceOneProduct">34<span class='small price-color'>.99</span> <span class='price-color'> € </span></p>
</div>
<div class="variants">
<input type="hidden" name="variant_value" value="181" id="variant_value"/>
<div class="selectorsProduct mb-4">
<div class="w-100 mb-1 mt-3 d-flex gap-4 align-items-center">
<div class="w-100">
<label class="option-name" for="product-filter">Couleur</label>
<select id="product-filter" class="form-select list-filter size-filter font-small variantSelector mt-1" data-name="Couleur" onchange="updateVariant('Couleur', event.target.value)">
<option class="Couleur" data-id="48" value="48" selected>Blanc</option>
<option class="Couleur" data-id="49" value="49" >Noir</option>
<option class="Couleur" data-id="50" value="50" >Gris</option>
<option class="Couleur" data-id="51" value="51" >Marine</option>
<option class="Couleur" data-id="52" value="52" >Bordeaux</option>
<option class="Couleur" data-id="53" value="53" >Bleu</option>
<option class="Couleur" data-id="54" value="54" >Jaune</option>
<option class="Couleur" data-id="55" value="55" >Orange</option>
<option class="Couleur" data-id="56" value="56" >Rose</option>
<option class="Couleur" data-id="57" value="57" >Naturel</option>
</select>
</div>
</div>
<div class="w-100 mb-1 mt-3 d-flex gap-4 align-items-center">
<div class="w-100">
<label class="option-name" for="product-filter">Taille</label>
<select id="product-filter" class="form-select list-filter size-filter font-small variantSelector mt-1" data-name="Taille" onchange="updateVariant('Taille', event.target.value)">
<option class="Taille" data-id="58" value="58" selected>XS</option>
<option class="Taille" data-id="59" value="59" >S</option>
<option class="Taille" data-id="60" value="60" >M</option>
<option class="Taille" data-id="61" value="61" >L</option>
<option class="Taille" data-id="62" value="62" >XL</option>
<option class="Taille" data-id="63" value="63" >2XL</option>
<option class="Taille" data-id="64" value="64" >3XL</option>
<option class="Taille" data-id="65" value="65" >4XL</option>
</select>
</div>
<div class="size-link mt-2">
<div class="size-svg">
<small class="fs-12" data-toggle="modal" data-target="#modalSize" onclick="$('#modalSize').modal('show');">
<span class="d-block text-muted small">Mesures</span>
<svg height="30px" width="30px" viewbox="0 0 1000 1000">
<rect fill="#fff" height="100%" width="100%"/>
<path d="m417.343 104.229c-.046-.517-.136-1.019-.258-1.508-2.643-14.522-7.15-28.316-13.361-40.893-.157-.386-.336-.76-.539-1.121-3.686-7.305-7.947-14.192-12.762-20.553-19.601-25.894-45.916-40.154-74.098-40.154h-120.648c-28.181 0-54.497 14.26-74.098 40.154-18.986 25.079-29.441 58.276-29.441 93.473s10.456 68.394 29.441 93.473c19.601 25.894 45.917 40.154 74.098 40.154h83.924v215.247c0 16.266 13.235 29.502 29.502 29.502h81.262c16.266 0 29.502-13.234 29.502-29.502v-348.874c-.001-10.012-.876-19.851-2.524-29.398zm-137.742 143.408h-29.715c7.171-5.692 13.85-12.562 19.889-20.539 3.584-4.735 6.863-9.761 9.826-15.032zm120.649-112.769h-74.672c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h74.672v19.97h-19.967c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h19.967v19.97h-19.967c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h19.967v19.97h-19.967c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h19.967v19.97h-74.672c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h74.672v19.97h-19.967c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h19.967v19.97h-19.967c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h19.967v19.97h-19.967c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h19.967v19.97h-74.672c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h74.672v11.328c0 5.451-4.436 9.885-9.886 9.885h-81.262c-5.45 0-9.886-4.436-9.886-9.886v-348.872c0-23.114-4.621-45.884-13.366-65.849-2.173-4.961-7.957-7.221-12.919-5.049-4.961 2.173-7.222 7.957-5.049 12.919 7.666 17.505 11.718 37.554 11.718 57.981 0 62.866-37.649 114.012-83.924 114.012s-83.924-51.144-83.924-114.012 37.648-114.014 83.925-114.014h120.648c24.111 0 45.877 13.89 61.199 36.083h-12.661c-5.417 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h23.552c2.768 6.293 5.103 12.974 6.948 19.97h-17.558c-5.416 0-9.808 4.39-9.808 9.808s4.391 9.808 9.808 9.808h21.308c.744 6.095 1.139 12.349 1.139 18.726v1.242z" transform="matrix(0 1.7756 1.7756 0 45.4329366 45.4545366)"/>
<path d="m195.677 80.639c-23.431 0-42.495 23.77-42.495 52.988s19.064 52.988 42.495 52.988 42.495-23.77 42.495-52.988-19.064-52.988-42.495-52.988zm0 86.359c-12.401 0-22.879-15.283-22.879-33.372s10.477-33.372 22.879-33.372 22.88 15.283 22.88 33.372c-.001 18.089-10.478 33.372-22.88 33.372z" transform="matrix(0 1.7756 1.7756 0 45.4329366 45.4545366)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 161.7400634 633.6983874)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 116.357503 499.9992586)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 232.0254138 656.685305)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 372.6191974 661.0958954)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 442.9045478 661.0958954)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 513.1898982 661.0958954)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 653.760599 661.0958954)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 724.0459494 661.0958954)"/>
<circle r="9.808" transform="matrix(0 1.7756 1.7756 0 794.3295242 661.0958954)"/>
</svg>
</small>
</div>
</div>
<div class="modal fade" data-backdrop="static" id="modalSize" tabindex="-1" role="dialog" aria-labelledby="modalSizeLabel" aria-hidden="false">
<div class="modal-dialog modal-dialog-centered mt-0" role="document">
<div class="modal-content p-2">
<div class="modal-header no-border d-flex align-items-center justify-content-between">
<h4 class="modal-title" id="modalSizeLabel"></h4>
<a type="button" style="box-shadow: none;" class="close" id="closeModalSize" data-dismiss="modal" aria-label="Close" onclick="$('#modalSize').modal('hide');">
<span aria-hidden="true"><i class="bx bx-x fs-24"></i></span>
</a>
</div>
<div class="modal-body">
<div class="table-responsive" id="Additional-sizing">
<table class="size-guide tpop-size-guide size-guide-fr size-guide-cm" style="margin-bottom: 20px;">
<thead>
<tr>
<th class="desc">
<div>Taille (cm)</div>
</th>
<th class="desc">XS</th>
<th class="desc">
<div>S</div>
</th>
<th class="desc">
<div>M</div>
</th>
<th class="desc">
<div>L</div>
</th>
<th class="desc">
<div>XL</div>
</th>
<th class="desc">
<div>2XL</div>
</th>
<th class="desc">
<div>3XL</div>
</th>
<th class="desc">
<div>4XL</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Largeur</td>
<td> 46</td>
<td><span class="padding">49</span></td>
<td><span class="padding">52</span></td>
<td><span class="padding">55</span></td>
<td><span class="padding">58</span></td>
<td><span class="padding">61</span></td>
<td><span class="padding">64</span></td>
<td><span class="padding">69</span></td>
</tr>
<tr>
<td><span class="padding">Hauteur</span></td>
<td> 66</td>
<td><span class="padding">69</span></td>
<td><span class="padding">72</span></td>
<td><span class="padding">74</span></td>
<td><span class="padding">76</span></td>
<td><span class="padding">78</span></td>
<td><span class="padding">80</span></td>
<td><span class="padding">82</span></td>
</tr>
</tbody>
</table>
<table class="size-guide tpop-size-guide size-guide-fr size-guide-inch" style="margin-bottom: 20px;">
<thead>
<tr>
<th class="desc">
<div>Taille (inch)</div>
</th>
<th class="desc">
<div>XS</div>
</th>
<th class="desc">
<div>S</div>
</th>
<th class="desc">
<div>M</div>
</th>
<th class="desc">
<div>L</div>
</th>
<th class="desc">
<div>XL</div>
</th>
<th class="desc">
<div>2XL</div>
</th>
<th class="desc">
<div>3XL</div>
</th>
<th class="desc">
<div>4XL</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Largeur</td>
<td><span class="padding">18</span></td>
<td><span class="padding">19,3</span></td>
<td><span class="padding">20,5</span></td>
<td><span class="padding">21,6</span></td>
<td><span class="padding">22,8</span></td>
<td><span class="padding">24</span></td>
<td><span class="padding">25,2</span></td>
<td><span class="padding">27,2</span></td>
</tr>
<tr>
<td><span class="padding">Hauteur</span></td>
<td><span class="padding">26</span></td>
<td><span class="padding">27</span></td>
<td><span class="padding">28,5</span></td>
<td><span class="padding">29</span></td>
<td><span class="padding">30</span></td>
<td><span class="padding">30,7</span></td>
<td><span class="padding">31,5</span></td>
<td><span class="padding">32,2</span></td>
</tr>
</tbody>
</table>
<p><img class="size-guide-img" src="https://cdn.tpop.com/files/assets/sizing/sizing-1.png" alt="Guide des tailles" /></p>
<p>Pour obtenir de bonnes mesures, déposez le t-shirt (de préférence celui qui vous adorez) sur une surface plane et dure, puis s'il y a des plis, lissez-les un maximum.</p>
<p>Largeur : placez la règle à partir du bas de la manche et mesurez en vous arrêtant sous l'autre manche.</p>
<p>Hauteur : mesurez à partir du point le plus haut de l'épaule (haut du col) jusqu'au bas du t-shirt.</p>
<p> </p>
</div>
</div>
</div>
</div>
</div> </div>
</div>
</div>
<div class="col-12 col-md-8 add-cart-container w-100 my-3">
<button type="submit" class="button-add-to-cart" id="addPanierButton" onclick="addToYourCart('1', '1', $('#variant_value').val(), true, 0);">
Ajouter au panier <span class="arrow">➞</span>
</button>
</div>
<div class="product-info mt-4">
<div class="text-black mt-4" id="description-product">
<p><b>Plongez dans l’univers zen du Japon avec ce t-shirt Carpe Koi</b>. Symbole de persévérance, de chance et de renouveau, la carpe Koi est bien plus qu’un simple motif : c’est un hommage à la culture asiatique et à l’élégance intemporelle des traditions nippones. </p><p>Conçu en 100 % coton biologique, ce t-shirt épais (170-180 g/m²) est à la fois confortable, résistant et doux au toucher. Il est imprimé à la demande en France avec des encres éco-certifiées, dans une démarche respectueuse de l’environnement. </p><hr><p>✔ Caractéristiques : </p><p></p><ul><li>Disponible du XS au 4XL (selon les coloris) </li><li>Coupe unisexe confortable </li><li>Coton bio certifié, doux et respirant</li><li>Impression en France à la demande</li><li>Expédition sans plastique</li><li>Design exclusif « Rivages Lointains » <br></li></ul><p></p><hr><p>🌱 Engagement responsable :
Pas de surproduction : chaque t-shirt est imprimé à la commande. Moins de gaspillage, plus de sens.
Et grâce au coton bio, vous choisissez un textile cultivé sans pesticides ni OGM, meilleur pour vous et pour la planète. </p><p>🔎 Inspiration :
Portez-le avec un jean brut, un pantalon cargo ou une jupe longue pour un style urbain et zen. Un must-have pour les amoureux du Japon, du tatouage traditionnel ou de l’illustration épurée.</p><hr><p>#t-shirt #carpeKoi #Japonais #cotonBio #imprimeEnFrance</p>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<section class="footer">
<div class="banner-wrapper">
<div class="footer-banner page-width">
<div class="container-banner">
<a href="https://rivages-lointains.tpopsite.com/">
<img class="logo-footer logo" src="https://cdn.tpop.com/files/d7f025fd/tpopsite/gallery/logo-gold-black.png" alt="footer logo Rivages Lointains | L'évasion commence ici"/>
</a>
<h2 class="heading-footer">Une marque dédiée à cultiver et à élever la culture créative.</h2>
<div class="sub-heading-footer">
<p class="subtitle-footer text-center">Nous croyons que chaque produit que nous créons est une occasion de perfectionner nos compétences et d'améliorer notre savoir-faire. Nous sommes passionnés par toutes les formes d'expression créative, puisant notre inspiration dans l'art, le design, la mode, la musique, le cinéma, la cuisine et bien plus encore. Notre mission est de contribuer à l'évolution constante du paysage créatif.</p>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container-bottom page-width">
<div class="d-flex flex-column flex-md-row align-items-center align-items-md-start justify-content-sm-center justify-content-md-center gap-4 footer-menu">
<div class="wrapper-menu">
<h3 class="fs-6">
<a href="/">Accueil</a>
</h3>
</div>
<div class="wrapper-menu">
<h3 class="fs-6">
<a href="shop">Boutique</a>
</h3>
</div>
<div class="wrapper-menu">
<h3 class="fs-6">
<a href="contact">Contact</a>
</h3>
</div>
</div>
<div class="d-flex flex-column align-items-end justify-content-end gap-2">
</div>
<div class="d-flex flex-column align-items-center justify-content-center">
<p class="font-sm mt-4 text-center text-md-start">© 2026
<span class="text-brand">Rivages Lointains | L'évasion commence ici</span>
-
Voyagez avec notre gamme de t-shirt, 100% en coton biologique, imprimé à la demande
</p>
<div class="icons">
<div style="display:flex; gap:0.5rem; margin:3rem 0;">
<div>
<svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"></path><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"></path><circle fill="#EB001B" cx="15" cy="12" r="7"></circle><circle fill="#F79E1B" cx="23" cy="12" r="7"></circle><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"></path></svg>
</div>
<div>
<svg width="38" height="24" role="img" viewbox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-cartes_bancaires"><title id="pi-cartes_bancaires">CB</title><rect x="1" y="1" width="36" height="22" rx="2" fill="url(#pi-cartes_bancaires-paint0_linear)"></rect><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M28 9.934c0 1.067-.8 1.932-1.79 1.934v.002h-6.52V8h6.52c.99.002 1.79.867 1.79 1.934zm0 4.104c0 1.067-.8 1.932-1.79 1.934v.003h-6.52v-3.87h6.52c.99.002 1.79.867 1.79 1.933zm-13.224-1.934h4.788v.378c0 1.943-1.46 3.518-3.26 3.518H13.26C11.46 16 10 14.425 10 12.482v-.938c0-1.943 1.46-3.518 3.26-3.518h3.044c1.8 0 3.26 1.575 3.26 3.518v.326h-4.788v.234z" fill="#fff"></path><defs><lineargradient id="pi-cartes_bancaires-paint0_linear" x1="37" y1="1" x2="17.422" y2="33.036" gradientunits="userSpaceOnUse"><stop stop-color="#083969"></stop><stop offset=".492" stop-color="#007B9D"></stop><stop offset="1" stop-color="#00A84A"></stop></lineargradient></defs></svg>
</div>
<div>
<svg viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"></path><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"></path><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"></path></svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewbox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"></path><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"></path><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"></path><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"></path><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"></path><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"></path><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"></path><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"></path></svg>
</div>
</div>
</div>
<div class="text-muted small" style="margin-top:1rem; width:100%; justify-content:end; display:flex;">Propulsé par
<a class="flex items-center justify-center" target="_blank" rel="noopener" href="https://www.tpop.com/?utm_source=storefooter&utm_medium=tpop&utm_campaign=poweredby">
TPOP
</a>
</div>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.13.2/jquery-ui.min.js"></script>
<script src="https://rivages-lointains.tpopsite.com/assets/js/e-alert.js"></script>
<script src="https://rivages-lointains.tpopsite.com/assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script>
function addToYourCart(idProduct, qt, variantValue, redirect, customizable = 0) {
var customizationValue = null;
customizable = parseInt(customizable);
if (customizable) {
if ($("#customText").val()) {
customizationValue = $("#customText").val()
} else {
popNotification('Merci de remplir le champ de personnalisation', 'info');
return;
}
}
$('#addPanierButton').attr("disabled", true);
$('#addPanierButton').html(`
Ajouté au panier
<div id="addCartLoader" class="spinner-border spinner-border-sm arrow ml-1 mt-1" role="status">
<span class="sr-only"></span>
</div>
`);
let elNumber = $("[id=cartCount]");
let newValue = parseInt(elNumber[0].innerHTML) + parseInt(qt);
let icon = $(".bx-icon-" + idProduct);
icon.removeClass("bx-cart")
.addClass("bx-loader")
.addClass("bx-spin");
$.ajax({
type: "POST",
url: "/cart-ajax/add-cart-ajax",
data: {
idProduct: idProduct,
qt: qt,
variant_value: variantValue,
customization: customizationValue
},
success: function(data) {
data = JSON.parse(data)
setTimeout(() => {
icon
.removeClass("bx-spin")
.removeClass("bx-loader")
.addClass("bx-cart");
}, 1000 * 1);
if (data.success) {
if (newValue < 100) {
elNumber.each(function(el) {
elNumber[el].innerHTML = newValue;
})
} else {
elNumber.each(function(el) {
elNumber[el].innerHTML = "99+";
});
}
if ($("#customText").val()) {
customizationValue = $("#customText").val('')
}
popNotification('Le produit a été ajouté', 'success');
if (redirect) {
window.location.href = "/shopping-cart";
}
} else {
icon.addClass("bx-cart")
.removeClass("bx-loader")
.removeClass("bx-spin");
$('#addPanierButton').attr("disabled", false);
$('#addPanierButton').html('Ajouter au panier <span class="arrow">➞</span>');
popNotification(data.message, 'error');
}
}
});
}
function reloadCart() {
reloadShippingFees();
}
function showFiltersQuickAdd(idProduct, nameProduct){
$("#preloader-table").removeClass("loaded");
$('#addPanierButton').attr("disabled", false);
$('#idProduct').val(idProduct);
$('#customText').val('');
var url = "/product-ajax/get-variant-modal-2/"+idProduct;
$.ajax({
type: "GET",
url: url,
success: function (data) {
$("#preloader-table").addClass("loaded");
$('#modalBody').html(data);
$('#productModalVariantLabel').text(nameProduct);
}
});
$('#productModalVariant').modal('show');
}
function performAddToCart() {
addToYourCart($('#idProduct').val(), 1, $('#variant_value').val(), false, $('#customizable_value').val());
$('#productModalVariant').modal('hide');
$('#addPanierButton').html('Ajouter au panier');
}
</script> <script>
var searchbar = document.getElementsByClassName('search-container')[0];
var searchIcon = document.getElementsByClassName('search-icon')[0];
var closeSearch = document.getElementsByClassName('button-close-searchbar')[0];
var searchOverlay = document.getElementsByClassName('search-overlay')[0];
searchIcon.addEventListener('click', function() {
if(!searchbar.classList.contains('opened')){
searchbar.classList.add('opened');
}
});
closeSearch.addEventListener('click', function() {
if(searchbar.classList.contains('opened')){
searchbar.classList.remove('opened');
}
});
searchOverlay.addEventListener('click', function() {
if(searchbar.classList.contains('opened')){
searchbar.classList.remove('opened');
}
});
</script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://rivages-lointains.tpopsite.com/pages/themes/sunrise/assets/js/sidebar-mobile.js?time=1777938275"></script>
<script>
var mainPicture = document.getElementById('mainPicture')
if(mainPicture) {
mainPicture.addEventListener('click', function (e) {
const tgt = e.target;
tgt.classList.toggle('zoomed');
});
}
function updateVariant(option_name, value, onload=false) {
// var customization = ;
var optionsSelected = {};
var allSelector = $('.variantSelector');
allSelector.each(function (index, element) {
if (element.type == 'select-one') {
optionsSelected[index] = parseInt(element.value);
element.blur();
} else {
var optionSelected = $('ul.variantSelector').find('li.active').get(0);
optionsSelected[index] = parseInt($(optionSelected).data('id'));
}
});
$.ajax({
url: "https://rivages-lointains.tpopsite.com/product-ajax/get-variants-possibilities/1",
type: "POST",
data: {
optionsSelected: JSON.stringify(optionsSelected),
optionSelected: value
},
success: function (data) {
var json = JSON.parse(data);
$('#priceOneProduct').html(json.price);
$('#variant_value').val(json.variant.id_variant);
var idsOptionsValueRes = JSON.parse(json.variant.ids_option_value);
if (json.variant != null && !onload) {
let urlImg = json.variant.url_variant_picture;
var img = $('.sub-images-container').find("img[src$='" + urlImg + "']");
if (img.get(0)) {
$(img).click();
}
}
if (option_name) {
var selectorsToEdit = $(".variantSelector").not("[data-name='" + option_name + "']");
selectorsToEdit = selectorsToEdit.find("[data-id]");
selectorsToEdit.each(function () {
var element = $(this);
var dataId = element.data("id");
if (json.possibilities.includes(dataId)) {
element.show();
} else {
element.hide();
}
$(idsOptionsValueRes).each(function () {
if (element.data('id') == this) {
element.attr('selected', 'selected');
}
});
});
}
}
});
}
setTimeout(resetSelect, 100);
function resetSelect() {
var selectorsInit = $('.selectorsProduct select');
selectorsInit.each(function (index, selector) {
var option = $(selector).find("option:first-child");
$(selector).val($(option).val());
});
updateVariant(null, 181, true);
}
function alertColorMessage(number) {
var alert = 'success';
var newNumber = parseInt(number);
switch (true) {
case(newNumber <= 20): alert = 'danger';
break;
case(newNumber <= 50): alert = 'warning';
break;
default: alert = 'success';
break;
}
return alert;
}
// IMAGES PRODUCT
var images = document.querySelectorAll('.sub-images-container img');
var productImages = [];
var counterImage = document.querySelector('.slider-counter-current');
var sliderButtons = document.querySelectorAll('.slider-button');
if(images.length > 0) {
images.forEach((image, index) => {
productImages[index] = image.src;
image.addEventListener('click', () => {
document.querySelector('.main-image img').src = image.src;
var counter = index + 1;
counterImage.innerHTML = counter;
var prevButton = document.querySelector('.button-prev');
var nextButton = document.querySelector('.button-next');
if(counter === 1) {
prevButton.setAttribute('disabled', 'disabled');
nextButton.removeAttribute('disabled');
}else if(counter === productImages.length) {
nextButton.setAttribute('disabled', 'disabled');
prevButton.removeAttribute('disabled');
}else{
prevButton.removeAttribute('disabled');
nextButton.removeAttribute('disabled');
}
});
});
}
if(sliderButtons.length > 0) {
sliderButtons.forEach(button => {
button.addEventListener('click', () => {
var currentImage = parseInt(counterImage.innerHTML);
if(button.name === 'next') {
if(currentImage < productImages.length) {
currentImage++;
if(currentImage === productImages.length) {
button.setAttribute('disabled', 'disabled');
}else{
button.removeAttribute('disabled');
}
var prevButton = document.querySelector('.button-prev');
prevButton.removeAttribute('disabled');
}
} else {
if(currentImage > 1) {
currentImage--;
button.removeAttribute('disabled');
}else if(currentImage === 1) {
button.setAttribute('disabled', 'disabled');
}
var nextButton = document.querySelector('.button-next');
nextButton.removeAttribute('disabled');
}
document.querySelector('.main-image img').src = productImages[currentImage - 1];
counterImage.innerHTML = currentImage;
});
});
}
</script>
<script src="https://rivages-lointains.tpopsite.com/pages/themes/0-common/assets/js/close-modal.js"></script>
<script src="https://unpkg.com/boxicons@2.1.4/dist/boxicons.js"></script>
<script src="https://rivages-lointains.tpopsite.com/assets/tarteaucitron/tarteaucitron.js"></script>
<script type="text/javascript">
tarteaucitron.init({
"privacyUrl": "",
"hashtag": "#tpopsite-cookie",
"cookieName": "tpopsite-cookie",
"orientation": "bottom",
"groupServices": true,
"showAlertSmall": false,
"cookieslist": false,
"closePopup": false,
"showIcon": false,
"iconSrc": "https://rivages-lointains.tpopsite.com/assets/images/cookie.png",
"iconPosition": "BottomLeft",
"adblocker": false,
"DenyAllCta": true,
"AcceptAllCta": true,
"highPrivacy": false,
"handleBrowserDNTRequest": false,
"removeCredit": true,
"moreInfoLink": false,
"useExternalCss": false,
"useExternalJs": false,
"readmoreLink": "",
"mandatory": true,
});
//-- Google Analytics
tarteaucitron.user.analyticsUa = 'G-QD4E27PLCY';
tarteaucitron.user.analyticsMore = function() {};
tarteaucitron.user.analyticsUaCreate = {};
tarteaucitron.user.analyticsAnonymizeIp = true;
tarteaucitron.user.analyticsPageView = {};
tarteaucitron.user.analyticsMore = function() {};
(tarteaucitron.job = tarteaucitron.job || []).push('analytics');
</script>
</body>
</html>