import Navigation from "./Navigation";
import { Helmet } from "react-helmet";
import ousommesnousimg from "../mysy_img/mysy_training_technology_ici.png"
import React, { Component } from 'react';
import { withScriptjs, withGoogleMap, GoogleMap, Marker } from "react-google-maps"
import { FacebookShareButton, LinkedinShareButton, TwitterShareButton } from "react-share";
import { SocialIcon } from 'react-social-icons';
import logowhite from "../mysy_img/MYSY-LOGO-WHITE.png";
import Footer from "./Fotter";
import Header from "./Header";
import Button from '@mui/material/Button';
import img_1_old from "../mysy_img/1.jpg";
import img_1 from "../mysy_img/gestion_admin.png";
import img_2_old from "../mysy_img/2.jpg";
import img_2 from "../mysy_img/lms.png";
import img_3_old from "../mysy_img/3.jpg";
import img_3 from "../mysy_img/crm.png";
import { Link } from "react-router-dom";
import ReactPlayer from 'react-player/lazy'
const QuiSommesNous_v2 = () => {
const ButtonMailto = ({ mailto, label }) => {
return (
{
window.location.href = mailto;
e.preventDefault();
}}
>
);
};
const MyMapComponent = withScriptjs(withGoogleMap((props) =>