	<!--- simply Google Maps -->
		
		
		
		<script>
	      var map;
	      function initMap() {
	        map = new google.maps.Map(document.getElementById('map_canvas'), {
	          center: {lat: 45.573221 , lng: 9.119894},
	          zoom: 12	        });
	        
	         	         	var image ='https://www.plastecomilano.com/wp-content/uploads/2020/05/pin.svg';
			 			 
			 
	        
	        
	         var marker = new google.maps.Marker({
	          map: map,
	          	          	icon: image,
	          	          
	          // Define the place with a location, and a query string.
	          place: {
	            location: {lat: 45.573221 , lng: 9.119894},
	            query: '<b>FT srl</b><br><small>via V. Monti, 3 - 20030 Senago MI <br> 0039 02 9986793</small>'
	
	          }
	          
			  });
	
	        // Construct a new InfoWindow.
	        var infoWindow = new google.maps.InfoWindow({
	          content: '<b>FT srl</b><br><small>via V. Monti, 3 - 20030 Senago MI <br> 0039 02 9986793</small>'
	        });
	
	        // Opens the InfoWindow when marker is clicked.
	        marker.addListener('click', function() {
	          infoWindow.open(map, marker);
	        });
	        
	       	 	map.setOptions({
		       	 	<? if ( $Style ){ ?>
                   	 styles: [
    {
        "featureType": "water",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#e9e9e9"
            },
            {
                "lightness": 17
            }
        ]
    },
    {
        "featureType": "landscape",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#f5f5f5"
            },
            {
                "lightness": 20
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 17
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 29
            },
            {
                "weight": 0.2
            }
        ]
    },
    {
        "featureType": "road.arterial",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 18
            }
        ]
    },
    {
        "featureType": "road.local",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 16
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#f5f5f5"
            },
            {
                "lightness": 21
            }
        ]
    },
    {
        "featureType": "poi.park",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#dedede"
            },
            {
                "lightness": 21
            }
        ]
    },
    {
        "elementType": "labels.text.stroke",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#ffffff"
            },
            {
                "lightness": 16
            }
        ]
    },
    {
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "saturation": 36
            },
            {
                "color": "#333333"
            },
            {
                "lightness": 40
            }
        ]
    },
    {
        "elementType": "labels.icon",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "transit",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#f2f2f2"
            },
            {
                "lightness": 19
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#fefefe"
            },
            {
                "lightness": 20
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "color": "#fefefe"
            },
            {
                "lightness": 17
            },
            {
                "weight": 1.2
            }
        ]
    }
],
					<? } ?>
					<? if ( $ScroolWheel ){ ?>
					 scrollwheel: false,
		       	 	<? } ?>
		       	 	
		       	 	});
	   
	        
	      }
	    </script>
	
	
	
		<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD3R3N8JM6FXCp7d-JJy6qgQcaWCJW1R0E&callback=initMap" async></script>
	
	
				
	
	<?
}






function Aculine_GoogleMaps_Initialize(){
	?>
		
	<?
}






/*creo i campi e salvo i dati di default*/

function Aculine_GoogleMaps_default()
{
	add_option('Aculine_GoogleMaps_APIKey', 'xxxxxxx');
    add_option('Aculine_GoogleMaps_RGS', 'Aculine, il Luca');
    add_option('Aculine_GoogleMaps_Address', 'indirizzo');
    add_option('Aculine_GoogleMaps_Telefono', '0123456789');
    add_option('Aculine_GoogleMaps_Latitudine', '45.879936');
    add_option('Aculine_GoogleMaps_Longitudine', '9.138577');
    add_option('Aculine_GoogleMaps_Style', '');
    add_option('Aculine_GoogleMaps_Pin', '');
    add_option('Aculine_GoogleMaps_MapWidth', '100%');
    add_option('Aculine_GoogleMaps_MapHeight', '350px');
    add_option('Aculine_GoogleMaps_Zoom', '12');
    add_option('Aculine_GoogleMaps_Scroolwheel', '');
}
 
register_activation_hook( __FILE__, 'Aculine_GoogleMaps_default');




function Aculine_GoogleMaps_registra_opzioni()
{
	register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_APIKey');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_RGS');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Address');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Telefono');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Latitudine');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Longitudine');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Style');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Pin');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_MapWidth');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_MapHeight');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Zoom');
    register_setting('Aculine_GoogleMaps_opzioni', 'Aculine_GoogleMaps_Scroolwheel');
}
 
add_action ('admin_init', 'Aculine_GoogleMaps_registra_opzioni');




//script per caricare l'immagine via media-upload
function Aculine_GoogleMaps_admin_scripts() {
	if (isset($_GET['page']) && $_GET['page'] == 'aculine-google-maps-page') {
		wp_enqueue_media();
		wp_register_script('Aculine-admin-js', WP_PLUGIN_URL.'/googleMaps-Aculine/upload-script.js', array('jquery'));
		wp_enqueue_script('Aculine-admin-js');
	}
}

add_action ('admin_enqueue_scripts', 'Aculine_GoogleMaps_admin_scripts');














function Aculine_GoogleMaps_GeneraPagina()
{
    ?>
    <div class="wrap">
    
   	 <h2>Simpliest Google Maps <small>by Aculine.net</small></h2>

   	 <p style="font-size: 2em;">Just add <b>[map-aculine]</b> on your page and this map will be print (only one map).</p>

   	 	<form method="post" action="options.php">

   	 		<input type='hidden' name='option_page' value='Aculine_GoogleMaps_opzioni' /><input type="hidden" name="action" value="update" /><input type="hidden" id="_wpnonce" name="_wpnonce" value="d80a1b8ce1" /><input type="hidden" name="_wp_http_referer" value="/fr/wp-json/wp/v2/pages/3687" />   	 			<table class="form-table">
   	 			<tbody>
   	 			<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_RGS">Google API Key:</label>
				    </th>
				    <td>
				        <input type="text" id="Aculine_GoogleMaps_APIKey" value="AIzaSyD3R3N8JM6FXCp7d-JJy6qgQcaWCJW1R0E" name="Aculine_GoogleMaps_APIKey" />
				           <span class="description">Get your API Key <a href="https://console.developers.google.com/apis/api/maps_backend/" target="_blank">here</a> <small>you need "Google Maps Javascript API"</small></span>
				    </td>
				</tr>
   	 			<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_RGS">Company:</label>
				    </th>
				    <td>
				        <input type="text" id="Aculine_GoogleMaps_RGS" value="FT srl" name="Aculine_GoogleMaps_RGS" />
				           <span class="description"> for popup</span>
				    </td>
				</tr>
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Address">Address:</label>
				    </th>
				    <td>
				        <input type="text" id="Aculine_GoogleMaps_Address" value="via V. Monti, 3 - 20030 Senago MI" name="Aculine_GoogleMaps_Address" />
				           <span class="description">for popup</span>
				    </td>
				</tr>
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Telefono">Phone:</label>
				    </th>
				    <td>
				        <input type="text" id="Aculine_GoogleMaps_Telefono" value="0039 02 9986793" name="Aculine_GoogleMaps_Telefono" />
				           <span class="description">for popup</span>
				    </td>
				</tr>
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Latitudine">Latitudine:</label>
				    </th>
				    <td>
				        <input type="text" id="Aculine_GoogleMaps_Latitudine" value="45.573221" name="Aculine_GoogleMaps_Latitudine" />
				           <span class="description"> check oh maps.google.com to more accurate and be sure you're well geolocalized.</span>
				    </td>
				</tr>
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Longitudine">Longitudine:</label>
				    </th>
				    <td>
				        <input type="text" id="Aculine_GoogleMaps_Longitudine" value="9.119894" name="Aculine_GoogleMaps_Longitudine" />
				           <span class="description"></span>
				    </td>
				</tr>
				
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Zoom">Zoom:</label>
				    </th>
				    <td>	
				    			<select id="Aculine_GoogleMaps_Zoom" name="Aculine_GoogleMaps_Zoom">
                                    <option value="1" >1 </option>
                                    <option value="2" >2 </option>
                                    <option value="3" >3 </option>
                                    <option value="4" >4 </option>
                                    <option value="5" >5 </option>
                                    <option value="6" >6 </option>
                                    <option value="7" >7 </option>
                                    <option value="8" >8 </option>
                                    <option value="9" >9 </option>
                                    <option value="10" >10 </option>
                                    <option value="11" >11 </option>
                                    <option value="12"  selected='selected'>12 </option>
                                    <option value="13" >13 </option>
                                    <option value="14" >14 </option>
                                    <option value="15" >15 </option>
                                </select>
                                <span class="description">1 world, 15 street</span>
				    </td>
				</tr>
				
				
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Style">Style:</label>
				    </th>
				    <td>
				        <textarea style="width:400px; height:200px" id="Aculine_GoogleMaps_Style"  name="Aculine_GoogleMaps_Style" />[
    {
        "featureType": "water",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#e9e9e9"
            },
            {
                "lightness": 17
            }
        ]
    },
    {
        "featureType": "landscape",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#f5f5f5"
            },
            {
                "lightness": 20
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 17
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 29
            },
            {
                "weight": 0.2
            }
        ]
    },
    {
        "featureType": "road.arterial",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 18
            }
        ]
    },
    {
        "featureType": "road.local",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#ffffff"
            },
            {
                "lightness": 16
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#f5f5f5"
            },
            {
                "lightness": 21
            }
        ]
    },
    {
        "featureType": "poi.park",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#dedede"
            },
            {
                "lightness": 21
            }
        ]
    },
    {
        "elementType": "labels.text.stroke",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#ffffff"
            },
            {
                "lightness": 16
            }
        ]
    },
    {
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "saturation": 36
            },
            {
                "color": "#333333"
            },
            {
                "lightness": 40
            }
        ]
    },
    {
        "elementType": "labels.icon",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "transit",
        "elementType": "geometry",
        "stylers": [
            {
                "color": "#f2f2f2"
            },
            {
                "lightness": 19
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#fefefe"
            },
            {
                "lightness": 20
            }
        ]
    },
    {
        "featureType": "administrative",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "color": "#fefefe"
            },
            {
                "lightness": 17
            },
            {
                "weight": 1.2
            }
        ]
    }
]</textarea>
				           <span class="description">(optional, look at <a href="https://snazzymaps.com" target="_blank">https://snazzymaps.com</a> for inspiration)</span>
				    </td>
				</tr>
				
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Dimensions">Dimensions:</label>
				    </th>
					<td>
				        <input type="text" id="Aculine_GoogleMaps_MapWidth" value="100%" name="Aculine_GoogleMaps_MapWidth" size="20" />x<input type="text" id="Aculine_GoogleMaps_MapHeight" value="210px" name="Aculine_GoogleMaps_MapHeight" size="20" />
				           <span class="description">specify if % or px</span>
				    </td>

				</tr>
				
				<tr valign="top">
				    <th scope="row">
				        <label for="Aculine_GoogleMaps_Longitudine">DISABLE Zoom by scroolwheel:</label>
				    </th>
				    <td>
				        <input type="checkbox" id="Aculine_GoogleMaps_Scroolwheel"  name="Aculine_GoogleMaps_Scroolwheel" />
				           <span class="description">Do you want to DISABLE Zoomming by mouse scroolwheel?</span>
				    </td>
				</tr>
				<tr valign="top">
					<th scope="row"><label for="upload_image">Pin image</label></th>
					<td>
							<? if (get_option('Aculine_GoogleMaps_Pin') <> "" && get_option('Aculine_GoogleMaps_Pin') <> "http://") : ?>
		  	
								<img src="https://www.plastecomilano.com/wp-content/uploads/2020/05/pin.svg"> 
		  
							<?endif;?>
							<input id="Aculine_GoogleMaps_Pin" type="text" name="Aculine_GoogleMaps_Pin" value="https://www.plastecomilano.com/wp-content/uploads/2020/05/pin.svg" /> 
								<input id="upload_image_button" class="button" type="button" value="Upload Image" />
								<br />Enter a URL or upload a Pin
								
					</td>
				</tr>
				
				
				<tr valign="top">
                       <th scope="row"></th>
                           <td>
                               <p>
                                   <input type="submit" class="button-primary" id="submit" name="submit" value="Save Changes" />
                               </p>
                           </td>
                   </tr>



				
				
   	 			</tbody>
   	 			</table>
   	 	
   	 			
   	 				
   	 	
   	 	
    
   	 	</form>
    </div>
    {"id":3687,"date":"2020-06-29T12:45:41","date_gmt":"2020-06-29T10:45:41","guid":{"rendered":"https:\/\/www.plastecomilano.com\/nous-contacter-est-simple\/"},"modified":"2020-07-27T10:01:35","modified_gmt":"2020-07-27T08:01:35","slug":"nous-contacter-est-simple","status":"publish","type":"page","link":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/","title":{"rendered":"Nous contacter est simple"},"content":{"rendered":"<p>[vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1590151933616{background-color: #141a2c !important;}\u00a0\u00bb el_class=\u00a0\u00bbz-0&Prime;][vc_column]\n\t\t\t<!-- START gallery REVOLUTION SLIDER 6.5.21 --><p class=\"rs-p-wp-fix\"><\/p>\n\t\t\t<rs-module-wrap id=\"rev_slider_9_1_wrapper\" data-source=\"post\" style=\"visibility:hidden;background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;\">\n\t\t\t\t<rs-module id=\"rev_slider_9_1\" style=\"\" data-version=\"6.5.21\">\n\t\t\t\t\t<rs-slides>\n\t\t\t\t\t\t<rs-slide style=\"position: absolute;\" data-key=\"rs-3687\" data-title=\"Nous contacter est simple\" data-anim=\"ms:1000;r:0;\" data-in=\"o:0;\" data-out=\"a:false;\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\/\/www.plastecomilano.com\/wp-content\/plugins\/revslider\/public\/assets\/assets\/dummy.png\" alt=\"Couverture gonflable double membrane patinoire 100x50 m\" title=\"Couverture gonflable double membrane patinoire 100&#215;50 m\" width=\"540\" height=\"350\" class=\"rev-slidebg tp-rs-img rs-lazyload\" data-lazyload=\"\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/Copertura-pressostatica-doppia-membrana-pista-ghiaccio-mt-100x50-1.jpg\" data-parallax=\"off\" data-no-retina>\n<!--\n\t\t\t\t\t\t\t--><h1\n\t\t\t\t\t\t\t\tid=\"slider-9-slide-3687-layer-7\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer rs-pxl-3\"\n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;y:m;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:54,54,54,50;l:60,60,60,52;ls:1px,1px,1px,0px;fw:300;a:center;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:auto,auto,auto,425px;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:9;font-family:'Ubuntu';\"\n\t\t\t\t\t\t\t>Nous contacter est simple \n\t\t\t\t\t\t\t<\/h1><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-9-slide-3687-layer-8\" \n\t\t\t\t\t\t\t\tclass=\"rs-pxl-2\"\n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-color=\"#e76014\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;xo:-1px,-1px,-1px,0;y:m;yo:80px,80px,80px,108px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:16,16,16,18;l:25,25,25,19;fw:500;a:center;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:10;font-family:'Ubuntu';\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-9-slide-3687-layer-9\" \n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;y:m;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,20,7;l:0,0,0,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:100%;h:100%;\"\n\t\t\t\t\t\t\t\tdata-basealign=\"slide\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:8;background-color:rgba(20,26,44,0.7);\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n-->\t\t\t\t\t\t<\/rs-slide>\n\t\t\t\t\t<\/rs-slides>\n\t\t\t\t\t<rs-static-layers><!--\n\n\t\t\t\t\t\t\t--><rs-layer\n\t\t\t\t\t\t\t\tid=\"slider-9-slide-9-layer-2\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer-static\"\n\t\t\t\t\t\t\t\tdata-type=\"shape\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"x:c;y:b;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:20,20,20,7;l:0,0,0,9;\"\n\t\t\t\t\t\t\t\tdata-dim=\"w:100%;h:120px,120px,120px,46px;\"\n\t\t\t\t\t\t\t\tdata-basealign=\"slide\"\n\t\t\t\t\t\t\t\tdata-onslides=\"s:1;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:9;background:linear-gradient(0deg, rgba(20,26,44,1) 12%, rgba(20,26,44,0.99) 15.73%, rgba(20,26,44,0.97) 19.46%, rgba(20,26,44,0.94) 23.19%, rgba(20,26,44,0.89) 26.92%, rgba(20,26,44,0.84) 30.65%, rgba(20,26,44,0.78) 34.38%, rgba(20,26,44,0.71) 38.11%, rgba(20,26,44,0.65) 41.84%, rgba(20,26,44,0.58) 45.57%, rgba(20,26,44,0.52) 49.30%, rgba(20,26,44,0.47) 53.03%, rgba(20,26,44,0.42) 56.76%, rgba(20,26,44,0.39) 60.49%, rgba(20,26,44,0.37) 64.22%, rgba(20,26,44,0.36) 68%, rgba(20,26,44,0.36) 70.13%, rgba(20,26,44,0.35) 72.26%, rgba(20,26,44,0.32) 74.39%, rgba(20,26,44,0.3) 76.52%, rgba(20,26,44,0.27) 78.65%, rgba(20,26,44,0.23) 80.78%, rgba(20,26,44,0.2) 82.91%, rgba(20,26,44,0.16) 85.04%, rgba(20,26,44,0.13) 87.17%, rgba(20,26,44,0.09) 89.30%, rgba(20,26,44,0.06) 91.43%, rgba(20,26,44,0.04) 93.56%, rgba(20,26,44,0.01) 95.69%, rgba(20,26,44,0) 97.82%, rgba(20,26,44,0) 100%);\"\n\t\t\t\t\t\t\t> \n\t\t\t\t\t\t\t<\/rs-layer><!--\n\n\t\t\t\t\t\t\t--><p\n\t\t\t\t\t\t\t\tid=\"slider-9-slide-9-layer-11\" \n\t\t\t\t\t\t\t\tclass=\"rs-layer wpseo_breadcrumb rs-layer-static\"\n\t\t\t\t\t\t\t\tdata-type=\"text\"\n\t\t\t\t\t\t\t\tdata-rsp_ch=\"on\"\n\t\t\t\t\t\t\t\tdata-xy=\"xo:50px,50px,50px,19px;yo:120px,120px,120px,46px;\"\n\t\t\t\t\t\t\t\tdata-text=\"w:normal;s:13,13,13,4;l:25,25,25,9;fw:300;\"\n\t\t\t\t\t\t\t\tdata-onslides=\"s:1;\"\n\t\t\t\t\t\t\t\tdata-frame_999=\"o:0;st:w;\"\n\t\t\t\t\t\t\t\tstyle=\"z-index:12;font-family:'Ubuntu';\"\n\t\t\t\t\t\t\t>\tProduct\n<span><span><a href=\"https:\/\/www.plastecomilano.com\/fr\/\">Plasteco Milano<\/a><\/span><\/span> \n\t\t\t\t\t\t\t<\/p><!--\n\t\t\t\t\t--><\/rs-static-layers>\n\t\t\t\t<\/rs-module>\n\t\t\t\t<script>\n\t\t\t\t\tsetREVStartSize({c: 'rev_slider_9_1',rl:[1240,1240,1240,480],el:[600,600,600,900],gw:[1240,1240,1240,480],gh:[600,600,600,900],type:'standard',justify:'',layout:'fullwidth',mh:\"0\"});if (window.RS_MODULES!==undefined && window.RS_MODULES.modules!==undefined && window.RS_MODULES.modules[\"revslider91\"]!==undefined) {window.RS_MODULES.modules[\"revslider91\"].once = false;window.revapi9 = undefined;if (window.RS_MODULES.checkMinimal!==undefined) window.RS_MODULES.checkMinimal()}\n\t\t\t\t<\/script>\n\t\t\t<\/rs-module-wrap>\n\t\t\t<!-- END REVOLUTION SLIDER -->\n[\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1591622835514{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb el_class=\u00a0\u00bbz-1 mt-n6&Prime;][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-sm-offset-1&Prime; el_class=\u00a0\u00bbp-4 bg-dark box-shadow bg-1 bg-bottom\u00a0\u00bb][vc_row_inner equal_height=\u00a0\u00bbyes\u00a0\u00bb content_placement=\u00a0\u00bbmiddle\u00a0\u00bb el_class=\u00a0\u00bbp-5 mt-n5&Prime;][vc_column_inner]<h2 class=\"fw-100 white text-center\"><small class=\"orange subtitle\">Envoie-nous un message <\/small>Demandez des informations ou un devis gratuit. <br> Nos experts sont toujours \u00e0 votre disposition.<\/h2>[\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=\u00a0\u00bb2\/3&Prime;]\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f4312-o1\" lang=\"fr-FR\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/fr\/wp-json\/wp\/v2\/pages\/3687#wpcf7-f4312-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulaire de contact\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"4312\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.8.3\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"fr_FR\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f4312-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/div>\n<div class=\"form-group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"nome-cognome\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control input-lg\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Nom et pr\u00e9nom *\" value=\"\" type=\"text\" name=\"nome-cognome\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"form-group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"telefono\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control input-lg\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"T\u00e9l\u00e9phone\" value=\"\" type=\"text\" name=\"telefono\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"form-group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control input-lg\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email *\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"form-group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"citta\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control input-lg\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Ville d&#039;installation*\" value=\"\" type=\"text\" name=\"citta\" \/><\/span>\n\t<\/p>\n<\/div>\n<div class=\"form-group\">\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"messaggio\"><textarea cols=\"40\" rows=\"4\" class=\"wpcf7-form-control wpcf7-textarea form-control input-lg\" aria-invalid=\"false\" placeholder=\"Message\" name=\"messaggio\"><\/textarea><\/span>\n\t<\/p>\n<\/div>\n<p>&nbsp;\n<\/p>\n<div>\n\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-462\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-462\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">J'accepte la <a href=\"https:\/\/www.plastecomilano.com\/fr\/privacy-policy\/\" target=\"_blank\">Privacy Policy<\/a><\/span><\/label><\/span><\/span><\/span>\n\t<\/p>\n<\/div>\n<div class=\"\">\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner btn btn-warning pull-right\" type=\"submit\" value=\"soumettre\" \/>\n\t<\/p>\n<\/div><input type='hidden' class='wpcf7-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n[\/vc_column_inner][vc_column_inner width=\u00a0\u00bb1\/3&Prime;][vc_column_text el_class=\u00a0\u00bbcall-us orange\u00a0\u00bb]Appelez-nous[\/vc_column_text][vc_column_text el_class=\u00a0\u00bbwhite\u00a0\u00bb]T: 0039 02 9986793<br \/>\nT: 0039 02 9989701<\/p>\n<p>Horaire d&rsquo;ouverture: 09:00 &#8211; 12:30, 13:30 &#8211; 18:00<br \/>\nFerm\u00e9 samedi et dimanche[\/vc_column_text][vc_separator color=\u00a0\u00bbwhite\u00a0\u00bb el_class=\u00a0\u00bbpy-4&Prime;][vc_column_text el_class=\u00a0\u00bbwhite\u00a0\u00bb]<\/p>\n<p>&nbsp;<\/p>\n<p>via V.Monti, 3<br \/>\n20030 SENAGO (MI) Italie[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb el_class=\u00a0\u00bbmt-n5 z-0&Prime;][vc_column][vc_column_text]<div id=\"map_canvas\" style=\"width:100%;height:700px\"><\/div>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row\u00a0\u00bb equal_height=\u00a0\u00bbyes\u00a0\u00bb content_placement=\u00a0\u00bbtop\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1591622780735{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb el_class=\u00a0\u00bbz-1 mt-n10&Prime;][vc_column width=\u00a0\u00bb5\/6&Prime; offset=\u00a0\u00bbvc_col-sm-offset-1&Prime; el_class=\u00a0\u00bbp-4 bg-white box-shadow\u00a0\u00bb][vc_empty_space][vc_row_inner equal_height=\u00a0\u00bbyes\u00a0\u00bb content_placement=\u00a0\u00bbtop\u00a0\u00bb el_class=\u00a0\u00bbp-5 mt-n5&Prime;][vc_column_inner width=\u00a0\u00bb1\/2&Prime;]<div class=\"h-border\"><h2 class=\"fw-100 text-left\"><small class=\"orange subtitle\"> <\/small>Bureaux et entrep\u00f4t<\/h2><\/div>[vc_column_text]<strong class=\"orange\">FT S.r.l.<\/strong><br \/>\nvia V. Monti, 3<br \/>\n20030 SENAGO (MI) Italie<br \/>\nLinea 1: <strong class=\"orange\">0039 02 9986793<\/strong><br \/>\nLinea 2: <strong class=\"orange\">0039 02 9989701<\/strong><br \/>\nfax: 0039 02 9989711<br \/>\nP.IVA: 10241710960[\/vc_column_text][vc_empty_space height=\u00a0\u00bb64px\u00a0\u00bb]<div class=\"h-border\"><h2 class=\"fw-100 text-left\"><small class=\"orange subtitle\"> <\/small>E-mail<\/h2><\/div>[vc_column_text]<a class=\"orange\" href=\"mailto:info@plastecomilano.com\"><b>info@plastecomilano.com<\/b><\/a>[\/vc_column_text][\/vc_column_inner][vc_column_inner el_class=\u00a0\u00bbmt-5&Prime; width=\u00a0\u00bb1\/2&Prime;][vc_single_image image=\u00a0\u00bb3105&Prime; img_size=\u00a0\u00bblarge\u00a0\u00bb alignment=\u00a0\u00bbcenter\u00a0\u00bb el_class=\u00a0\u00bbz-0 parallax box-shadow-img\u00a0\u00bb][vc_column_text el_class=\u00a0\u00bbz-1 bg-orange f-24 col-8 col-sm-5 mt-n6 ml-n5 p-4 white\u00a0\u00bb]Soixante ans d&rsquo;histoire m\u00eal\u00e9s \u00e0 la cr\u00e9ativit\u00e9 et \u00e0 la capacit\u00e9 d&rsquo;innovation.[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1590151933616{background-color: #141a2c !important;}\u00a0\u00bb el_class=\u00a0\u00bbz-0&Prime;][vc_column][\/vc_column][\/vc_row][vc_row full_width=\u00a0\u00bbstretch_row\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1591622835514{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\u00a0\u00bb el_class=\u00a0\u00bbz-1\u2026 <\/p>\n<div><a class=\"btn understrap-read-more-link\" href=\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/\">Lire la suite\u2026<\/a><\/div>\n","protected":false},"author":1,"featured_media":1905,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Nous contacter est simple - Plasteco Milano<\/title>\n<meta name=\"description\" content=\"Demandez une information ou un devis gratuit. Nos experts sont toujours \u00e0 votre disposition.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nous contacter est simple - Plasteco Milano\" \/>\n<meta property=\"og:description\" content=\"Demandez une information ou un devis gratuit. Nos experts sont toujours \u00e0 votre disposition.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/\" \/>\n<meta property=\"og:site_name\" content=\"Plasteco Milano\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-27T08:01:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/Copertura-pressostatica-doppia-membrana-pista-ghiaccio-mt-100x50-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"540\" \/>\n\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/\",\"url\":\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/\",\"name\":\"Nous contacter est simple - Plasteco Milano\",\"isPartOf\":{\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/#website\"},\"datePublished\":\"2020-06-29T10:45:41+00:00\",\"dateModified\":\"2020-07-27T08:01:35+00:00\",\"description\":\"Demandez une information ou un devis gratuit. Nos experts sont toujours \u00e0 votre disposition.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Plasteco Milano\",\"item\":\"https:\/\/www.plastecomilano.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nous contacter est simple\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/#website\",\"url\":\"https:\/\/www.plastecomilano.com\/fr\/\",\"name\":\"Plasteco Milano\",\"description\":\"tenso-presso-strutture e palloni per coperture speciali\",\"publisher\":{\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.plastecomilano.com\/fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/#organization\",\"name\":\"Plasteco Milano tenso-presso-strutture e palloni per coperture speciali\",\"url\":\"https:\/\/www.plastecomilano.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/plasteco-milano-logo_dark.svg\",\"contentUrl\":\"https:\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/plasteco-milano-logo_dark.svg\",\"width\":261,\"height\":58.38,\"caption\":\"Plasteco Milano tenso-presso-strutture e palloni per coperture speciali\"},\"image\":{\"@id\":\"https:\/\/www.plastecomilano.com\/fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nous contacter est simple - Plasteco Milano","description":"Demandez une information ou un devis gratuit. Nos experts sont toujours \u00e0 votre disposition.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/","og_locale":"fr_FR","og_type":"article","og_title":"Nous contacter est simple - Plasteco Milano","og_description":"Demandez une information ou un devis gratuit. Nos experts sont toujours \u00e0 votre disposition.","og_url":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/","og_site_name":"Plasteco Milano","article_modified_time":"2020-07-27T08:01:35+00:00","og_image":[{"width":540,"height":350,"url":"https:\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/Copertura-pressostatica-doppia-membrana-pista-ghiaccio-mt-100x50-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/","url":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/","name":"Nous contacter est simple - Plasteco Milano","isPartOf":{"@id":"https:\/\/www.plastecomilano.com\/fr\/#website"},"datePublished":"2020-06-29T10:45:41+00:00","dateModified":"2020-07-27T08:01:35+00:00","description":"Demandez une information ou un devis gratuit. Nos experts sont toujours \u00e0 votre disposition.","breadcrumb":{"@id":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.plastecomilano.com\/fr\/nous-contacter-est-simple\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Plasteco Milano","item":"https:\/\/www.plastecomilano.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Nous contacter est simple"}]},{"@type":"WebSite","@id":"https:\/\/www.plastecomilano.com\/fr\/#website","url":"https:\/\/www.plastecomilano.com\/fr\/","name":"Plasteco Milano","description":"tenso-presso-strutture e palloni per coperture speciali","publisher":{"@id":"https:\/\/www.plastecomilano.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.plastecomilano.com\/fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.plastecomilano.com\/fr\/#organization","name":"Plasteco Milano tenso-presso-strutture e palloni per coperture speciali","url":"https:\/\/www.plastecomilano.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.plastecomilano.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/plasteco-milano-logo_dark.svg","contentUrl":"https:\/\/www.plastecomilano.com\/wp-content\/uploads\/2020\/05\/plasteco-milano-logo_dark.svg","width":261,"height":58.38,"caption":"Plasteco Milano tenso-presso-strutture e palloni per coperture speciali"},"image":{"@id":"https:\/\/www.plastecomilano.com\/fr\/#\/schema\/logo\/image\/"}}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/pages\/3687"}],"collection":[{"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/comments?post=3687"}],"version-history":[{"count":0,"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/pages\/3687\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/media\/1905"}],"wp:attachment":[{"href":"https:\/\/www.plastecomilano.com\/fr\/wp-json\/wp\/v2\/media?parent=3687"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}