\newlength\PfCtoheightsymbol
\newlength\PfCdepthsymbol

\def\MPCodeBullEye{%
  vardef RecupCouleurs(text t)=
    nbcoul:=0;
    color Coul[];
    for p_=t:
      if color p_:
        nbcoul:=nbcoul+1;
        Coul[nbcoul]=p_;
      fi;
    endfor;
  enddef;
  %
  vardef BullEye(expr nbcol)=
    save $;
    picture $;
    $=image(
      path cc[];
      cc1=cercles((0,0),0.6);
      cc2=cercles((0,0),1.36);
      cc3=cercles((0,0),2.25);
      path fleche;
      fleche=(0,0)--1.7(cosd(45),sind(45)) -- 2.5(cosd(55),sind(55)) -- 3.5(cosd(52),sind(52)) -- 3.1(cosd(45),sind(45)) -- 3.5(cosd(38),sind(38)) -- 2.5(cosd(35),sind(35)) -- 1.7(cosd(45),sind(45)) -- cycle;
      if nbcol>0:
      %
        for k=3 downto 1:
          if unknown Coul[k]:
          else:
            fill cc[k] withcolor Coul[k];
          fi;
        endfor;
        fill fleche withcolor white;  
        % 
        drawoptions(withcolor black);
        draw fleche;
        draw (subpath(0,1) of cc3) cutafter fleche;
        draw cc3 cutbefore (subpath(0,3) of fleche);
        draw cc1;
        draw cc2;
        drawoptions();
      else:
        drawoptions(withcolor (\myMPBullEyeColor));
        draw fleche;
        draw (subpath(0,1) of cc3) cutafter fleche;
        draw cc3 cutbefore (subpath(0,3) of fleche);
        draw cc1;
        draw cc2;
        drawoptions();
      fi;
    );
    $
  enddef;
}%

\NewDocumentCommand\SchemaBullsEye{ s O{.} O{0.5} m}{%
  \colorlet{MPsavedcolor}{#2}%
  \extractcolorspecs{MPsavedcolor}\modelcmd\myMPBullEyeColor%
  \IfBooleanTF{#1}%with depth
  {%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \begin{mplibcode}%
      \MPCodeBullEye
      RecupCouleurs(#4);
      MPEchelleBE=(\mpdim{\PfCtoheightsymbol}/abs(urcorner BullEye(nbcoul)-lrcorner BullEye(nbcoul)));
      pickup pencircle scaled (#3/MPEchelleBE);
      draw (BullEye(nbcoul) scaled MPEchelleBE);% ;
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \begin{mplibcode}%
        \MPCodeBullEye
        RecupCouleurs(#4);
        MPEchelleBE=(\mpdim{\PfCtoheightsymbol}/abs(urcorner BullEye(nbcoul)-lrcorner BullEye(nbcoul)));
        pickup pencircle scaled (#3/MPEchelleBE);
        draw (BullEye(nbcoul) scaled MPEchelleBE);% withcolor (\myMPBullEyeColor);
      \end{mplibcode}%
    }%
  }%
}%

%%%%%%%%%%%%%%%%%%%%%%%%%
% Réception
%%%%%%%%%%%%%%%%%%%%%%%%%
\def\MPCodeReception{%
  vardef Reception(expr nivaffi,nivtotal)=
    save PReception;
    picture PReception;
    PReception=image(
    pair A,B,C,D;
    A=(0,0);
    B-A=u*(0.15,0);
    C-B=u*(0,1);
    D-C=A-B;
    path barresignal;
    barresignal=(A+unitvector(B-A))--(B+unitvector(A-B)){dir0}..{dir90}(B+unitvector(C-B))--(C+unitvector(B-C)){dir90}..{dir180}(C+unitvector(D-C))--(D+unitvector(C-D)){dir180}..{dir-90}(D+unitvector(A-D))--(A+unitvector(D-A)){dir-90}..{dir0}cycle;
    path signal[];
    for k=0 upto nivtotal:
    signal[k]=barresignal yscaled (k*(1/nivtotal)) shifted(k*u*(0.25,0));
    endfor;
    nbsignaux:=nivaffi;
    for k=1 upto nivtotal:
    trace signal[k] withpen pencircle scaled 1.5 withcolor white;
    endfor;
    for k=1 upto nbsignaux:
    fill signal[k] withpen pencircle scaled 1.5;
    endfor;
    for k=nbsignaux+1 upto nivtotal:
    fill signal[k] withpen pencircle scaled 1.5 withcolor 0.8white;
    endfor;
    );
    PReception
    enddef;
  }
  
\NewDocumentCommand\SchemaReception{som}{%
  \StrCut{#3}{/}\PfCNumA\PfCNumB%
  \IfBooleanTF{#1}%with depth
  {%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}%
      \MPCodeReception
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner Reception(\PfCNumA,\PfCNumB)-lrcorner Reception(\PfCNumA,\PfCNumB)));
      pickup pencircle scaled (1/MPEchelleRecep);
      draw (Reception(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
      \begin{mplibcode}
        \MPCodeReception
        pickup pencircle scaled 0.1;
        MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner Reception(\PfCNumA,\PfCNumB)-lrcorner Reception(\PfCNumA,\PfCNumB)));
        pickup pencircle scaled (1/MPEchelleRecep);
        draw (Reception(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
      \end{mplibcode}%
    }%
  }%
}%

%%%%%%%%%%%%%%%%%%%
% Wifi
%%%%%%%%%%%%%%%%%%%
\def\MPCodeWifi{%
  vardef Wifi(expr nivA,nivB)=
  save WifiA;
  picture WifiA;
  WifiA=image(
  pair A,B,C;
    A=(0,0);
    B-A=u*(0.75,1);
    C-A=u*(-0.75,1);
    path signal[];
    for k=1 upto nivB :
    signal[k]=cercles(A,k*(1/nivB)*u) cutbefore (A--B) cutafter (A--C);
    endfor;
    nbsignaux:=nivA;
    for k=1 upto nivB:
    trace signal[k] withpen pencircle scaled 1.5 withcolor white;
    endfor;
    if nbsignaux>0:
    fill A--signal[1]--cycle;
    trace A--signal[1]--cycle withpen pencircle scaled 1.5;
    else:
    fill A--signal[1]--cycle withcolor 0.8white;
    trace A--signal[1]--cycle withpen pencircle scaled 1.5 withcolor 0.8white;
    fi;
    for k=2 upto nbsignaux:
    trace signal[k] withpen pencircle scaled 1.5;
    endfor;
    for k=nbsignaux+1 upto nivB:
    trace signal[k] withpen pencircle scaled 1.5 withcolor 0.8white;
    endfor;
    );
    WifiA
  enddef;
}

\NewDocumentCommand\SchemaWifi{som}{%
  \StrCut{#3}{/}\PfCNumA\PfCNumB%
  \IfBooleanTF{#1}%with depth
  {%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}
      \MPCodeWifi
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner Wifi(\PfCNumA,\PfCNumB)-lrcorner Wifi(\PfCNumA,\PfCNumB)));
      pickup pencircle scaled (1/MPEchelleRecep);
      draw (Wifi(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
      \begin{mplibcode}
        \MPCodeWifi
        pickup pencircle scaled 0.1;
        MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner Wifi(\PfCNumA,\PfCNumB)-lrcorner Wifi(\PfCNumA,\PfCNumB)));
        pickup pencircle scaled (1/MPEchelleRecep);
        draw (Wifi(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
      \end{mplibcode}%
    }%
  }%
}%

%%%%%%%%%%%%%%%%%%%
% Batterie
%%%%%%%%%%%%%%%%%%%
\setKVdefault[Batterie]{Hauteurs=false,Flip=false}%
\defKV[Batterie]{Hauteur=\setKV[Batterie]{Hauteurs}}%

\def\MPCodeBatterie{%
  vardef BatterieV(expr nivA,nivB)=
  save BatterieA;
  picture BatterieA;
  BatterieA=image(
  pair A,B,C,D,M[];
  A=u*(0,0);
    B-A=u*(0.5,0);
    C-B=u*(0,1);
    D-C=A-B;
    path corpsbatterie;
    path barresignal;
    M0=0.095[A,B];
    M1=0.095[B,A];
    M2-M1=(1/(nivB+2))[B,C]-B;
    M3-M2=M0-M1;
    color ColB[];
    ColB[1]=red;
    ColB[2]=green;
    corpsbatterie=(A+unitvector(B-A))--(B+unitvector(A-B)){dir0}..{dir90}(B+unitvector(C-B))--(C+unitvector(B-C)){dir90}..{dir180}(C+unitvector(D-C))--(D+unitvector(C-D)){dir180}..{dir-90}(D+unitvector(A-D))--(A+unitvector(D-A)){dir-90}..{dir0}cycle;
    barresignal=(M0+unitvector(M1-M0))--(M1+unitvector(M0-M1)){dir0}..{dir90}(M1+unitvector(M2-M1))--(M2+unitvector(M1-M2)){dir90}..{dir180}(M2+unitvector(M3-M2))--(M3+unitvector(M2-M3)){dir180}..{dir-90}(M3+unitvector(M0-M3))--(M0+unitvector(M3-M0)){dir-90}..{dir0}cycle;
    draw corpsbatterie withpen pencircle scaled 1.025;
    fill polygone(0.25[C,D],0.25[C,D]+u*(0,0.05),0.75[C,D]+u*(0,0.05),0.75[C,D]);
    path signal[];
    for k=1 upto nivB:
    signal[k]=barresignal shifted(u*(0,(k-1)/(nivB+2)+2*k/((nivB+2)*(nivB+1))));
    endfor;
    nbsignaux:=nivA;
    if nbsignaux>0:
    for k=1 upto nbsignaux:
    fill signal[k] withcolor ((nbsignaux-1)/nivB)[ColB[1],ColB[2]];
    trace signal[k];% withpen pencircle scaled 1.5;
    endfor;
    for k=nbsignaux+1 upto nivB:
    trace signal[k];% withpen pencircle scaled 1.5 withcolor 0.8white;
    endfor;
    fi;
    );
    if Flip:
    BatterieA:=BatterieA rotatedabout(center BatterieA,-90);
    fi;
    BatterieA
  enddef;
}

\NewDocumentCommand\SchemaBatterie{som}{%
  \useKVdefault[Batterie]%
  \setKV[Batterie]{#2}%
  \StrCut{#3}{/}\PfCNumA\PfCNumB%
  \ifboolKV[Batterie]{Hauteurs}{%
    \mplibforcehmode%
    \begin{mplibcode}
      boolean Flip;
      u:=\useKV[Batterie]{Hauteur};
      Flip=\useKV[Batterie]{Flip};
      \MPCodeBatterie
      %MPEchelleRecep=\useKV[Batterie]{Hauteur};
      % pickup pencircle scaled (1/MPEchelleRecep);
      pickup pencircle scaled 0.1;
      draw BatterieV(\PfCNumA,\PfCNumB);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }{%
  \IfBooleanTF{#1}%with depth
  {%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}
      boolean Flip;
      Flip=\useKV[Batterie]{Flip};
      \MPCodeBatterie
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner BatterieV(\PfCNumA,\PfCNumB)-lrcorner BatterieV(\PfCNumA,\PfCNumB)));
      % pickup pencircle scaled (1/MPEchelleRecep);
      pickup pencircle scaled 0.1;
      draw (BatterieV(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
      \begin{mplibcode}
        boolean Flip;
        Flip=\useKV[Batterie]{Flip};
        \MPCodeBatterie
        MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner BatterieV(\PfCNumA,\PfCNumB)-lrcorner BatterieV(\PfCNumA,\PfCNumB)));
        % pickup pencircle scaled (1/MPEchelleRecep);
        pickup pencircle scaled 0.1;
        draw (BatterieV(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
      \end{mplibcode}%
    }%
  }%
  }%
}%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Speed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\setKVdefault[CompteurVitesse]{Hauteurs=false}%
%\defKV[CompteurVitesse]{Hauteur=\setKV[CompteurVitesse]{Hauteurs}}%

\def\MPCodeCompteurVitesse{%
  vardef CompteurVitesse(expr nivA,nivB)=
    save CompteurVitesseA;
    picture CompteurVitesseA;
    CompteurVitesseA=image(
    pair O,A,B,M[],N;
    O=u*(0,1);
    path cc,cd;
    cc=cercles(O,u);
    A=pointarc(cc,190);
    B=pointarc(cc,-10);
    trace A--B--arccercle(B,A,O)--cycle withpen pencircle scaled 1.025;
    for k=0 upto nivB:
      M[k]=pointarc(cc,180-(180/nivB)*k);
      trace 0.95[O,M[k]]--0.85[O,M[k]];
    endfor;
    cd=cercles(O,0.1u);
    N=pointarc(cc,180-(180/nivB)*nivA);
    trace chemin(O,0.8[O,N]) cutbefore cd;
    trace cd;
    );
    CompteurVitesseA
  enddef;
}%

\NewDocumentCommand\SchemaCompteurVitesse{sm}{%
  \StrCut{#2}{/}\PfCNumA\PfCNumB%
  \IfBooleanTF{#1}%with depth
  {%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}
      \MPCodeCompteurVitesse
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner CompteurVitesse(\PfCNumA,\PfCNumB)-lrcorner CompteurVitesse(\PfCNumA,\PfCNumB)));
      % pickup pencircle scaled (1/MPEchelleRecep);
      pickup pencircle scaled 0.1;
      draw (CompteurVitesse(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
      \begin{mplibcode}
        \MPCodeCompteurVitesse
        MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner CompteurVitesse(\PfCNumA,\PfCNumB)-lrcorner CompteurVitesse(\PfCNumA,\PfCNumB)));
        % pickup pencircle scaled (1/MPEchelleRecep);
        pickup pencircle scaled 0.1;
        draw (CompteurVitesse(\PfCNumA,\PfCNumB) scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
      \end{mplibcode}%
    }%
  }%
}%

%%%%%%%%%%%%%%%%%
%Chronomètre
%%%%%%%%%%%%%%%%%
\setKVdefault[Schemas]{Echelle=1,Rayon=1,Couleur=white,Angle=-10,CouleurBack=LightGreen,CouleurCheck=white,CouleurNoCheck=Crimson,CouleurDing=white,Ratio=1.25,CouleurM=Gold,CouleurR=Coral,RayonGoutte=10,AngleDepart=-30,CouleurA=PfCdred,CouleurB=PfCdgreen,CouleurC=PfCdblue}

\def\MPCodeChronometre{%
  vardef Chrono(expr tim)=
    save $; picture $;
    Rayon:=\useKV[Schemas]{Rayon}*u;
    pair A,M[],N[],Cible,O[],P[];
    path cc,cd;
    A=(0,0);
    cc=cercles(A,Rayon);
    cd=cercles(A,Rayon+0.1u);
    O1=pointarc(cd,85);
    O4=pointarc(cd,95);
    O2-O1=u*(0,0.15);
    O3-O4=O2-O1;
    P1-O2=u*(0.15,0);
    P2-P1=O2-O1;
    P4-O3=O2-P1;
    P3-P4=P2-P1;
    O5=pointarc(cd,45);
    O8=pointarc(cd,50);
    O6=rotation(O8,O5,-90);
    O7-O6=O8-O5;
    P5=rotation(O5,O6,90);
    P6=rotation(O6,P5,-90);
    P8-O7=O6-P5;
    P7-P8=P6-P5;
    for k=1 upto 12:
      M[k]=0.1[pointarc(cc,90-k*30),A];
      N[k]=0.175[M[k],A];
    endfor;
    color CouleurTemps;
    CouleurTemps=\useKV[Schemas]{Couleur};
    Temps:=tim;
    Cible=pointarc(cc,90-Temps*6);
    % tracés :
    $=image(
    fill cd withcolor \mpcolor{NavyBlue!50};
    fill polygone(O1,O2,O3,O4) withcolor \mpcolor{NavyBlue!50};
    fill polygone(P1,P2,P3,P4) withcolor \mpcolor{NavyBlue!50};
    fill polygone(O5,O6,O7,O8) withcolor \mpcolor{NavyBlue!50};
    fill polygone(P5,P6,P7,P8) withcolor \mpcolor{NavyBlue!50};
    fill cc withcolor white;
    fill A--Cible--arccercle(Cible,M12,A)--cycle withcolor CouleurTemps;
    trace cd;
    trace cc;
    trace polygone(O1,O2,O3,O4);
    trace polygone(P1,P2,P3,P4);
    trace polygone(O5,O6,O7,O8);
    trace polygone(P5,P6,P7,P8);
    for k=1 upto 12:
      trace M[k]--N[k];
    endfor;
    % Aiguille
    trace A--0.5[A,M12];
    % autre aiguille
    trace A--0.625[A,Cible];
    trace (M6+u*(-0.5,-0.25))--(M6+u*(-0.85,-0.25));
    trace (M7+u*(-0.5,-0.25))--(M7+u*(-1.15,-0.25));
    trace (M8+u*(-0.25,-0.25))--(M8+u*(-0.6,-0.25));
    drawoptions();
    picture Retiens;
    Retiens:=currentpicture;
    currentpicture:=nullpicture;
    AngleRotation:=\useKV[Schemas]{Angle};
    trace rotation(Retiens,A,AngleRotation);
    );
    $
  enddef;
}%

\NewDocumentCommand\SchemaChrono{som}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}%with depth
  {%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}
      \MPCodeChronometre
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner Chrono(#3)-lrcorner Chrono(#3)));
      pickup pencircle scaled 0.1;
      draw (Chrono(#3) scaled MPEchelleRecep);
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
      \begin{mplibcode}
        \MPCodeChronometre
        MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner Chrono(#3)-lrcorner Chrono(#3)));
        % pickup pencircle scaled (1/MPEchelleRecep);
        pickup pencircle scaled 0.1;
        draw (Chrono(#3) scaled MPEchelleRecep);
      \end{mplibcode}%
    }%
  }%
}%

\def\MPCodeSchemaCheck{%
  vardef SchemaCheck=
  Rayon:=\useKV[Schemas]{Rayon}*u;
  % 
  pair A,B,C,D;
  A=(0,0);
  B-A=0.5*(-0.25Rayon,-Rayon);
  % 
  path cc;
  cc=cercles(A,Rayon);
  C=pointarc(cc,160);
  D=pointarc(cc,40);
  color CouleurRemplissage,CouleurCheck;
  CouleurRemplissage:=\useKV[Schemas]{CouleurBack};
  CouleurCheck:=\useKV[Schemas]{CouleurCheck};
  save $; picture $;
  $=image(
  fill cc withcolor CouleurRemplissage;
  trace 1/2[C,B]--B--(0.75[B,D]) withpen pencircle scaled 5 withcolor CouleurCheck;
  );
  $
  enddef;
}

\NewDocumentCommand\SchemaCheck{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}%
      \MPCodeSchemaCheck
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaCheck-lrcorner SchemaCheck));
      pickup pencircle scaled 0.1;
      draw (SchemaCheck scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
    \begin{mplibcode}%
      \MPCodeSchemaCheck%
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaCheck-lrcorner SchemaCheck));
      pickup pencircle scaled 0.1;
      draw (SchemaCheck scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
    }%
  }%
}%

\def\MPCodeSchemaDing{%
  vardef SchemaDing(expr numero)=
    save $;
    picture $;
    Rayon:=\useKV[Schemas]{Rayon}*u;
    %
    pair A;
    A=(0,0);
    %
    path cc;
    cc=cercles(A,Rayon);
    color CouleurRemplissage,CouleurDing;
    CouleurRemplissage:=\useKV[Schemas]{CouleurBack};
    CouleurDing:=\useKV[Schemas]{CouleurDing};
    picture textea;
    textea=image(label(TEX("\noexpand\Huge\noexpand\bfseries"&decimal(numero)),A););
    $=image(
    fill cc withcolor CouleurRemplissage;
    drawoptions(withcolor CouleurDing);
    trace textea scaled (1.4*Rayon/abs(llcorner textea-lrcorner textea));
    drawoptions();
    );
    $
  enddef;
}%

\NewDocumentCommand\SchemaDingBase{m}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaDing
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaDing(#1)-lrcorner SchemaDing(#1)));
    pickup pencircle scaled 0.1;
    draw (SchemaDing(#1) scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaDing{som}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \mplibforcehmode%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaDingBase{#3}%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaDingBase{#3}%
    }%
  }%
}%

\def\MPCodeSchemaTasse{%
  vardef SchemaTasse=
    save $; picture $;
    Ratio:=\useKV[Schemas]{Ratio};
    LargeurTasse:=u;
    LongueurTasse:=Ratio*LargeurTasse;
    %
    color CouleurRemplissage;
    CouleurRemplissage:=\useKV[Schemas]{CouleurBack};
    %
    pair A,B,C,D,M[],Vapeur[];
    A=(0,0);
    B-A=(LargeurTasse,0);
    C-B=(0,LongueurTasse);
    D-C=A-B;
    M1=2/10[B,C];
    M2=8/10[B,C];
    M3=3/10[B,C];
    M4=7/10[B,C];
    path Corps,Anse[];
    Corps=(A+(0.15u,0))--(B-(0.15u,0)){dir0}..{dir90}(B+(0,0.15u))--C--D--(A+(0,0.15u)){dir-90}..{dir0}cycle;
    Anse1=M1{dir0}..{dir180}M2--cycle;
    Anse2=M3{dir0}..{dir180}M4--cycle;
    Vapeur10=1/3[C,D]+u*(0,0.1);
    Vapeur12-Vapeur10=u*(0,0.25);
    Vapeur11=iso(Vapeur10,Vapeur12);
    Vapeur20=1/2[C,D]+u*(0,0.1);
    Vapeur24-Vapeur20=u*(0,0.35);
    Vapeur21=1/4[Vapeur20,Vapeur24];
    Vapeur22=2/4[Vapeur20,Vapeur24];
    Vapeur23=3/4[Vapeur20,Vapeur24];
    Vapeur30=2/3[C,D]+u*(0,0.1);
    Vapeur32-Vapeur30=u*(0,0.2);
    Vapeur31=iso(Vapeur30,Vapeur32);
    %
    $=image(
    fill Corps withcolor CouleurRemplissage;
    fill Anse1 withcolor CouleurRemplissage;
    fill Anse2 withcolor white;
    trace Corps;
    trace Anse1;
    trace Anse2;
    trace Vapeur10{dir80}..{dir100}Vapeur11..{dir90}Vapeur12;
    trace Vapeur20{dir80}..{dir100}Vapeur21..{dir90}Vapeur22..{dir100}Vapeur23..{dir90}Vapeur24;
    trace Vapeur30{dir75}..{dir95}Vapeur31..{dir105}Vapeur32;
    );
    $
  enddef;
}%

\NewDocumentCommand\SchemaTasseBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaTasse
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaTasse-lrcorner SchemaTasse));
    pickup pencircle scaled 0.1;
    draw (SchemaTasse scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaTasse{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaTasseBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaTasseBase%
    }%
  }%    
}%

%%%%
% Coupe
%%%%
\def\MPCodeSchemaCoupe{%
  % Freepik + pstoedit
  vardef SchemaCoupe=
  save MPCoupe; picture MPCoupe;
  MPCoupe=image(
  fill (1374.560059,596.179993)--(1374.560059,665.140991)..controls (1374.560059,665.140991) and (1179.890015,715.370972)..(1179.890015,1061.160034)--(1018.419983,1061.160034)..controls (1018.419983,715.370972) and (823.745972,665.140991)..(823.745972,665.140991)--(823.745972,596.179993)--cycle withcolor (0.912984,0.616392,0.045956);
  fill (1182.550049,993.659973)..controls (1183.319946,984.171997) and (1184.260010,974.948975)..(1185.349976,966.000000)
  ..controls (1216.900024,705.820007) and (1374.560059,665.140991)..(1374.560059,665.140991)
  --(1374.560059,596.179993)--(1333.810059,596.179993)--(1333.810059,665.140991)
  ..controls (1333.810059,665.140991) and (1184.400024,703.690979)..(1147.369995,945.762024)
  ..controls (1132.400024,940.398010) and (1116.489990,937.520020)..(1100.000000,937.520020)
  ..controls (1067.969971,937.520020) and (1038.130005,948.398010)..(1013.099976,967.148010)
  ..controls (1014.169983,976.101990) and (1015.090027,985.309021)..(1015.849976,994.789001)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (1260.229980,1152.630005)..controls (1260.229980,1050.209961) and (1188.489990,967.179993)..(1100.000000,967.179993)
  ..controls (1011.510010,967.179993) and (939.773010,1050.209961)..(939.773010,1152.630005)
  --cycle withcolor (0.912984,0.616392,0.045956);
  fill (1260.229980,1152.640015)..controls (1260.229980,1133.869995) and (1257.790039,1115.060059)..(1252.880005,1096.939941)
  ..controls (1241.050049,1053.390015) and (1215.709961,1016.770020)..(1182.550049,993.659973)
  ..controls (1158.439941,976.851990) and (1130.199951,962.601990)..(1100.000000,962.601990)
  ..controls (1070.260010,962.601990) and (1041.040039,974.109009)..(1018.549988,992.898010)
  ..controls (1034.349976,986.190979) and (1051.420044,982.520020)..(1069.229980,982.520020)
  ..controls (1127.030029,982.520020) and (1177.040039,1021.140015)..(1201.040039,1077.310059)
  ..controls (1168.449951,1067.739990) and (1134.650024,1062.880005)..(1100.000000,1062.880005)..controls (1046.579956,1062.880005) and (995.179993,1074.430054)..(947.120972,1096.939941)
  ..controls (942.340027,1114.520020) and (939.770020,1133.229980)..(939.770020,1152.640015)
  ..controls (939.770020,1152.640015) and (1260.229980,1152.640015)..(1260.229980,1152.640015)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (1584.880005,1879.290039)..controls (1584.880005,1371.969971) and (1367.790039,1081.810059)..(1100.000000,1081.810059)
  ..controls (832.210999,1081.810059) and (615.120972,1371.969971)..(615.120972,1879.290039)
  --(615.120972,1964.439941)--(1584.880005,1964.439941)--cycle withcolor (0.912984,0.616392,0.045956);
  fill (559.367004,1325.109985)..controls (572.651978,1318.689941) and (585.479980,1314.810059)..(600.293030,1314.050049)
  ..controls (606.828003,1313.719971) and (613.351990,1314.709961)..(619.784973,1315.699951)
  ..controls (624.007996,1316.359985) and (628.125000,1317.390015)..(632.112976,1318.910034)
  ..controls (653.109009,1326.949951) and (672.668030,1341.189941)..(682.273010,1362.160034)
  ..controls (687.921997,1374.500000) and (690.890991,1386.020020)..(691.784973,1399.650024)
  ..controls (692.476990,1410.180054) and (691.043030,1421.270020)..(688.254028,1431.410034)
  ..controls (685.093994,1442.920044) and (679.573975,1454.300049)..(673.379028,1464.530029)
  ..controls (651.487976,1500.670044) and (618.590027,1529.170044)..(586.026978,1555.369995)
  ..controls (563.551025,1573.459961) and (540.492004,1590.819946)..(517.656006,1608.459961)
  ..controls (519.835999,1606.770020) and (522.015991,1605.089966)..(524.190979,1603.410034)
  ..controls (486.527008,1632.510010) and (449.085999,1662.390015)..(416.460999,1697.199951)
  ..controls (407.472992,1706.780029) and (398.894989,1716.750000)..(390.855011,1727.140015)
  ..controls (392.539001,1724.959961) and (394.222992,1722.790039)..(395.906006,1720.609985)
  ..controls (381.109009,1739.839966) and (368.265991,1760.569946)..(358.742004,1782.930054)
  ..controls (359.824005,1780.359985) and (360.910004,1777.790039)..(361.996002,1775.209961)
  ..controls (354.363007,1793.310059) and (349.023010,1812.270020)..(346.359009,1831.729980)
  ..controls (346.746002,1828.869995) and (347.128998,1826.010010)..(347.515991,1823.140015)
  ..controls (345.296997,1839.849976) and (344.839996,1856.829956)..(347.015991,1873.560059)
  ..controls (346.628998,1870.699951) and (346.242004,1867.839966)..(345.859009,1864.969971)
  ..controls (347.800995,1879.160034) and (351.566010,1892.979980)..(357.101990,1906.189941)
  ..controls (356.015991,1903.619995) and (354.929993,1901.050049)..(353.843994,1898.469971)
  ..controls (359.335999,1911.339966) and (366.421997,1923.410034)..(374.968994,1934.489990)
  ..controls (373.285004,1932.310059) and (371.601990,1930.130005)..(369.917999,1927.949951)
  ..controls (378.265991,1938.640015) and (387.859009,1948.229980)..(398.542999,1956.579956)
  ..controls (396.363007,1954.900024) and (394.183990,1953.209961)..(392.003998,1951.530029)
  ..controls (403.082001,1960.069946) and (415.156006,1967.160034)..(428.023010,1972.650024)
  ..controls (425.453003,1971.569946) and (422.878998,1970.479980)..(420.308990,1969.390015)
  ..controls (433.511993,1974.930054) and (447.335999,1978.699951)..(461.523010,1980.640015)
  ..controls (458.660004,1980.250000) and (455.796997,1979.869995)..(452.937988,1979.479980)
  ..controls (465.054993,1981.060059) and (477.359009,1981.500000)..(489.496002,1979.869995)
  ..controls (486.636993,1980.250000) and (483.773010,1980.640015)..(480.910004,1981.020020)
  ..controls (490.242004,1979.680054) and (499.308990,1977.180054)..(508.011993,1973.550049)
  ..controls (505.441010,1974.640015) and (502.867004,1975.719971)..(500.296997,1976.810059)
  ..controls (508.769989,1973.180054) and (516.710999,1968.540039)..(524.046997,1962.959961)
  ..controls (521.867004,1964.650024) and (519.687988,1966.329956)..(517.507996,1968.020020)
  ..controls (525.015991,1962.199951) and (531.715027,1955.489990)..(537.534973,1947.989990)
  ..controls (535.851990,1950.170044) and (534.168030,1952.349976)..(532.484009,1954.530029)
  ..controls (538.062988,1947.189941) and (542.695007,1939.250000)..(546.328003,1930.780029)
  ..controls (545.242004,1933.349976) and (544.156006,1935.920044)..(543.070007,1938.489990)
  ..controls (546.703003,1929.790039) and (549.198975,1920.719971)..(550.546997,1911.390015)
  ..controls (550.159973,1914.250000) and (549.773010,1917.109985)..(549.390991,1919.979980)
  ..controls (550.059021,1914.979980) and (550.401978,1909.969971)..(550.426025,1904.930054)
  ..controls (550.468994,1896.630005) and (554.004028,1887.979980)..(559.890991,1882.089966)
  ..controls (565.492004,1876.489990) and (574.684021,1872.270020)..(582.729980,1872.630005)
  ..controls (600.159973,1873.410034) and (615.120972,1886.819946)..(615.034973,1904.930054)
  ..controls (614.851990,1942.099976) and (599.953003,1978.489990)..(573.500000,2004.699951)
  ..controls (547.070007,2030.880005) and (510.554993,2045.739990)..(473.359009,2045.510010)
  ..controls (404.386993,2045.079956) and (338.503998,2006.430054)..(305.214996,1945.839966)
  ..controls (288.589996,1915.589966) and (280.207001,1881.189941)..(281.046997,1846.680054)
  ..controls (281.695007,1820.040039) and (286.453003,1793.079956)..(295.714996,1768.069946)
  ..controls (314.351990,1717.750000) and (346.773010,1674.689941)..(384.726990,1637.209961)
  ..controls (421.820007,1600.579956) and (463.609009,1569.109985)..(504.871002,1537.420044)
  ..controls (509.582001,1533.800049) and (514.293030,1530.180054)..(518.992004,1526.550049)
  ..controls (516.812988,1528.229980) and (514.632996,1529.920044)..(512.453003,1531.599976)
  ..controls (540.815979,1509.680054) and (569.429993,1487.479980)..(594.229980,1461.479980)
  ..controls (600.229980,1455.189941) and (605.973022,1448.640015)..(611.309021,1441.770020)
  ..controls (609.625000,1443.949951) and (607.940979,1446.130005)..(606.257996,1448.310059)
  ..controls (614.145020,1438.099976) and (621.120972,1427.150024)..(626.168030,1415.250000)
  ..controls (625.081970,1417.819946) and (623.995972,1420.390015)..(622.909973,1422.959961)
  ..controls (625.315979,1417.209961) and (626.934021,1411.250000)..(627.823975,1405.079956)
  ..controls (627.440979,1407.939941) and (627.054993,1410.800049)..(626.671997,1413.670044)
  ..controls (627.465027,1407.449951) and (627.504028,1401.239990)..(626.718994,1395.020020)
  ..controls (627.101990,1397.880005) and (627.487976,1400.739990)..(627.870972,1403.599976)
  ..controls (627.101990,1398.250000) and (625.745972,1393.099976)..(623.687988,1388.099976)
  ..controls (624.773010,1390.670044) and (625.859009,1393.250000)..(626.945007,1395.819946)
  ..controls (625.112976,1391.630005) and (622.854980,1387.739990)..(620.062988,1384.119995)
  ..controls (621.745972,1386.300049) and (623.429993,1388.479980)..(625.112976,1390.660034)
  ..controls (622.179993,1387.040039) and (618.851990,1383.839966)..(615.171997,1380.979980)
  ..controls (617.348022,1382.670044) and (619.526978,1384.349976)..(621.706970,1386.040039)
  ..controls (617.843994,1383.150024) and (613.729980,1380.750000)..(609.323975,1378.810059)
  ..controls (611.895020,1379.890015) and (614.468994,1380.979980)..(617.039001,1382.069946)
  ..controls (612.387024,1380.119995) and (607.598022,1378.770020)..(602.612976,1378.000000)
  ..controls (605.476990,1378.390015) and (608.335999,1378.770020)..(611.198975,1379.160034)
  ..controls (605.870972,1378.449951) and (600.585999,1378.459961)..(595.257996,1379.140015)
  ..controls (598.120972,1378.750000) and (600.984009,1378.369995)..(603.848022,1377.979980)
  ..controls (598.453003,1378.800049) and (593.293030,1380.270020)..(588.242004,1382.329956)
  ..controls (590.815979,1381.239990) and (593.387024,1380.160034)..(595.960999,1379.069946)
  ..controls (594.617004,1379.650024) and (593.296997,1380.260010)..(591.976990,1380.890015)
  ..controls (584.051025,1384.729980) and (575.823975,1386.560059)..(567.085999,1384.150024)
  ..controls (559.593994,1382.089966) and (551.473022,1376.300049)..(547.781006,1369.310059)
  ..controls (543.820007,1361.810059) and (541.835999,1352.729980)..(544.523010,1344.410034)
  ..controls (546.995972,1336.770020) and (551.867004,1328.729980)..(559.367004,1325.109985)
  --cycle withcolor (0.912984,0.616392,0.045956);
  fill (547.539001,2004.699951)..controls (524.190979,2027.839966) and (492.960999,2042.130005)..(460.328003,2044.979980)
  ..controls (464.660004,2045.300049) and (469.000000,2045.479980)..(473.359009,2045.510010)
  ..controls (510.558990,2045.739990) and (547.070007,2030.880005)..(573.500000,2004.699951)
  ..controls (599.948975,1978.489990) and (614.851990,1942.099976)..(615.031006,1904.930054)
  ..controls (615.120972,1886.829956) and (600.159973,1873.410034)..(582.729980,1872.630005)
  ..controls (578.370972,1872.439941) and (573.690979,1873.579956)..(569.409973,1875.560059)
  ..controls (580.851990,1880.550049) and (589.148010,1891.439941)..(589.078003,1904.930054)
  ..controls (588.890991,1942.099976) and (573.987976,1978.489990)..(547.539001,2004.699951)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (691.789001,1399.650024)..controls (690.890991,1386.020020) and (687.921997,1374.500000)..(682.270020,1362.170044)
  ..controls (672.671997,1341.189941) and (653.109009,1326.949951)..(632.109009,1318.920044)
  ..controls (628.120972,1317.390015) and (624.012024,1316.359985)..(619.789001,1315.709961)
  ..controls (613.351990,1314.709961) and (606.828003,1313.719971)..(600.289001,1314.060059)
  ..controls (596.762024,1314.239990) and (593.340027,1314.599976)..(590.000000,1315.130005)
  ..controls (591.281006,1315.319946) and (592.559021,1315.510010)..(593.828003,1315.709961)
  ..controls (598.051025,1316.359985) and (602.171997,1317.390015)..(606.159973,1318.920044)
  ..controls (627.148010,1326.949951) and (646.710999,1341.189941)..(656.320007,1362.170044)
  ..controls (661.968994,1374.500000) and (664.929993,1386.020020)..(665.828003,1399.650024)
  ..controls (666.520020,1410.180054) and (665.078003,1421.270020)..(662.301025,1431.410034)
  ..controls (659.140991,1442.920044) and (653.620972,1454.300049)..(647.421997,1464.530029)
  ..controls (625.531006,1500.670044) and (592.629028,1529.170044)..(560.070007,1555.369995)
  ..controls (538.789001,1572.489990) and (517.000000,1588.959961)..(495.371002,1605.630005)
  ..controls (458.671997,1634.030029) and (422.300995,1663.270020)..(390.500000,1697.199951)
  ..controls (382.640991,1705.579956) and (375.089996,1714.260010)..(367.941010,1723.260010)
  ..controls (368.601990,1722.369995) and (369.269989,1721.489990)..(369.949005,1720.609985)
  ..controls (368.269989,1722.790039) and (366.578003,1724.969971)..(364.898010,1727.140015)
  ..controls (365.871002,1725.880005) and (366.851990,1724.640015)..(367.839996,1723.390015)
  ..controls (354.691010,1740.819946) and (343.179993,1759.469971)..(334.300995,1779.439941)
  ..controls (328.121002,1794.949951) and (323.609009,1811.060059)..(321.019989,1827.560059)
  ..controls (319.429993,1841.500000) and (319.121002,1855.599976)..(320.601990,1869.560059)
  ..controls (322.429993,1880.680054) and (325.410004,1891.560059)..(329.488007,1902.069946)
  ..controls (334.121002,1912.270020) and (339.781006,1921.949951)..(346.390991,1930.989990)
  ..controls (353.339996,1939.469971) and (361.101990,1947.229980)..(369.601990,1954.180054)
  ..controls (378.628998,1960.770020) and (388.269989,1966.420044)..(398.449005,1971.040039)
  ..controls (409.058990,1975.160034) and (420.039001,1978.160034)..(431.269989,1979.989990)
  ..controls (440.429993,1980.969971) and (449.671997,1981.239990)..(458.851990,1980.390015)
  ..controls (457.558990,1980.630005) and (456.261993,1980.839966)..(454.949005,1981.030029)
  ..controls (456.531006,1980.819946) and (458.109009,1980.599976)..(459.679993,1980.390015)
  ..controls (460.289001,1980.469971) and (460.910004,1980.560059)..(461.519989,1980.640015)
  ..controls (460.929993,1980.560059) and (460.339996,1980.479980)..(459.761993,1980.380005)
  ..controls (459.968994,1980.349976) and (460.179993,1980.329956)..(460.378998,1980.300049)
  ..controls (460.289001,1980.290039) and (460.199005,1980.280029)..(460.121002,1980.270020)
  ..controls (459.980011,1980.260010) and (459.851990,1980.250000)..(459.718994,1980.229980)
  ..controls (458.878998,1980.160034) and (458.039001,1980.079956)..(457.199005,1979.979980)
  ..controls (445.980011,1978.150024) and (435.000000,1975.160034)..(424.398010,1971.040039)
  ..controls (414.218994,1966.410034) and (404.550995,1960.760010)..(395.511993,1954.150024)
  ..controls (387.039001,1947.209961) and (379.289001,1939.459961)..(372.351990,1930.989990)
  ..controls (365.761993,1921.989990) and (360.128998,1912.369995)..(355.511993,1902.219971)
  ..controls (351.371002,1891.609985) and (348.371002,1880.609985)..(346.531006,1869.369995)
  ..controls (345.078003,1855.459961) and (345.398010,1841.410034)..(346.980011,1827.520020)
  ..controls (349.570007,1811.040039) and (354.070007,1794.939941)..(360.261993,1779.439941)
  ..controls (369.140991,1759.469971) and (380.648010,1740.819946)..(393.800995,1723.390015)
  ..controls (393.828003,1723.349976) and (393.859009,1723.310059)..(393.898010,1723.260010)
  ..controls (401.039001,1714.260010) and (408.589996,1705.579956)..(416.460999,1697.199951)
  ..controls (447.769989,1663.780029) and (483.539001,1634.910034)..(519.671997,1606.910034)
  ..controls (541.840027,1589.800049) and (564.210999,1572.930054)..(586.031006,1555.369995)
  ..controls (618.590027,1529.170044) and (651.487976,1500.670044)..(673.379028,1464.530029)
  ..controls (679.570007,1454.300049) and (685.090027,1442.920044)..(688.250000,1431.410034)
  ..controls (691.039001,1421.270020) and (692.479980,1410.180054)..(691.789001,1399.650024)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (1640.630005,1325.109985)..controls (1627.349976,1318.689941) and (1614.520020,1314.810059)..(1599.709961,1314.050049)
  ..controls (1593.170044,1313.719971) and (1586.650024,1314.709961)..(1580.209961,1315.699951)
  ..controls (1575.989990,1316.359985) and (1571.880005,1317.390015)..(1567.890015,1318.910034)
  ..controls (1546.890015,1326.949951) and (1527.329956,1341.189941)..(1517.729980,1362.160034)
  ..controls (1512.079956,1374.500000) and (1509.109985,1386.020020)..(1508.209961,1399.650024)
  ..controls (1507.520020,1410.180054) and (1508.959961,1421.270020)..(1511.750000,1431.410034)
  ..controls (1514.910034,1442.920044) and (1520.430054,1454.300049)..(1526.619995,1464.530029)
  ..controls (1548.510010,1500.670044) and (1581.410034,1529.170044)..(1613.969971,1555.369995)
  ..controls (1636.449951,1573.459961) and (1659.510010,1590.819946)..(1682.339966,1608.459961)
  ..controls (1680.170044,1606.770020) and (1677.989990,1605.089966)..(1675.810059,1603.410034)
  ..controls (1713.469971,1632.510010) and (1750.920044,1662.390015)..(1783.540039,1697.199951)
  ..controls (1792.530029,1706.780029) and (1801.109985,1716.750000)..(1809.140015,1727.140015)
  ..controls (1807.459961,1724.959961) and (1805.780029,1722.790039)..(1804.089966,1720.609985)
  ..controls (1818.890015,1739.839966) and (1831.729980,1760.569946)..(1841.260010,1782.930054)
  ..controls (1840.170044,1780.359985) and (1839.089966,1777.790039)..(1838.000000,1775.209961)
  ..controls (1845.640015,1793.310059) and (1850.979980,1812.270020)..(1853.640015,1831.729980)
  ..controls (1853.260010,1828.869995) and (1852.869995,1826.010010)..(1852.489990,1823.140015)
  ..controls (1854.699951,1839.849976) and (1855.160034,1856.829956)..(1852.989990,1873.560059)
  ..controls (1853.369995,1870.699951) and (1853.760010,1867.839966)..(1854.140015,1864.969971)
  ..controls (1852.199951,1879.160034) and (1848.430054,1892.979980)..(1842.900024,1906.189941)
  ..controls (1843.979980,1903.619995) and (1845.069946,1901.050049)..(1846.160034,1898.469971)
  ..controls (1840.660034,1911.339966) and (1833.579956,1923.410034)..(1825.030029,1934.489990)
  ..controls (1826.719971,1932.310059) and (1828.400024,1930.130005)..(1830.079956,1927.949951)
  ..controls (1821.729980,1938.640015) and (1812.140015,1948.229980)..(1801.459961,1956.579956)
  ..controls (1803.640015,1954.900024) and (1805.819946,1953.209961)..(1807.989990,1951.530029)
  ..controls (1796.920044,1960.069946) and (1784.839966,1967.160034)..(1771.979980,1972.650024)
  ..controls (1774.550049,1971.569946) and (1777.119995,1970.479980)..(1779.689941,1969.390015)
  ..controls (1766.489990,1974.930054) and (1752.660034,1978.699951)..(1738.479980,1980.640015)
  ..controls (1741.339966,1980.250000) and (1744.199951,1979.869995)..(1747.060059,1979.479980)
  ..controls (1734.949951,1981.060059) and (1722.640015,1981.500000)..(1710.500000,1979.869995)
  ..controls (1713.369995,1980.250000) and (1716.229980,1980.640015)..(1719.089966,1981.020020)
  ..controls (1709.760010,1979.680054) and (1700.689941,1977.180054)..(1691.989990,1973.550049)
  ..controls (1694.560059,1974.640015) and (1697.130005,1975.719971)..(1699.699951,1976.810059)
  ..controls (1691.229980,1973.180054) and (1683.290039,1968.540039)..(1675.949951,1962.959961)
  ..controls (1678.130005,1964.650024) and (1680.310059,1966.329956)..(1682.489990,1968.020020)
  ..controls (1674.989990,1962.199951) and (1668.290039,1955.489990)..(1662.469971,1947.989990)
  ..controls (1664.150024,1950.170044) and (1665.829956,1952.349976)..(1667.520020,1954.530029)
  ..controls (1661.939941,1947.189941) and (1657.300049,1939.250000)..(1653.670044,1930.780029)
  ..controls (1654.760010,1933.349976) and (1655.839966,1935.920044)..(1656.930054,1938.489990)
  ..controls (1653.300049,1929.790039) and (1650.800049,1920.719971)..(1649.459961,1911.390015)
  ..controls (1649.839966,1914.250000) and (1650.219971,1917.109985)..(1650.609985,1919.979980)
  ..controls (1649.939941,1914.979980) and (1649.599976,1909.969971)..(1649.569946,1904.930054)
  ..controls (1649.530029,1896.630005) and (1646.000000,1887.979980)..(1640.109985,1882.089966)
  ..controls (1634.510010,1876.489990) and (1625.319946,1872.270020)..(1617.270020,1872.630005)
  ..controls (1599.839966,1873.410034) and (1584.880005,1886.819946)..(1584.969971,1904.930054)
  ..controls (1585.150024,1942.099976) and (1600.050049,1978.489990)..(1626.500000,2004.699951)
  ..controls (1652.930054,2030.880005) and (1689.439941,2045.739990)..(1726.640015,2045.510010)
  ..controls (1795.609985,2045.079956) and (1861.500000,2006.430054)..(1894.790039,1945.839966)
  ..controls (1911.410034,1915.589966) and (1919.790039,1881.189941)..(1918.949951,1846.680054)
  ..controls (1918.300049,1820.040039) and (1913.550049,1793.079956)..(1904.290039,1768.069946)
  ..controls (1885.650024,1717.750000) and (1853.229980,1674.689941)..(1815.270020,1637.209961)
  ..controls (1778.180054,1600.579956) and (1736.390015,1569.109985)..(1695.130005,1537.420044)
  ..controls (1690.420044,1533.800049) and (1685.709961,1530.180054)..(1681.010010,1526.550049)
  ..controls (1683.189941,1528.229980) and (1685.369995,1529.920044)..(1687.550049,1531.599976)
  ..controls (1659.180054,1509.680054) and (1630.569946,1487.479980)..(1605.770020,1461.479980)
  ..controls (1599.770020,1455.189941) and (1594.030029,1448.640015)..(1588.689941,1441.770020)
  ..controls (1590.369995,1443.949951) and (1592.060059,1446.130005)..(1593.739990,1448.310059)
  ..controls (1585.849976,1438.099976) and (1578.880005,1427.150024)..(1573.829956,1415.250000)
  ..controls (1574.920044,1417.819946) and (1576.000000,1420.390015)..(1577.089966,1422.959961)
  ..controls (1574.680054,1417.209961) and (1573.069946,1411.250000)..(1572.180054,1405.079956)
  ..controls (1572.560059,1407.939941) and (1572.939941,1410.800049)..(1573.329956,1413.670044)
  ..controls (1572.530029,1407.449951) and (1572.500000,1401.239990)..(1573.280029,1395.020020)
  ..controls (1572.900024,1397.880005) and (1572.510010,1400.739990)..(1572.130005,1403.599976)
  ..controls (1572.900024,1398.250000) and (1574.250000,1393.099976)..(1576.310059,1388.099976)
  ..controls (1575.229980,1390.670044) and (1574.140015,1393.250000)..(1573.060059,1395.819946)
  ..controls (1574.880005,1391.630005) and (1577.140015,1387.739990)..(1579.939941,1384.119995)
  ..controls (1578.250000,1386.300049) and (1576.569946,1388.479980)..(1574.890015,1390.660034)
  ..controls (1577.819946,1387.040039) and (1581.150024,1383.839966)..(1584.829956,1380.979980)
  ..controls (1582.650024,1382.670044) and (1580.469971,1384.349976)..(1578.290039,1386.040039)
  ..controls (1582.160034,1383.150024) and (1586.270020,1380.750000)..(1590.680054,1378.810059)
  ..controls (1588.109985,1379.890015) and (1585.530029,1380.979980)..(1582.959961,1382.069946)
  ..controls (1587.619995,1380.119995) and (1592.400024,1378.770020)..(1597.390015,1378.000000)
  ..controls (1594.530029,1378.390015) and (1591.660034,1378.770020)..(1588.800049,1379.160034)
  ..controls (1594.130005,1378.449951) and (1599.410034,1378.459961)..(1604.739990,1379.140015)
  ..controls (1601.880005,1378.750000) and (1599.020020,1378.369995)..(1596.150024,1377.979980)
  ..controls (1601.550049,1378.800049) and (1606.709961,1380.270020)..(1611.760010,1382.329956)
  ..controls (1609.180054,1381.239990) and (1606.609985,1380.160034)..(1604.040039,1379.069946)
  ..controls (1605.380005,1379.650024) and (1606.699951,1380.260010)..(1608.020020,1380.890015)
  ..controls (1615.949951,1384.729980) and (1624.180054,1386.560059)..(1632.910034,1384.150024)
  ..controls (1640.410034,1382.089966) and (1648.530029,1376.300049)..(1652.219971,1369.310059)
  ..controls (1656.180054,1361.810059) and (1658.170044,1352.729980)..(1655.479980,1344.410034)
  ..controls (1653.000000,1336.770020) and (1648.130005,1328.729980)..(1640.630005,1325.109985)
  --cycle withcolor (0.912984,0.616392,0.045956);
  fill (1584.880005,1964.439941)--(1584.880005,1879.290039)..controls (1584.880005,1371.969971) and (1367.790039,1081.810059)..(1100.000000,1081.810059)
  ..controls (965.429993,1081.810059) and (843.671997,1155.079956)..(755.820007,1292.359985)
  ..controls (837.890991,1183.979980) and (944.921997,1126.520020)..(1062.000000,1126.520020)
  ..controls (1320.469971,1126.520020) and (1530.000000,1406.579956)..(1530.000000,1896.250000)
  --(1530.000000,1964.439941)--cycle withcolor (0.665846,0.414721,0.031729);
  fill (1655.479980,1344.420044)..controls (1653.000000,1336.770020) and (1648.130005,1328.739990)..(1640.630005,1325.109985)
  ..controls (1627.349976,1318.689941) and (1614.520020,1314.810059)..(1599.709961,1314.060059)
  ..controls (1593.369995,1313.729980) and (1587.060059,1314.650024)..(1580.810059,1315.619995)
  ..controls (1590.400024,1317.430054) and (1599.390015,1320.660034)..(1608.589966,1325.109985)
  ..controls (1616.089966,1328.739990) and (1620.959961,1336.770020)..(1623.430054,1344.420044)
  ..controls (1626.119995,1352.729980) and (1624.140015,1361.810059)..(1620.180054,1369.310059)
  ..controls (1617.719971,1373.959961) and (1613.300049,1378.079956)..(1608.420044,1380.920044)
  ..controls (1608.359985,1380.959961) and (1608.310059,1380.989990)..(1608.260010,1381.010010)
  ..controls (1616.119995,1384.770020) and (1624.270020,1386.540039)..(1632.910034,1384.150024)
  ..controls (1640.410034,1382.089966) and (1648.530029,1376.300049)..(1652.219971,1369.310059)
  ..controls (1656.180054,1361.810059) and (1658.170044,1352.729980)..(1655.479980,1344.420044)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (1918.949951,1846.680054)..controls (1918.300049,1820.040039) and (1913.550049,1793.079956)..(1904.290039,1768.069946)
  ..controls (1885.650024,1717.750000) and (1853.229980,1674.689941)..(1815.270020,1637.209961)
  ..controls (1778.180054,1600.589966) and (1736.390015,1569.119995)..(1695.130005,1537.420044)
  ..controls (1690.829956,1534.109985) and (1686.520020,1530.810059)..(1682.229980,1527.489990)
  ..controls (1682.189941,1527.459961) and (1682.150024,1527.430054)..(1682.109985,1527.390015)
  ..controls (1681.739990,1527.109985) and (1681.369995,1526.829956)..(1681.010010,1526.550049)
  ..controls (1654.810059,1506.250000) and (1628.660034,1485.479980)..(1605.770020,1461.479980)
  ..controls (1600.699951,1456.170044) and (1595.819946,1450.670044)..(1591.209961,1444.949951)
  ..controls (1585.319946,1437.010010) and (1580.050049,1428.630005)..(1575.829956,1419.699951)
  ..controls (1575.810059,1419.689941) and (1575.810059,1419.680054)..(1575.810059,1419.670044)
  ..controls (1574.569946,1416.260010) and (1573.609985,1412.780029)..(1572.900024,1409.229980)
  ..controls (1572.660034,1405.969971) and (1572.650024,1402.719971)..(1572.859985,1399.459961)
  ..controls (1573.359985,1396.989990) and (1574.010010,1394.560059)..(1574.810059,1392.160034)
  ..controls (1575.569946,1390.689941) and (1576.390015,1389.270020)..(1577.290039,1387.880005)
  ..controls (1578.569946,1386.489990) and (1579.920044,1385.170044)..(1581.329956,1383.910034)
  ..controls (1581.589966,1383.729980) and (1581.849976,1383.560059)..(1582.119995,1383.400024)
  ..controls (1582.069946,1383.390015) and (1582.010010,1383.369995)..(1581.959961,1383.349976)
  ..controls (1581.920044,1383.339966) and (1581.869995,1383.329956)..(1581.829956,1383.310059)
  ..controls (1579.959961,1382.680054) and (1578.099976,1381.910034)..(1576.260010,1381.030029)
  ..controls (1573.599976,1380.089966) and (1570.910034,1379.319946)..(1568.160034,1378.729980)
  ..controls (1565.939941,1378.599976) and (1563.719971,1378.599976)..(1561.500000,1378.719971)
  ..controls (1559.349976,1379.189941) and (1557.229980,1379.780029)..(1555.140015,1380.479980)
  ..controls (1553.130005,1381.510010) and (1551.189941,1382.650024)..(1549.300049,1383.900024)
  ..controls (1547.890015,1385.160034) and (1546.530029,1386.479980)..(1545.250000,1387.880005)
  ..controls (1544.359985,1389.260010) and (1543.540039,1390.680054)..(1542.780029,1392.130005)
  ..controls (1541.969971,1394.530029) and (1541.319946,1396.979980)..(1540.819946,1399.459961)
  ..controls (1540.609985,1402.719971) and (1540.619995,1405.979980)..(1540.859985,1409.239990)
  ..controls (1541.560059,1412.790039) and (1542.530029,1416.270020)..(1543.770020,1419.670044)
  ..controls (1543.770020,1419.680054) and (1543.770020,1419.689941)..(1543.790039,1419.699951)
  ..controls (1548.010010,1428.630005) and (1553.280029,1437.010010)..(1559.170044,1444.949951)
  ..controls (1563.780029,1450.670044) and (1568.660034,1456.170044)..(1573.729980,1461.479980)
  ..controls (1596.989990,1485.859985) and (1623.599976,1506.910034)..(1650.209961,1527.510010)
  ..controls (1654.500000,1530.819946) and (1658.790039,1534.119995)..(1663.089966,1537.420044)
  ..controls (1704.349976,1569.119995) and (1746.140015,1600.589966)..(1783.229980,1637.209961)
  ..controls (1821.189941,1674.689941) and (1853.609985,1717.750000)..(1872.239990,1768.069946)
  ..controls (1881.500000,1793.079956) and (1886.260010,1820.040039)..(1886.910034,1846.680054)
  ..controls (1887.750000,1881.189941) and (1879.369995,1915.589966)..(1862.739990,1945.839966)
  ..controls (1832.089966,2001.640015) and (1773.780029,2038.839966)..(1710.869995,2044.699951)
  ..controls (1716.089966,2045.270020) and (1721.359985,2045.540039)..(1726.640015,2045.510010)
  ..controls (1795.609985,2045.079956) and (1861.500000,2006.430054)..(1894.790039,1945.839966)
  ..controls (1911.410034,1915.589966) and (1919.790039,1881.189941)..(1918.949951,1846.680054)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (1743.050049,172.660004)..controls (1743.050049,162.628998) and (1454.800049,154.488007)..(1099.239990,154.488007)
  ..controls (743.668030,154.488007) and (455.421997,162.628998)..(455.421997,172.660004)
  ..controls (455.421997,182.699005) and (743.668030,190.839996)..(1099.239990,190.839996)
  ..controls (1454.800049,190.839996) and (1743.050049,182.699005)..(1743.050049,172.660004)
  --cycle withcolor (0.819730,0.901427,0.944121);
  fill (1450.170044,594.409973)--(1450.170044,230.647995)--(743.801025,230.647995)
  --(743.801025,594.409973)..controls (743.801025,605.851990) and (753.148010,615.198975)..(764.573975,615.198975)
  --(1429.390015,615.198975)..controls (1440.819946,615.198975) and (1450.170044,605.851990)..(1450.170044,594.409973)
  --cycle withcolor (0.105244,0.177878,0.274261);
  fill (1450.170044,594.409973)--(1450.170044,230.647995)--(1408.609985,230.647995)
  --(1408.609985,594.409973)..controls (1408.609985,605.851990) and (1399.270020,615.198975)..(1387.839966,615.198975)
  --(1429.390015,615.198975)..controls (1440.819946,615.198975) and (1450.170044,605.851990)..(1450.170044,594.409973)
  --cycle withcolor (0.064182,0.120289,0.191885);
  fill (1512.489990,241.039001)--(1512.489990,199.468994)..controls (1512.489990,188.039001) and (1503.140015,178.679993)..(1491.719971,178.679993)
  --(702.250000,178.679993)..controls (690.823975,178.679993) and (681.473022,188.039001)..(681.473022,199.468994)
  --(681.473022,241.039001)..controls (681.473022,252.479996) and (690.823975,261.828003)..(702.250000,261.828003)
  --(1491.719971,261.828003)..controls (1503.140015,261.828003) and (1512.489990,252.479996)..(1512.489990,241.039001)
  --cycle withcolor (0.064182,0.120289,0.191885);
  fill (1512.489990,241.039001)--(1512.489990,199.468994)..controls (1512.489990,188.039001) and (1503.140015,178.679993)..(1491.719971,178.679993)
  --(1450.170044,178.679993)..controls (1461.589966,178.679993) and (1470.939941,188.039001)..(1470.939941,199.468994)
  --(1470.939941,241.039001)..controls (1470.939941,252.479996) and (1461.589966,261.828003)..(1450.170044,261.828003)
  --(1491.719971,261.828003)..controls (1503.140015,261.828003) and (1512.489990,252.479996)..(1512.489990,241.039001)
  --cycle withcolor (0.031990,0.065415,0.106844);
  fill (1346.290039,511.269989)--(1346.290039,365.761993)..controls (1346.290039,354.328003) and (1336.939941,344.980011)..(1325.510010,344.980011)
  --(868.453003,344.980011)..controls (857.026978,344.980011) and (847.679993,354.328003)..(847.679993,365.761993)
  --(847.679993,511.269989)..controls (847.679993,522.698975) and (857.026978,532.051025)..(868.453003,532.051025)
  --(1325.510010,532.051025)..controls (1336.939941,532.051025) and (1346.290039,522.698975)..(1346.290039,511.269989)
  --cycle withcolor (0.912984,0.616392,0.045956);
  fill (1346.290039,511.269989)--(1346.290039,365.761993)..controls (1346.290039,354.328003) and (1336.939941,344.980011)..(1325.510010,344.980011)
  --(913.120972,344.980011)..controls (997.054993,346.640991) and (1273.569946,364.511993)..(1273.569946,532.051025)
  --(1325.510010,532.051025)..controls (1336.939941,532.051025) and (1346.290039,522.698975)..(1346.290039,511.269989)
  --cycle withcolor (0.665846,0.414721,0.031729);
  fill (868.453003,417.730011)--(868.453003,502.769989)..controls (868.453003,507.460999) and (872.257996,511.269989)..(876.948975,511.269989)
  --(1063.219971,511.269989)..controls (1063.219971,511.269989) and (915.198975,495.679993)..(868.453003,417.730011)
  --cycle withcolor (1.000000,0.773312,0.329595);
  fill (767.171997,500.871002)--(767.171997,585.909973)..controls (767.171997,590.609009) and (770.976990,594.409973)..(775.671997,594.409973)
  --(961.940979,594.409973)..controls (961.940979,594.409973) and (813.918030,578.820007)..(767.171997,500.871002)
  --cycle withcolor (0.209019,0.315493,0.423696);
  fill (927.000000,1206.530029)..controls (863.487976,1206.530029) and (687.348022,1415.689941)..(666.000000,1909.520020)
  --(765.000000,1909.520020)..controls (782.484009,1305.310059) and (927.000000,1206.530029)..(927.000000,1206.530029)
  --cycle withcolor (1.000000,0.773312,0.329595);
  fill (891.000000,658.520020)..controls (891.000000,658.520020) and (1026.000000,750.559021)..(1026.000000,883.520020)
  --(1026.000000,658.520020)--cycle withcolor (1.000000,0.773312,0.329595);
  fill (448.617004,1995.699951)--(448.617004,1995.699951)..controls (448.617004,1995.699951) and (434.914001,1999.680054)..(406.898010,1993.959961)
  ..controls (372.734009,1986.979980) and (329.710999,1949.849976)..(329.710999,1949.849976)
  ..controls (351.765991,1993.959961) and (401.937988,2021.209961)..(423.109009,2021.209961)
  --(423.109009,2021.209961)..controls (437.195007,2021.209961) and (448.617004,2009.790039)..(448.617004,1995.699951)
  --cycle withcolor (1.000000,0.773312,0.329595);
  );
  MPCoupe:=MPCoupe scaled 0.1;
  MPCoupe
  enddef;
}

\NewDocumentCommand\SchemaCoupeBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaCoupe
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaCoupe-lrcorner SchemaCoupe));
    pickup pencircle scaled 0.1;
    draw (SchemaCoupe scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaCoupe{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaCoupeBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaCoupeBase%
    }%
  }%    
}%

%%%%
% Ampoule
%%%%

\def\MPCodeSchemaAmpoule{%
  vardef SchemaAmpoule=
  %Freepik + pstoedit
  save $;
  picture $;
  $=image(
  % drawoptions ();
  fill (1628.060059,1215.140015)..controls (1627.949951,1283.489990) and (1614.890015,1351.859985)..(1588.800049,1415.069946)
  ..controls (1563.650024,1476.040039) and (1527.359985,1532.099976)..(1481.510010,1579.550049)
  ..controls (1435.989990,1626.650024) and (1381.989990,1665.359985)..(1322.359985,1692.550049)
  ..controls (1260.689941,1720.680054) and (1193.510010,1736.709961)..(1125.770020,1739.270020)
  ..controls (1056.739990,1741.890015) and (987.093994,1731.140015)..(922.340027,1707.000000)
  ..controls (860.168030,1683.829956) and (802.487976,1649.270020)..(752.968994,1605.060059)
  ..controls (703.151978,1560.589966) and (661.351990,1506.800049)..(631.090027,1447.229980)
  ..controls (599.484009,1385.040039) and (580.109009,1317.540039)..(574.015991,1248.040039)
  ..controls (567.351990,1172.050049) and (577.023010,1094.449951)..(602.984009,1022.669983)
  ..controls (628.612976,951.809021) and (669.395020,886.679993)..(722.343994,833.039001)
  ..controls (735.629028,819.578003) and (749.687988,806.968994)..(764.179993,794.820007)
  ..controls (778.718994,782.629028) and (790.840027,767.479980)..(800.073975,750.929993)
  ..controls (814.093994,725.801025) and (819.184021,698.328003)..(819.184021,669.870972)
  ..controls (819.184021,648.421997) and (819.184021,626.960999)..(819.184021,605.512024)
  ..controls (819.184021,596.601990) and (818.945007,587.659973)..(822.429993,579.229980)
  ..controls (825.921997,570.801025) and (831.698975,563.770020)..(838.965027,558.987976)
  ..controls (822.789001,542.870972) and (812.609009,520.468994)..(812.137024,496.828003)
  ..controls (811.448975,462.609009) and (834.367004,432.238007)..(866.226990,423.539001)
  ..controls (858.918030,415.218994) and (853.070007,405.500000)..(849.159973,394.871002)
  ..controls (836.867004,361.449005) and (846.078003,322.558990)..(876.210999,302.101990)
  ..controls (886.979980,294.781006) and (899.187988,291.359009)..(911.823975,290.320007)
  ..controls (916.184021,280.031006) and (920.543030,269.738007)..(924.901978,259.441010)
  ..controls (930.448975,246.352005) and (935.437988,232.761993)..(941.909973,220.078003)
  ..controls (954.765991,194.891006) and (980.531006,177.468994)..(1008.479980,173.968994)
  ..controls (1018.049988,172.770004) and (1028.010010,173.352005)..(1037.630005,173.352005)
  ..controls (1072.550049,173.352005) and (1107.469971,173.352005)..(1142.390015,173.352005)
  ..controls (1151.430054,173.352005) and (1160.479980,173.289001)..(1169.520020,173.352005)
  ..controls (1198.209961,173.550995) and (1224.510010,186.589996)..(1243.130005,208.281006)
  ..controls (1255.119995,222.250000) and (1261.560059,239.160004)..(1268.630005,255.839996)
  ..controls (1273.589966,267.558990) and (1278.560059,279.281006)..(1283.520020,291.000000)
  ..controls (1303.689941,294.089996) and (1321.729980,304.199005)..(1335.199951,320.468994)
  ..controls (1348.280029,336.261993) and (1355.680054,356.058990)..(1356.290039,376.511993)
  ..controls (1356.329956,377.039001) and (1356.349976,377.578003)..(1356.339966,378.109009)
  ..controls (1356.140015,397.328003) and (1349.069946,415.070007)..(1336.989990,428.460999)
  ..controls (1343.079956,431.261993) and (1348.880005,434.839996)..(1354.319946,439.199005)
  ..controls (1388.050049,466.281006) and (1399.979980,519.648010)..(1372.560059,555.237976)
  ..controls (1369.310059,559.460999) and (1365.619995,563.270020)..(1361.589966,566.629028)
  ..controls (1370.890015,575.159973) and (1377.489990,586.820007)..(1379.900024,599.960999)
  ..controls (1381.300049,607.578003) and (1380.819946,615.648010)..(1380.819946,623.370972)
  ..controls (1380.819946,634.840027) and (1380.819946,646.309021)..(1380.819946,657.789001)
  ..controls (1380.819946,679.101990) and (1379.680054,700.229980)..(1384.020020,720.710999)
  ..controls (1385.849976,729.340027) and (1388.000000,736.301025)..(1391.800049,745.479980)
  ..controls (1392.589966,747.398010) and (1393.420044,749.309021)..(1394.300049,751.198975)
  ..controls (1394.489990,751.590027) and (1394.910034,752.440979)..(1395.010010,752.629028)
  ..controls (1395.560059,753.679993) and (1396.089966,754.737976)..(1396.640015,755.781006)
  ..controls (1398.869995,759.960999) and (1401.280029,764.051025)..(1403.859985,768.020020)
  ..controls (1404.349976,768.789001) and (1404.859985,769.539001)..(1405.369995,770.301025)
  ..controls (1405.630005,770.659973) and (1406.180054,771.421997)..(1406.300049,771.578003)
  ..controls (1407.729980,773.479980) and (1409.140015,775.398010)..(1410.619995,777.262024)
  ..controls (1413.420044,780.762024) and (1417.420044,785.370972)..(1419.810059,787.828003)
  ..controls (1425.250000,793.460999) and (1433.520020,800.070007)..(1440.239990,805.870972)
  ..controls (1468.920044,830.640991) and (1495.130005,858.500000)..(1517.979980,888.729980)
  ..controls (1565.270020,951.289001) and (1598.869995,1023.580017)..(1615.709961,1100.209961)
  ..controls (1623.989990,1137.890015) and (1627.989990,1176.560059)..(1628.060059,1215.140015)
  --cycle;
  fill (1590.430054,1088.819946)..controls (1586.180054,1070.400024) and (1581.829956,1055.459961)..(1575.359985,1037.180054)
  ..controls (1572.209961,1028.280029) and (1568.810059,1019.469971)..(1565.170044,1010.750000)
  ..controls (1563.469971,1006.690002) and (1561.719971,1002.640015)..(1559.920044,998.609009)
  ..controls (1558.959961,996.468994) and (1557.969971,994.340027)..(1556.989990,992.210999)
  ..controls (1556.989990,992.190979) and (1556.709961,991.590027)..(1556.489990,991.129028)
  ..controls (1556.130005,990.370972) and (1555.290039,988.629028)..(1555.180054,988.398010)
  ..controls (1547.140015,971.851990) and (1538.219971,955.737976)..(1528.449951,940.140991)
  ..controls (1526.140015,936.440979) and (1523.770020,932.770020)..(1521.359985,929.129028)
  ..controls (1520.079956,927.190979) and (1518.770020,925.262024)..(1517.469971,923.340027)
  ..controls (1517.380005,923.198975) and (1517.079956,922.781006)..(1516.829956,922.421997)
  ..controls (1516.089966,921.351990) and (1515.349976,920.289001)..(1514.599976,919.229980)
  ..controls (1509.390015,911.890991) and (1503.989990,904.679993)..(1498.410034,897.620972)
  ..controls (1475.239990,868.328003) and (1452.010010,845.539001)..(1423.459961,821.328003)
  ..controls (1392.079956,794.718994) and (1370.050049,758.078003)..(1360.709961,718.070007)
  ..controls (1355.430054,695.500000) and (1356.040039,672.590027)..(1356.040039,649.609009)
  ..controls (1356.040039,631.898010) and (1356.489990,614.120972)..(1356.040039,596.409973)
  ..controls (1355.969971,593.698975) and (1356.040039,596.609009)..(1355.810059,593.840027)
  ..controls (1355.790039,593.578003) and (1355.579956,592.750000)..(1355.500000,592.398010)
  ..controls (1355.349976,592.000000) and (1355.199951,591.601990)..(1355.040039,591.218994)
  ..controls (1355.040039,591.210999) and (1355.040039,591.210999)..(1355.030029,591.210999)
  ..controls (1354.920044,591.000000) and (1354.489990,590.359009)..(1354.180054,589.870972)
  ..controls (1353.829956,589.448975) and (1353.420044,588.948975)..(1353.270020,588.801025)
  ..controls (1353.199951,588.737976) and (1353.160034,588.690979)..(1353.109985,588.640991)
  ..controls (1352.920044,588.500000) and (1352.709961,588.340027)..(1352.449951,588.140991)
  ..controls (1351.349976,587.281006) and (1348.790039,585.590027)..(1346.069946,584.781006)
  ..controls (1343.689941,584.070007) and (1341.349976,583.640991)..(1338.880005,583.559021)
  ..controls (1337.469971,583.512024) and (1336.060059,583.559021)..(1334.650024,583.559021)
  ..controls (1309.219971,583.559021) and (1283.800049,583.559021)..(1258.369995,583.559021)
  ..controls (1230.560059,583.559021) and (1202.750000,583.559021)..(1174.939941,583.559021)
  ..controls (1179.939941,654.000000) and (1185.280029,724.421997)..(1192.939941,794.629028)
  ..controls (1196.959961,831.479980) and (1201.619995,868.270020)..(1207.160034,904.929993)
  ..controls (1212.189941,938.179993) and (1217.550049,971.531006)..(1225.640015,1004.200012)
  ..controls (1256.260010,1007.039978) and (1286.880005,1015.440002)..(1312.880005,1032.140015)
  ..controls (1328.420044,1042.109985) and (1341.810059,1054.180054)..(1352.010010,1069.650024)
  ..controls (1361.109985,1083.439941) and (1367.920044,1101.069946)..(1366.599976,1117.859985)
  ..controls (1365.390015,1133.170044) and (1357.739990,1147.369995)..(1343.770020,1154.599976)
  ..controls (1331.000000,1161.219971) and (1315.319946,1161.989990)..(1301.630005,1157.979980)
  ..controls (1267.339966,1147.920044) and (1246.040039,1113.599976)..(1231.430054,1083.339966)
  ..controls (1223.729980,1067.390015) and (1217.300049,1050.949951)..(1211.839966,1034.199951)
  ..controls (1205.150024,1033.979980) and (1198.430054,1033.869995)..(1191.680054,1033.729980)
  ..controls (1168.459961,1033.260010) and (1145.239990,1033.069946)..(1122.010010,1033.010010)
  ..controls (1078.719971,1032.880005) and (1035.319946,1032.709961)..(992.054993,1034.550049)
  ..controls (991.354980,1036.900024) and (990.637024,1039.250000)..(989.898010,1041.589966)
  ..controls (984.265991,1059.430054) and (977.370972,1076.839966)..(969.101990,1093.630005)
  ..controls (961.828003,1108.390015) and (953.534973,1123.109985)..(942.323975,1135.270020)
  ..controls (931.526978,1146.979980) and (918.440979,1156.239990)..(902.601990,1159.380005)
  ..controls (888.515991,1162.170044) and (872.726990,1159.510010)..(860.684021,1151.569946)
  ..controls (844.390991,1140.839966) and (834.409973,1122.859985)..(833.351990,1103.430054)
  ..controls (832.492004,1087.739990) and (838.918030,1071.920044)..(847.956970,1059.369995)
  ..controls (867.309021,1032.510010) and (900.315979,1017.309998)..(931.585999,1009.539978)
  ..controls (944.648010,1006.289978) and (957.867004,1004.619995)..(971.171997,1003.679993)
  ..controls (976.479980,984.237976) and (980.620972,964.460999)..(984.226990,944.648010)
  ..controls (990.757996,908.781006) and (996.020020,872.671997)..(1000.609985,836.500000)
  ..controls (1009.960022,762.909973) and (1016.280029,688.968994)..(1021.789978,615.000000)
  ..controls (1022.570007,604.520020) and (1023.330017,594.039001)..(1024.079956,583.559021)
  ..controls (1011.030029,583.559021) and (997.976990,583.559021)..(984.926025,583.559021)
  ..controls (952.882996,583.559021) and (920.840027,583.559021)..(888.796997,583.559021)
  ..controls (883.526978,583.559021) and (878.245972,583.460999)..(872.976990,583.559021)
  ..controls (859.835999,583.809021) and (847.867004,591.729980)..(844.570007,604.851990)
  ..controls (843.265991,610.039001) and (843.956970,617.398010)..(843.956970,623.370972)
  ..controls (843.956970,644.281006) and (843.956970,665.198975)..(843.956970,686.120972)
  ..controls (843.956970,717.460999) and (837.293030,747.690979)..(822.242004,775.328003)
  ..controls (813.070007,792.171997) and (800.984009,806.968994)..(786.804993,819.828003)
  ..controls (773.460999,831.940979) and (759.507996,843.171997)..(746.718994,855.921997)
  ..controls (720.851990,881.690979) and (697.706970,910.190979)..(677.828003,940.820007)
  ..controls (637.773010,1002.539978) and (611.335999,1073.000000)..(601.323975,1145.930054)
  ..controls (596.281006,1182.660034) and (595.434021,1220.050049)..(598.382996,1256.979980)
  ..controls (599.479980,1270.729980) and (601.914001,1289.040039)..(604.734009,1304.560059)
  ..controls (606.187988,1312.569946) and (607.828003,1320.540039)..(609.659973,1328.469971)
  ..controls (610.601990,1332.540039) and (611.593994,1336.589966)..(612.632996,1340.640015)
  ..controls (613.085999,1342.410034) and (613.546997,1344.170044)..(614.020020,1345.930054)
  ..controls (614.289001,1346.930054) and (614.562988,1347.939941)..(614.840027,1348.939941)
  ..controls (614.973022,1349.430054) and (615.218994,1350.300049)..(615.343994,1350.739990)
  ..controls (619.784973,1366.160034) and (624.937988,1381.369995)..(630.804993,1396.310059)
  ..controls (633.706970,1403.699951) and (636.781006,1411.030029)..(640.026978,1418.270020)
  ..controls (640.859009,1420.140015) and (641.706970,1422.000000)..(642.565979,1423.859985)
  ..controls (642.987976,1424.780029) and (643.421997,1425.699951)..(643.848022,1426.609985)
  ..controls (643.851990,1426.630005) and (643.859009,1426.630005)..(643.862976,1426.640015)
  ..controls (645.640991,1430.319946) and (647.437988,1433.979980)..(649.293030,1437.609985)
  ..controls (656.559021,1451.859985) and (664.492004,1465.760010)..(673.054993,1479.270020)
  ..controls (675.085999,1482.479980) and (677.156006,1485.660034)..(679.257996,1488.819946)
  ..controls (680.379028,1490.500000) and (681.515991,1492.180054)..(682.648010,1493.849976)
  ..controls (682.690979,1493.910034) and (682.742004,1493.989990)..(682.804993,1494.079956)
  ..controls (683.323975,1494.819946) and (683.843994,1495.569946)..(684.367004,1496.310059)
  ..controls (689.020020,1502.910034) and (693.828003,1509.410034)..(698.784973,1515.790039)
  ..controls (708.526978,1528.319946) and (718.851990,1540.410034)..(729.706970,1552.000000)
  ..controls (731.085999,1553.469971) and (732.473022,1554.930054)..(733.862976,1556.380005)
  ..controls (734.190979,1556.729980) and (734.520020,1557.069946)..(734.851990,1557.410034)
  ..controls (735.125000,1557.689941) and (735.504028,1558.079956)..(735.651978,1558.229980)
  ..controls (738.492004,1561.079956) and (741.335999,1563.930054)..(744.229980,1566.729980)
  ..controls (750.015991,1572.339966) and (755.934021,1577.819946)..(761.976990,1583.150024)
  ..controls (773.882996,1593.650024) and (786.273010,1603.609985)..(799.093994,1612.969971)
  ..controls (800.723022,1614.160034) and (802.362976,1615.339966)..(804.004028,1616.520020)
  ..controls (804.437988,1616.819946) and (804.870972,1617.130005)..(805.304993,1617.439941)
  ..controls (805.598022,1617.640015) and (806.312988,1618.140015)..(806.445007,1618.229980)
  ..controls (809.781006,1620.510010) and (813.117004,1622.790039)..(816.492004,1625.020020)
  ..controls (823.250000,1629.459961) and (830.112976,1633.760010)..(837.078003,1637.890015)
  ..controls (892.648010,1670.839966) and (953.078003,1692.439941)..(1017.289978,1702.380005)
  ..controls (1084.089966,1712.709961) and (1153.079956,1709.339966)..(1218.670044,1693.069946)
  ..controls (1281.000000,1677.599976) and (1340.170044,1649.719971)..(1392.280029,1612.229980)
  ..controls (1443.800049,1575.160034) and (1488.020020,1528.449951)..(1522.520020,1475.170044)
  ..controls (1557.599976,1420.979980) and (1581.939941,1360.339966)..(1594.260010,1296.969971)
  ..controls (1600.359985,1265.579956) and (1603.229980,1233.800049)..(1603.280029,1201.380005)
  ..controls (1603.209961,1163.319946) and (1599.030029,1126.069946)..(1590.430054,1088.819946)
  --cycle withcolor Yellow;%(0.039923,0.061246,0.074271);
  fill (1249.760010,1074.030029)..controls (1249.829956,1074.170044) and (1249.930054,1074.369995)..(1250.079956,1074.670044)
  ..controls (1251.160034,1076.859985) and (1252.260010,1079.050049)..(1253.380005,1081.219971)
  ..controls (1257.020020,1088.199951) and (1261.079956,1094.839966)..(1265.189941,1101.540039)
  ..controls (1265.239990,1101.619995) and (1265.270020,1101.670044)..(1265.310059,1101.739990)
  ..controls (1265.770020,1102.359985) and (1266.209961,1103.000000)..(1266.670044,1103.619995)
  ..controls (1267.760010,1105.109985) and (1268.890015,1106.569946)..(1270.040039,1108.000000)
  ..controls (1271.199951,1109.430054) and (1272.380005,1110.839966)..(1273.609985,1112.199951)
  ..controls (1274.130005,1112.790039) and (1274.660034,1113.369995)..(1275.189941,1113.939941)
  ..controls (1275.270020,1114.020020) and (1275.319946,1114.069946)..(1275.380005,1114.130005)
  ..controls (1275.569946,1114.310059) and (1275.790039,1114.510010)..(1276.089966,1114.790039)
  ..controls (1281.859985,1120.089966) and (1284.729980,1122.280029)..(1292.040039,1125.780029)
  ..controls (1294.729980,1127.069946) and (1302.439941,1128.869995)..(1306.819946,1128.949951)
  ..controls (1312.589966,1129.069946) and (1318.760010,1128.280029)..(1323.650024,1126.229980)
  ..controls (1329.430054,1123.790039) and (1333.780029,1120.680054)..(1337.219971,1115.819946)
  ..controls (1338.949951,1113.369995) and (1339.770020,1111.829956)..(1340.599976,1109.319946)
  ..controls (1341.920044,1105.310059) and (1341.910034,1104.699951)..(1341.939941,1101.400024)
  ..controls (1341.949951,1100.729980) and (1341.650024,1097.410034)..(1341.829956,1098.459961)
  ..controls (1341.660034,1097.290039) and (1341.469971,1096.119995)..(1341.219971,1094.949951)
  ..controls (1341.089966,1094.349976) and (1340.949951,1093.739990)..(1340.800049,1093.140015)
  ..controls (1340.770020,1093.060059) and (1340.729980,1092.969971)..(1340.680054,1092.869995)
  ..controls (1339.930054,1091.160034) and (1339.290039,1089.310059)..(1338.630005,1087.560059)
  ..controls (1338.300049,1086.930054) and (1337.979980,1086.290039)..(1337.640015,1085.670044)
  ..controls (1336.800049,1084.150024) and (1335.810059,1082.719971)..(1334.969971,1081.199951)
  ..controls (1334.939941,1081.140015) and (1334.910034,1081.099976)..(1334.880005,1081.040039)
  ..controls (1334.650024,1080.719971) and (1334.420044,1080.400024)..(1334.180054,1080.079956)
  ..controls (1332.989990,1078.489990) and (1331.750000,1076.939941)..(1330.449951,1075.439941)
  ..controls (1329.880005,1074.780029) and (1327.150024,1072.010010)..(1328.530029,1073.310059)
  ..controls (1327.400024,1072.229980) and (1326.270020,1071.160034)..(1325.099976,1070.130005)
  ..controls (1322.069946,1067.469971) and (1318.910034,1064.930054)..(1315.619995,1062.589966)
  ..controls (1315.670044,1062.640015) and (1313.459961,1061.150024)..(1313.099976,1060.910034)
  ..controls (1311.489990,1059.869995) and (1309.859985,1058.849976)..(1308.199951,1057.869995)
  ..controls (1304.660034,1055.770020) and (1301.030029,1053.810059)..(1297.329956,1052.000000)
  ..controls (1284.030029,1045.510010) and (1269.560059,1041.219971)..(1254.839966,1038.369995)
  ..controls (1248.109985,1037.060059) and (1241.369995,1036.170044)..(1234.609985,1035.530029)
  ..controls (1237.369995,1043.890015) and (1240.459961,1052.339966)..(1243.800049,1060.459961)
  ..controls (1245.310059,1064.119995) and (1246.890015,1067.760010)..(1248.530029,1071.369995)
  ..controls (1248.939941,1072.260010) and (1249.349976,1073.140015)..(1249.760010,1074.030029)
  --cycle withcolor Yellow;
  fill (859.448975,1121.160034)..controls (859.456970,1121.170044) and (859.465027,1121.170044)..(859.473022,1121.180054)
  ..controls (859.445007,1121.130005) and (859.343994,1120.939941)..(859.137024,1120.569946)
  ..controls (859.270020,1120.829956) and (859.395020,1121.069946)..(859.448975,1121.160034)
  --cycle withcolor Yellow;
  fill (858.362976,1118.050049)..controls (858.401978,1118.270020) and (858.570007,1118.939941)..(858.687988,1119.439941)
  ..controls (858.745972,1119.619995) and (858.801025,1119.770020)..(858.820007,1119.829956)
  ..controls (858.867004,1119.979980) and (858.940979,1120.150024)..(859.020020,1120.319946)
  ..controls (859.190979,1120.609985) and (859.351990,1120.910034)..(859.487976,1121.199951)
  ..controls (859.828003,1121.609985) and (860.156006,1122.020020)..(860.484009,1122.430054)
  ..controls (861.073975,1122.890015) and (861.676025,1123.459961)..(862.210999,1123.920044)
  ..controls (862.418030,1124.099976) and (862.554993,1124.219971)..(862.659973,1124.319946)
  ..controls (862.804993,1124.369995) and (863.020020,1124.459961)..(863.348022,1124.619995)
  ..controls (863.843994,1124.859985) and (865.882996,1125.939941)..(866.382996,1126.229980)
  ..controls (866.734009,1126.369995) and (867.273010,1126.589966)..(867.293030,1126.599976)
  ..controls (868.340027,1126.939941) and (869.379028,1127.280029)..(870.440979,1127.560059)
  ..controls (881.921997,1130.660034) and (894.406006,1128.469971)..(905.132996,1122.180054)
  ..controls (917.539001,1114.900024) and (926.690979,1103.689941)..(934.379028,1091.729980)
  ..controls (943.250000,1077.939941) and (950.460999,1063.050049)..(956.543030,1047.839966)
  ..controls (957.895020,1044.449951) and (959.184021,1041.030029)..(960.434021,1037.609985)
  ..controls (941.203003,1040.719971) and (922.492004,1046.329956)..(905.159973,1055.739990)
  ..controls (892.585999,1062.560059) and (880.448975,1071.050049)..(871.512024,1082.349976)
  ..controls (867.554993,1087.359985) and (863.882996,1092.969971)..(861.590027,1098.709961)
  ..controls (860.354980,1101.800049) and (859.348022,1105.000000)..(858.659973,1108.260010)
  ..controls (858.059021,1111.089966) and (858.081970,1112.010010)..(858.062988,1115.829956)
  ..controls (858.062988,1115.969971) and (858.062988,1116.089966)..(858.062988,1116.199951)
  ..controls (858.156006,1116.819946) and (858.245972,1117.430054)..(858.362976,1118.050049)
  --cycle withcolor Yellow;
%  fill (858.062988,1116.290039)..controls (858.062988,1118.199951) and (858.112976,1117.010010)..(858.062988,1116.290039)--cycle;
  fill (1030.189941,810.190979)..controls (1025.719971,849.781006) and (1020.500000,889.301025)..(1014.239990,928.648010)
  ..controls (1010.320007,953.351990) and (1006.109985,978.090027)..(1000.469971,1002.469971)
  ..controls (1001.690002,1002.440002) and (1002.900024,1002.409973)..(1004.119995,1002.390015)
  ..controls (1028.520020,1001.840027) and (1052.920044,1001.640015)..(1077.319946,1001.570007)
  ..controls (1119.060059,1001.450012) and (1161.020020,1000.960022)..(1202.760010,1002.820007)
  ..controls (1200.130005,992.551025) and (1197.780029,982.198975)..(1195.650024,971.801025)
  ..controls (1187.810059,933.487976) and (1182.140015,894.690979)..(1176.989990,855.940979)
  ..controls (1166.510010,777.229980) and (1159.650024,698.090027)..(1153.729980,618.929993)
  ..controls (1152.849976,607.140991) and (1151.989990,595.351990)..(1151.150024,583.559021)
  ..controls (1142.420044,583.559021) and (1133.689941,583.559021)..(1124.949951,583.559021)
  ..controls (1099.920044,583.559021) and (1074.880005,583.559021)..(1049.839966,583.559021)
  ..controls (1044.459961,659.198975) and (1038.699951,734.828003)..(1030.189941,810.190979)
  --cycle withcolor Yellow;
  fill (1363.099976,494.718994)..controls (1363.079956,493.570007) and (1363.040039,492.421997)..(1362.969971,491.269989)
  ..controls (1362.959961,491.160004) and (1362.939941,491.050995)..(1362.920044,490.921997)
  ..controls (1362.630005,488.890991) and (1362.310059,486.878998)..(1361.859985,484.878998)
  ..controls (1361.760010,484.421997) and (1361.469971,483.378998)..(1361.369995,483.000000)
  ..controls (1361.250000,482.609009) and (1361.130005,482.230011)..(1361.000000,481.839996)
  ..controls (1360.630005,480.789001) and (1359.010010,477.121002)..(1359.199951,477.320007)
  ..controls (1358.510010,476.019989) and (1357.780029,474.730011)..(1357.050049,473.441010)
  ..controls (1356.849976,473.078003) and (1356.439941,472.468994)..(1356.170044,472.070007)
  ..controls (1355.969971,471.800995) and (1355.780029,471.531006)..(1355.579956,471.269989)
  ..controls (1354.390015,469.718994) and (1352.969971,468.339996)..(1351.790039,466.789001)
  ..controls (1351.699951,466.710999) and (1351.619995,466.648010)..(1351.520020,466.558990)
  ..controls (1350.530029,465.699005) and (1349.589966,464.789001)..(1348.579956,463.949005)
  ..controls (1348.020020,463.480011) and (1345.739990,461.789001)..(1345.709961,461.710999)
  ..controls (1344.140015,460.679993) and (1342.530029,459.699005)..(1340.880005,458.800995)
  ..controls (1339.430054,458.019989) and (1337.949951,457.289001)..(1336.449951,456.621002)
  ..controls (1336.130005,456.480011) and (1335.709961,456.300995)..(1335.599976,456.261993)
  ..controls (1334.339966,455.808990) and (1333.069946,455.371002)..(1331.790039,454.988007)
  ..controls (1325.699951,453.148010) and (1320.410034,452.500000)..(1314.510010,452.480011)
  ..controls (1304.449951,452.460999) and (1294.390015,452.480011)..(1284.329956,452.480011)
  ..controls (1284.010010,452.480011) and (1283.699951,452.449005)..(1283.380005,452.429993)
  ..controls (1280.339966,452.500000) and (1277.280029,452.480011)..(1274.199951,452.480011)
  ..controls (1243.640015,452.480011) and (1213.079956,452.480011)..(1182.520020,452.480011)
  ..controls (1138.609985,452.480011) and (1094.699951,452.480011)..(1050.800049,452.480011)
  ..controls (1016.349976,452.480011) and (981.906006,452.480011)..(947.460999,452.480011)
  ..controls (940.926025,452.480011) and (934.390991,452.519989)..(927.851990,452.480011)
  ..controls (927.776978,452.480011) and (927.698975,452.480011)..(927.625000,452.480011)
  ..controls (927.578003,452.480011) and (927.534973,452.480011)..(927.487976,452.480011)
  ..controls (905.598022,452.480011) and (882.581970,449.710999)..(863.504028,461.851990)
  ..controls (850.190979,470.320007) and (841.098022,483.671997)..(837.867004,498.839996)
  ..controls (836.609009,504.750000) and (836.648010,512.129028)..(837.718994,517.737976)
  ..controls (837.929993,518.840027) and (838.242004,519.940979)..(838.445007,521.039001)
  ..controls (838.456970,521.109009) and (838.465027,521.171997)..(838.476990,521.218994)
  ..controls (838.507996,521.309021) and (838.539001,521.390991)..(838.573975,521.487976)
  ..controls (839.179993,523.159973) and (839.823975,524.820007)..(840.421997,526.487976)
  ..controls (840.465027,526.609009) and (840.507996,526.729980)..(840.543030,526.828003)
  ..controls (841.043030,527.679993) and (841.456970,528.609009)..(841.945007,529.468994)
  ..controls (842.379028,530.229980) and (842.854980,530.968994)..(843.289001,531.729980)
  ..controls (843.390991,531.898010) and (843.473022,532.051025)..(843.543030,532.179993)
  ..controls (843.573975,532.218994) and (843.601990,532.250000)..(843.632996,532.289001)
  ..controls (844.968994,534.020020) and (846.343994,535.698975)..(847.776978,537.351990)
  ..controls (847.801025,537.379028) and (847.815979,537.398010)..(847.843994,537.429993)
  ..controls (848.690979,538.229980) and (849.539001,539.031006)..(850.421997,539.801025)
  ..controls (851.245972,540.520020) and (852.104980,541.179993)..(852.940979,541.890991)
  ..controls (853.348022,542.210999) and (853.762024,542.520020)..(854.176025,542.828003)
  ..controls (856.151978,544.129028) and (858.179993,545.328003)..(860.281006,546.421997)
  ..controls (863.801025,548.229980) and (865.875000,549.070007)..(870.796997,550.340027)
  ..controls (874.284973,551.229980) and (877.395020,551.737976)..(880.565979,551.968994)
  ..controls (892.640991,551.979980) and (904.723022,552.120972)..(916.784973,552.120972)
  ..controls (959.250000,552.120972) and (1001.710022,552.120972)..(1044.180054,552.120972)
  ..controls (1092.510010,552.120972) and (1140.839966,552.120972)..(1189.180054,552.120972)
  ..controls (1225.949951,552.120972) and (1262.729980,552.120972)..(1299.500000,552.120972)
  ..controls (1301.000000,552.120972) and (1302.489990,552.120972)..(1303.989990,552.120972)
  ..controls (1304.010010,552.120972) and (1304.020020,552.120972)..(1304.040039,552.120972)
  ..controls (1319.979980,551.948975) and (1335.729980,545.987976)..(1346.550049,534.729980)
  ..controls (1351.810059,529.262024) and (1356.670044,522.070007)..(1359.040039,516.031006)
  ..controls (1362.209961,507.980011) and (1363.180054,502.761993)..(1363.099976,494.718994)
  --cycle;
%  fill (1362.979980,491.300995)..controls (1363.030029,491.949005) and (1363.290039,493.500000)..(1362.979980,491.300995)
%  --cycle;
  fill (1330.329956,353.800995)..controls (1330.290039,353.550995) and (1330.050049,352.640991)..(1329.979980,352.320007)
  ..controls (1329.770020,351.660004) and (1329.550049,351.000000)..(1329.319946,350.351990)
  ..controls (1328.969971,349.371002) and (1328.569946,348.421997)..(1328.209961,347.449005)
  ..controls (1328.099976,347.140991) and (1328.020020,346.921997)..(1327.959961,346.750000)
  ..controls (1327.949951,346.718994) and (1327.939941,346.710999)..(1327.920044,346.679993)
  ..controls (1326.930054,344.890991) and (1325.849976,343.140991)..(1324.880005,341.339996)
  ..controls (1324.869995,341.320007) and (1324.859985,341.300995)..(1324.849976,341.281006)
  ..controls (1324.410034,340.679993) and (1323.969971,340.089996)..(1323.510010,339.500000)
  ..controls (1323.189941,339.101990) and (1320.449951,336.011993)..(1320.780029,336.238007)
  ..controls (1319.160034,334.671997) and (1317.420044,333.230011)..(1315.699951,331.781006)
  ..controls (1315.709961,331.789001) and (1315.140015,331.351990)..(1314.780029,331.070007)
  ..controls (1314.270020,330.718994) and (1313.359985,330.089996)..(1313.219971,330.000000)
  ..controls (1311.489990,328.910004) and (1309.709961,327.890991)..(1307.890015,326.960999)
  ..controls (1304.410034,325.191010) and (1301.510010,324.148010)..(1297.239990,323.078003)
  ..controls (1292.930054,322.011993) and (1288.670044,321.460999)..(1284.239990,321.421997)
  ..controls (1283.560059,321.488007) and (1282.890015,321.480011)..(1282.239990,321.410004)
  ..controls (1277.000000,321.378998) and (1271.750000,321.410004)..(1266.510010,321.410004)
  ..controls (1234.349976,321.410004) and (1202.180054,321.410004)..(1170.020020,321.410004)
  ..controls (1127.430054,321.410004) and (1084.849976,321.410004)..(1042.270020,321.410004)
  ..controls (1010.030029,321.410004) and (977.781006,321.410004)..(945.539001,321.410004)
  ..controls (939.601990,321.410004) and (933.659973,321.371002)..(927.723022,321.410004)
  ..controls (916.629028,321.500000) and (906.770020,323.890991)..(897.281006,329.410004)
  ..controls (885.882996,336.050995) and (876.320007,347.058990)..(872.012024,358.750000)
  ..controls (869.145020,366.519989) and (868.340027,371.140991)..(868.437988,378.929993)
  ..controls (868.484009,382.890991) and (868.757996,384.160004)..(869.664001,388.660004)
  ..controls (869.745972,389.078003) and (869.812988,389.398010)..(869.862976,389.648010)
  ..controls (870.112976,390.480011) and (870.390991,391.300995)..(870.676025,392.109009)
  ..controls (871.023010,393.089996) and (871.421997,394.039001)..(871.784973,395.011993)
  ..controls (871.921997,395.371002) and (872.020020,395.648010)..(872.098022,395.878998)
  ..controls (872.190979,396.050995) and (872.296997,396.238007)..(872.421997,396.468994)
  ..controls (873.281006,398.039001) and (874.265991,399.539001)..(875.112976,401.109009)
  ..controls (875.137024,401.148010) and (875.145020,401.171997)..(875.164001,401.210999)
  ..controls (875.781006,401.980011) and (876.351990,402.781006)..(876.973022,403.550995)
  ..controls (877.612976,404.339996) and (878.289001,405.101990)..(878.948975,405.871002)
  ..controls (879.081970,406.031006) and (879.176025,406.140991)..(879.250000,406.238007)
  ..controls (880.870972,407.808990) and (882.593994,409.218994)..(884.304993,410.679993)
  ..controls (884.629028,410.960999) and (884.875000,411.171997)..(885.065979,411.339996)
  ..controls (885.828003,411.871002) and (886.637024,412.378998)..(887.426025,412.859009)
  ..controls (889.168030,413.941010) and (890.965027,414.929993)..(892.796997,415.839996)
  ..controls (895.851990,417.359009) and (898.882996,418.410004)..(902.762024,419.371002)
  ..controls (910.710999,421.351990) and (918.632996,421.050995)..(926.723022,421.050995)
  ..controls (956.218994,421.050995) and (985.715027,421.050995)..(1015.210022,421.050995)
  ..controls (1057.630005,421.050995) and (1100.050049,421.050995)..(1142.479980,421.050995)
  ..controls (1177.069946,421.050995) and (1211.670044,421.050995)..(1246.260010,421.050995)
  ..controls (1254.319946,421.050995) and (1262.369995,421.050995)..(1270.430054,421.050995)
  ..controls (1288.930054,421.050995) and (1306.280029,414.371002)..(1318.069946,400.250000)
  ..controls (1327.180054,389.359009) and (1331.430054,377.179993)..(1331.569946,364.351990)
  ..controls (1331.510010,359.871002) and (1331.229980,358.558990)..(1330.329956,353.800995)
  --cycle;
  fill (1243.010010,248.820007)..controls (1242.010010,246.449005) and (1241.000000,244.078003)..(1240.000000,241.718994)
  ..controls (1239.729980,241.070007) and (1239.449951,240.429993)..(1239.189941,239.789001)
  ..controls (1239.119995,239.641006) and (1239.020020,239.397995)..(1238.910034,239.141006)
  ..controls (1238.650024,238.671997) and (1237.430054,236.179993)..(1237.160034,235.679993)
  ..controls (1236.349976,234.229996) and (1235.400024,232.852005)..(1234.599976,231.410004)
  ..controls (1234.569946,231.339996) and (1234.540039,231.289001)..(1234.510010,231.238007)
  ..controls (1234.339966,231.000000) and (1234.170044,230.761993)..(1233.989990,230.520004)
  ..controls (1232.869995,229.020004) and (1231.699951,227.550995)..(1230.479980,226.128998)
  ..controls (1229.849976,225.397995) and (1227.489990,222.968994)..(1228.630005,224.059006)
  ..controls (1227.630005,223.089996) and (1226.630005,222.141006)..(1225.589966,221.218994)
  ..controls (1224.540039,220.289001) and (1223.469971,219.397995)..(1222.380005,218.531006)
  ..controls (1221.660034,217.960999) and (1220.920044,217.397995)..(1220.180054,216.839996)
  ..controls (1220.150024,216.828003) and (1220.140015,216.820007)..(1220.119995,216.800995)
  ..controls (1220.050049,216.761993) and (1219.979980,216.710999)..(1219.890015,216.660004)
  ..controls (1209.469971,209.921997) and (1199.119995,205.852005)..(1186.530029,204.940994)
  ..controls (1178.189941,204.352005) and (1169.680054,204.781006)..(1161.319946,204.781006)
  ..controls (1127.150024,204.781006) and (1092.979980,204.781006)..(1058.800049,204.781006)
  ..controls (1049.479980,204.781006) and (1040.150024,204.729996)..(1030.819946,204.781006)
  ..controls (1008.609985,204.897995) and (987.215027,214.039001)..(972.945007,231.261993)
  ..controls (963.593994,242.550995) and (958.995972,255.750000)..(953.293030,269.218994)
  ..controls (950.359009,276.140991) and (947.429993,283.058990)..(944.500000,289.980011)
  ..controls (963.918030,289.980011) and (983.335999,289.980011)..(1002.750000,289.980011)
  ..controls (1046.089966,289.980011) and (1089.420044,289.980011)..(1132.760010,289.980011)
  ..controls (1169.650024,289.980011) and (1206.540039,289.980011)..(1243.430054,289.980011)
  ..controls (1249.099976,289.980011) and (1254.770020,289.980011)..(1260.439941,289.980011)
  ..controls (1257.920044,284.011993) and (1255.390015,278.050995)..(1252.859985,272.078003)
  ..controls (1249.579956,264.328003) and (1246.290039,256.570007)..(1243.010010,248.820007)
  --cycle;
%  fill (885.331970,411.558990)..controls (885.773010,411.929993) and (885.620972,411.789001)..(885.331970,411.558990)--cycle;
%  fill (848.585999,538.281006)..controls (848.734009,538.448975) and (848.706970,538.421997)..(848.585999,538.281006)
%  --cycle;
%  fill (643.843994,1426.599976)..controls (643.534973,1425.949951) and (642.421997,1423.660034)..(643.843994,1426.599976) --cycle;
%  fill (682.823975,1494.109985)..controls (683.328003,1494.839966) and (684.265991,1496.180054)..(682.823975,1494.109985)--cycle;
  fill (1100.239990,1818.140015)..controls (1107.380005,1822.000000) and (1112.390015,1831.150024)..(1112.390015,1839.180054)
  ..controls (1112.390015,1859.280029) and (1112.390015,1879.380005)..(1112.390015,1899.479980)
  ..controls (1112.390015,1931.540039) and (1112.390015,1963.589966)..(1112.390015,1995.650024)
  ..controls (1112.390015,2003.040039) and (1112.390015,2010.430054)..(1112.390015,2017.810059)
  ..controls (1112.390015,2025.189941) and (1106.060059,2028.500000)..(1099.760010,2025.099976)
  ..controls (1092.619995,2021.250000) and (1087.609985,2012.089966)..(1087.609985,2004.060059)
  ..controls (1087.609985,1983.959961) and (1087.609985,1963.859985)..(1087.609985,1943.760010)
  ..controls (1087.609985,1911.699951) and (1087.609985,1879.640015)..(1087.609985,1847.589966)
  ..controls (1087.609985,1840.199951) and (1087.609985,1832.819946)..(1087.609985,1825.430054)
  ..controls (1087.609985,1818.050049) and (1093.930054,1814.729980)..(1100.239990,1818.140015)
  --cycle;
  fill (564.401978,1720.219971)..controls (587.070007,1697.550049) and (609.737976,1674.890015)..(632.406006,1652.219971)
  ..controls (637.629028,1646.989990) and (642.851990,1641.770020)..(648.073975,1636.550049)
  ..controls (653.526978,1631.089966) and (660.979980,1635.380005)..(665.059021,1640.599976)
  ..controls (668.539001,1645.060059) and (674.867004,1657.020020)..(669.390991,1662.500000)
  ..controls (655.179993,1676.709961) and (640.965027,1690.930054)..(626.754028,1705.140015)
  ..controls (604.085999,1727.810059) and (581.418030,1750.479980)..(558.750000,1773.140015)
  ..controls (553.526978,1778.369995) and (548.304993,1783.589966)..(543.078003,1788.810059)
  ..controls (537.629028,1794.270020) and (530.176025,1789.979980)..(526.098022,1784.760010)
  ..controls (522.617004,1780.300049) and (516.284973,1768.339966)..(521.765991,1762.859985)
  ..controls (535.976990,1748.640015) and (550.190979,1734.430054)..(564.401978,1720.219971)
  --cycle;
  fill (481.867004,1223.979980)..controls (461.769989,1223.979980) and (441.667999,1223.979980)..(421.570007,1223.979980)
  ..controls (389.511993,1223.979980) and (357.453003,1223.979980)..(325.398010,1223.979980)
  ..controls (318.011993,1223.979980) and (310.625000,1223.979980)..(303.238007,1223.979980)
  ..controls (295.343994,1223.979980) and (288.816010,1216.260010)..(286.433990,1209.270020)
  ..controls (284.855011,1204.640015) and (283.191010,1192.540039)..(291.417999,1192.540039)
  ..controls (311.515991,1192.540039) and (331.617004,1192.540039)..(351.714996,1192.540039)
  ..controls (383.773010,1192.540039) and (415.828003,1192.540039)..(447.886993,1192.540039)
  ..controls (455.273010,1192.540039) and (462.660004,1192.540039)..(470.046997,1192.540039)
  ..controls (477.937988,1192.540039) and (484.468994,1200.260010)..(486.847992,1207.250000)
  ..controls (488.429993,1211.880005) and (490.093994,1223.979980)..(481.867004,1223.979980)
  --cycle;
  fill (655.362976,778.960999)..controls (641.151978,764.737976) and (626.937988,750.531006)..(612.726990,736.320007)
  ..controls (590.059021,713.648010) and (567.390991,690.979980)..(544.723022,668.320007)
  ..controls (539.500000,663.090027) and (534.276978,657.870972)..(529.054993,652.648010)
  ..controls (523.598022,647.190979) and (518.051025,638.570007)..(520.504028,630.440979)
  ..controls (522.715027,623.101990) and (531.223022,624.148010)..(535.801025,628.718994)
  ..controls (550.012024,642.940979) and (564.223022,657.148010)..(578.437988,671.359009)
  ..controls (601.104980,694.031006) and (623.773010,716.698975)..(646.440979,739.359009)
  ..controls (651.664001,744.590027) and (656.887024,749.809021)..(662.109009,755.031006)
  ..controls (667.565979,760.487976) and (673.109009,769.109009)..(670.659973,777.237976)
  ..controls (668.445007,784.578003) and (659.937988,783.531006)..(655.362976,778.960999)
  --cycle;
  fill (1635.599976,696.301025)..controls (1612.930054,718.968994) and (1590.260010,741.640991)..(1567.589966,764.309021)
  ..controls (1562.369995,769.531006) and (1557.150024,774.750000)..(1551.920044,779.979980)
  ..controls (1546.469971,785.429993) and (1539.020020,781.148010)..(1534.939941,775.921997)
  ..controls (1531.459961,771.460999) and (1525.130005,759.500000)..(1530.609985,754.020020)
  ..controls (1544.819946,739.809021) and (1559.030029,725.601990)..(1573.250000,711.379028)
  ..controls (1595.910034,688.718994) and (1618.579956,666.051025)..(1641.250000,643.379028)
  ..controls (1646.469971,638.159973) and (1651.699951,632.929993)..(1656.920044,627.710999)
  ..controls (1662.369995,622.262024) and (1669.819946,626.539001)..(1673.900024,631.762024)
  ..controls (1677.380005,636.218994) and (1683.709961,648.190979)..(1678.229980,653.671997)
  ..controls (1664.020020,667.879028) and (1649.810059,682.090027)..(1635.599976,696.301025)
  --cycle;
  fill (1908.579956,1223.979980)..controls (1888.479980,1223.979980) and (1868.380005,1223.979980)..(1848.290039,1223.979980)
  ..controls (1816.229980,1223.979980) and (1784.170044,1223.979980)..(1752.109985,1223.979980)
  ..controls (1744.729980,1223.979980) and (1737.339966,1223.979980)..(1729.949951,1223.979980)
  ..controls (1722.060059,1223.979980) and (1715.530029,1216.260010)..(1713.150024,1209.280029)
  ..controls (1711.569946,1204.640015) and (1709.910034,1192.550049)..(1718.130005,1192.550049)
  ..controls (1738.229980,1192.550049) and (1758.329956,1192.550049)..(1778.430054,1192.550049)
  ..controls (1810.489990,1192.550049) and (1842.540039,1192.550049)..(1874.599976,1192.550049)
  ..controls (1881.989990,1192.550049) and (1889.380005,1192.550049)..(1896.760010,1192.550049)
  ..controls (1904.650024,1192.550049) and (1911.189941,1200.270020)..(1913.569946,1207.250000)
  ..controls (1915.140015,1211.880005) and (1916.810059,1223.979980)..(1908.579956,1223.979980)
  --cycle;
  fill (1544.640015,1637.569946)..controls (1558.849976,1651.780029) and (1573.060059,1665.989990)..(1587.270020,1680.199951)
  ..controls (1609.939941,1702.869995) and (1632.609985,1725.540039)..(1655.280029,1748.209961)
  ..controls (1660.500000,1753.430054) and (1665.719971,1758.660034)..(1670.949951,1763.880005)
  ..controls (1676.400024,1769.339966) and (1681.949951,1777.949951)..(1679.500000,1786.089966)
  ..controls (1677.280029,1793.430054) and (1668.780029,1792.380005)..(1664.199951,1787.800049)
  ..controls (1649.989990,1773.589966) and (1635.780029,1759.380005)..(1621.560059,1745.160034)
  ..controls (1598.900024,1722.489990) and (1576.229980,1699.829956)..(1553.560059,1677.160034)
  ..controls (1548.339966,1671.939941) and (1543.109985,1666.709961)..(1537.890015,1661.489990)
  ..controls (1532.430054,1656.030029) and (1526.890015,1647.410034)..(1529.339966,1639.280029)
  ..controls (1531.550049,1631.939941) and (1540.060059,1632.989990)..(1544.640015,1637.569946)
  --cycle;
  );
  $
  enddef;%
}%

\NewDocumentCommand\SchemaAmpouleBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaAmpoule%
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaAmpoule-lrcorner SchemaAmpoule));
    pickup pencircle scaled 0.1;
    draw (SchemaAmpoule scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaAmpoule{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaAmpouleBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaAmpouleBase%
    }%
  }%    
}%

%%%%%%%%%%%
% Loupe
%%%%%%%%%%%
\def\MPCodeSchemaLoupe{%
  vardef SchemaLoupe=
  save $;picture $;
  $=image(
  pair O,M[],N[],K[];
    O=(0,0);
    path cc[];
    cc1=cercles(O,0.325u);
    cc2=cercles(O,0.4u);
    M1=pointarc(cc2,300-5);
    M2=pointarc(cc2,305+5);
    M3=rotation(M1,M2,90);
    M4-M3=M1-M2;
    N1=1.25[M3,M4];
    N2=1.25[M4,M3];
    N3=1.75[N2,rotation(N1,N2,90)];
    N4-N3=N1-N2;
    fill cc2 withcolor 0.6white;
    fill cc1 withcolor LightBlue;
    fill polygone(M1,M2,M3,M4) withcolor Orange;
    fill polygone(N1,N2,N3,N4) withcolor LightSteelBlue;
    trace cc1;
    trace cc2;
    trace polygone(M1,M2,M3,M4);
    trace polygone(N1,N2,N3,N4);
    trace 0.6[O,M1]--0.6[O,M2] withcolor 0.6white;
    K1=0.695[O,pointarc(cc1,180)];
    K2=0.695[O,pointarc(cc1,100)];
    fill arccercle(K2,K1,O)--K1{dir80}..{dir100}K2--cycle withcolor white;
  );
  $
  enddef;
}

\NewDocumentCommand\SchemaLoupeBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaLoupe
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaLoupe-lrcorner SchemaLoupe));
    pickup pencircle scaled 0.1;
    draw (SchemaLoupe scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaLoupe{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaLoupeBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaLoupeBase%
    }%
  }%    
}%

%%%%%%%%%
% Cerveau
%%%%%%%%%
\def\MPCodeSchemaCerveau{%
  vardef SchemaCerveau=
  save $; picture $;
  $=image(
  pair O,A,B,M[],N[],K[];
    O=(0,0);
    A-O=u*(0,-0.7);
    B=symetrie(A,O);
    path cc,cd;
    cc=cercles(O,1.15[O,B]);
    %cc:=cc xscaled 0.8 yscaled (1/1.1);
    %trace cc;
    cd=A--B{dir95}..{dir-90}0.9[O,pointarc(cc,126)]{dir 150}..{dir-30}0.9[O,pointarc(cc,162)]{dir200}..{dir-20}0.9[O,pointarc(cc,198)]{dir240}..{dir20}0.9[O,pointarc(cc,234)]{dir270}..{dir90}cycle;
    cd:=cd xscaled0.9 yscaled 0.85;
    fill cd withcolor Pink;
    fill symetrie(cd,A,B) withcolor Pink;
    %drawoptions(withpen pensquare scaled 1.02);
    trace cd;
    trace symetrie(cd,A,B);
    trace 1.2[O,pointarc(cc,60)]--1.35[O,pointarc(cc,60)];
    trace 1.2[O,pointarc(cc,75)]--1.35[O,pointarc(cc,75)];
    trace 1.2[O,pointarc(cc,90)]--1.35[O,pointarc(cc,90)];
    trace 1.2[O,pointarc(cc,105)]--1.35[O,pointarc(cc,105)];
    trace 1.2[O,pointarc(cc,120)]--1.35[O,pointarc(cc,120)];
    trace coupdecompas(B,B+u*(-0.5,-0.5),5);
    trace coupdecompas(B,B+u*(-0.35,-1),5);
    trace coupdecompas(B,B+u*(-0.1,-0.6),5);
    trace coupdecompas(A,A+u*(-0.25,1.05),2);
    %
    trace coupdecompas(A,A+u*(0.5,0.5),5);
    trace coupdecompas(A,A+u*(0.35,1),5);
    trace coupdecompas(A,A+u*(0.1,0.6),5);
    trace coupdecompas(B,B+u*(0.25,-1.05),2);
  );
  $
  enddef;
}

\NewDocumentCommand\SchemaCerveauBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaCerveau
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaCerveau-lrcorner SchemaCerveau));
    pickup pencircle scaled 0.1;
    draw (SchemaCerveau scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaCerveau{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaCerveauBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaCerveauBase%
    }%
  }%    
}%

%%%%%%%%%%%%
% Médaille
%%%%%%%%%%%%
\def\MPCodeSchemaMedaille{
  vardef SchemaMedaille=
  save $; picture $;
  $=image(
  color CouleurM,CouleurR;
    CouleurM=\useKV[Schemas]{CouleurM};
    CouleurR=\useKV[Schemas]{CouleurR};
    pair O,M[],P[];
    O=(0,0);
    path cc,cd,ce,penta;
    cc=cercles(O,0.5u);
    cd=cercles(O,0.8u);
    ce=cercles(O,u);
    for k=1 upto 5:
    M[k]=pointarc(cc,18+(k-1)*72);
    endfor;
    P1=pointarc(ce,235);
    P5=pointarc(ce,260);
    P2=rotation(P5,P1,-90);
    P4=rotation(P1,P5,90);
    P3=iso(P2,P4)+0.25*(P5-P4);
    penta=buildcycle(M1--M3,M5--M2--M4,M1--M3--M5,M2--M4--M1,M3--M5--M2,M4--M1--M3);
    fill ce withcolor CouleurM;
    trace ce withpen pensquare;
    trace cd withpen pensquare withcolor CouleurR;
    fill penta withcolor white;
    trace penta withpen pensquare withcolor CouleurR;
    fill arccercle(P1,P5,O)--P4--P3--P2--cycle withcolor CouleurR;
    trace arccercle(P1,P5,O)--P4--P3--P2--cycle;
    fill symetrie(arccercle(P1,P5,O)--P4--P3--P2--cycle,O,O+(0,1)) withcolor CouleurR;
    trace symetrie(arccercle(P1,P5,O)--P4--P3--P2--cycle,O,O+(0,1));
    );
    $
    enddef;
  }
  
\NewDocumentCommand\SchemaMedailleBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaMedaille
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaMedaille-lrcorner SchemaMedaille));
    pickup pencircle scaled 0.1;
    draw (SchemaMedaille scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaMedaille{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaMedailleBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaMedailleBase%
    }%
  }%    
}%

%%%%%%%%%
% Lunettes
%%%%%%%%%
\def\MPCodeSchemaLunettes{
  vardef SchemaLunettes=
  save $; picture $;
  $=image(
      pair O,A[],B[];
    O=(0,0);
    A1-O=u*(-0.1,0);
    A2-A1=u*(-0.175,-0.35);
    A3-A2=u*(-0.35,0);
    A4-A3=u*(-0.175,0.35);
    B1=A4+u*(-0.01,0);
    B2-B1=u*(0.2,0.35);
    B3-B2=u*(0.1,0);
    path branche,verrea,verreb;
    branche=B3{dir90}..{dir angle(B1-B2)}B2--B1;
    verrea=A1{dir90}..{dir180}(A1+u*(-0.1,0.1))--(A4+u*(0.1,0.1)){dir180}..{dir-90}(A4){dir-90}..{dir0}A3--A2{dir0}..cycle;
    verreb=symetrie(verrea,O,O+(0,1));
    fill verrea withcolor \mpcolor{LightSteelBlue!35};
    fill verreb withcolor \mpcolor{LightSteelBlue!35};
    trace verrea withpen pensquare scaled 1.02;
    trace verreb withpen pensquare scaled 1.02;
    trace A1{dir10}..{dir-10}symetrie(A1,O) withpen pensquare scaled 1.02;
    trace branche withpen pensquare scaled 1.02;
    trace symetrie(branche,O,O+(0,1)) withpen pensquare scaled 1.02;
    );
    $
    enddef;
  }
  
\NewDocumentCommand\SchemaLunettesBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaLunettes
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaLunettes-lrcorner SchemaLunettes));
    pickup pencircle scaled 0.1;
    draw (SchemaLunettes scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaLunettes{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaLunettesBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaLunettesBase%
    }%
  }%    
}%

%%%%%
% Crayon
%%%%%
\def\MPCodeSchemaCrayon{%
  vardef SchemaCrayon=
  save $; picture $;
  $=image(
    drawoptions(withcolor (0.298050,0.556850,0.917650));
    fill (0.960938,1.390630)--(1.644530,2.996090)..controls (1.730470,3.199220) and (1.917970,3.500000)..(2.062500,3.664060)..controls (2.324220,3.968750) and (3.539060,2.753910)..(3.234380,2.488280)..controls (3.070310,2.343750) and (2.769530,2.160160)..(2.566410,2.074220)--cycle;
    drawoptions (withcolor (0.349030,0.368640,0.450970));
    pickup pencircle scaled 0.498140bp;
    draw (0.960938,1.390630)--(1.644530,2.996090)..controls (1.730470,3.199220) and (1.917970,3.500000)..(2.062500,3.664060)..controls (2.324220,3.968750) and (3.539060,2.753910)..(3.234380,2.488280)..controls (3.070310,2.343750) and (2.769530,2.160160)..(2.566410,2.074220)--cycle;
    drawoptions (withcolor (1.000000,1.000000,1.000000));
    %pickup pencircle scaled 0.000000bp;
    fill (1.800780,3.363280)--(2.558590,5.156250)..controls (2.601560,5.257810) and (2.699220,5.402340)..(2.777340,5.480470)--(8.281250,10.984400)..controls (8.300780,11.003900) and (8.339840,11.023400)..(8.367190,11.031300)..controls (9.757810,11.398400) and (10.968800,10.187500)..(10.601600,8.792970)..controls (10.593800,8.769530) and (10.574200,8.730470)..(10.554700,8.710940)--(6.316410,4.476560)..controls (5.539060,3.695310) and (4.089840,2.718750)..(3.074220,2.289060)--(2.980470,2.246090)..controls (2.957030,2.238280) and (2.953130,2.242190)..(2.972660,2.261720)..controls (3.539060,2.753910) and (2.324220,3.968750)..(1.800780,3.363280)--cycle;
    drawoptions (withcolor (0.349030,0.368640,0.450970));
    pickup pencircle scaled 0.498140bp;
    draw (1.800780,3.363280)--(2.558590,5.156250)..controls (2.601560,5.257810) and (2.699220,5.402340)..(2.777340,5.480470)--(8.281250,10.984400)..controls (8.300780,11.003900) and (8.339840,11.023400)..(8.367190,11.031300)..controls (9.757810,11.398400) and (10.968800,10.187500)..(10.601600,8.792970)..controls (10.593800,8.769530) and (10.574200,8.730470)..(10.554700,8.710940)--(6.316410,4.476560)..controls (5.539060,3.695310) and (4.089840,2.718750)..(3.074220,2.289060)--(2.980470,2.246090)..controls (2.957030,2.238280) and (2.953130,2.242190)..(2.972660,2.261720)..controls (3.539060,2.753910) and (2.324220,3.968750)..(1.800780,3.363280);
    drawoptions (withcolor (0.298050,0.556850,0.917650));
    %pickup pencircle scaled 0.000000bp;
    fill (8.316410,11.019500)--(13.031300,15.730500)..controls (13.109400,15.808600) and (13.257800,15.878900)..(13.371100,15.886700)..controls (14.308600,15.949200) and (15.519500,14.734400)..(15.457000,13.796900)..controls (15.449200,13.687500) and (15.378900,13.535200)..(15.300800,13.457000)--(10.589800,8.746090)..controls (10.968800,10.187500) and (9.757810,11.398400)..(8.316410,11.019500)--cycle;
    drawoptions (withcolor (0.349030,0.368640,0.450970));
    pickup pencircle scaled 0.498140bp;
    draw (8.316410,11.019500)--(13.031300,15.730500)..controls (13.109400,15.808600) and (13.257800,15.878900)..(13.371100,15.886700)..controls (14.308600,15.949200) and (15.519500,14.734400)..(15.457000,13.796900)..controls (15.449200,13.687500) and (15.378900,13.535200)..(15.300800,13.457000)--(10.589800,8.746090)..controls (10.968800,10.187500) and (9.757810,11.398400)..(8.316410,11.019500)--cycle;
    draw (12.562500,15.265600)..controls (7.937500,15.644500) and (9.453130,10.488300)..(6.117190,11.398400);
    %pickup pencircle scaled 0.000000bp;
    fill (7.199220,12.785200)..controls (6.812500,13.175800) and (6.179690,13.175800)..(5.792970,12.785200)..controls (5.402340,12.398400) and (5.402340,11.765600)..(5.792970,11.378900)..controls (6.179690,10.988300) and (6.812500,10.988300)..(7.199220,11.378900)..controls (7.589840,11.765600) and (7.589840,12.398400)..(7.199220,12.785200)--cycle;
    fill (6.496090,12.082000)--cycle;
    pickup pencircle scaled 0.498140bp;
    draw (7.199220,12.785200)..controls (6.812500,13.175800) and (6.179690,13.175800)..(5.792970,12.785200)..controls (5.402340,12.398400) and (5.402340,11.765600)..(5.792970,11.378900)..controls (6.179690,10.988300) and (6.812500,10.988300)..(7.199220,11.378900)..controls (7.589840,11.765600) and (7.589840,12.398400)..(7.199220,12.785200)--cycle;
    draw (6.496090,12.082000);
    drawoptions();
    );
    $
    enddef;
    }
  

\NewDocumentCommand\SchemaCrayonBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaCrayon
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaCrayon-lrcorner SchemaCrayon));
    pickup pencircle scaled 0.1;
    draw (SchemaCrayon scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaCrayon{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaCrayonBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaCrayonBase%
    }%
  }%    
}%

%%%%
% Révisions
%%%
\def\MPCodeSchemaRevisions{%
  vardef SchemaRevisions=
  save $; picture $;
  pair T[];
  $=image(
  rayon:=0.5;
    T1=u*(rayon,1.5rayon);
      T2-T1=u*(rayon,-rayon/4);
      T3-T2=u*(0.5rayon,1rayon);
      T4-T3=T1-T2;
      path ticket,lignesprix[];
      ticket=T1--T2{dir60}..{dir90}T3--T4{dir-90}..{dir-150}T1--cycle;
      draw ticket;
      for k=2 upto 8:
        lignesprix[k]=(point(3+k/10) of ticket)--((point(3+k/10) of ticket)+T2-T1);
        %if k<7:
        draw subpath(0.15,0.35) of lignesprix[k];
        %fi;
        draw subpath(0.6,0.8) of lignesprix[k];
        endfor;
        draw SchemaCrayon shifted iso(T1,T2);
  );
  $
  enddef;
}

\NewDocumentCommand\SchemaRevisionsBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaCrayon
    \MPCodeSchemaRevisions
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaRevisions-lrcorner SchemaRevisions));
    pickup pencircle scaled 0.1;
    draw (SchemaRevisions scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaRevisions{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaRevisionsBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaRevisionsBase%
    }%
  }%    
}%

%%%%%%%%%%%
% Planning
%%%%%%%%%%%
\def\MPCodeSchemaPlanning{%
  vardef SchemaPlanning=
  save $; picture $;
  $=image(
  pair A[],M[],P[];
  A1=(0,0);
  A2-A1=u*(2,0);
  A3-A2=u*(0,1.5);
  A4-A3=A1-A2;
  A5=1/8[A3,A2];
  A6-A5=A4-A3;
  fill polygone(A5,A3,A4,A6) withcolor DodgerBlue;
  trace polygone(A1,A2,A3,A4);
  trace chemin(A5,A6);
  for k=1 upto 4:
  P[k]=(k/5)[A3,A4]+u*(0.025,-0.075);
  P[k+10]=P[k]-u*(0.05,0);
  fill polygone(P[k],P[k]+u*(0,0.15),P[k+10]+u*(0,0.15),P[k+10]) withcolor 0.7white;
  trace polygone(P[k],P[k]+u*(0,0.15),P[k+10]+u*(0,0.15),P[k+10]);
  endfor;
  M1=0.1[A1,A5];
  M2=0.1[A2,A6];
  M3=0.9[A1,A5];
  M4=0.9[A2,A6];
  for k=0 upto 7:
  trace (M1--M4) shifted(k*(1/7[M1,M2]-M1)) withcolor 0.8white;
  endfor;
  for k=0 upto 4:
  trace (M1--M2) shifted(k*(1/4[M1,M4]-M1)) withcolor 0.8white;
  endfor;
  for k=1 upto 3:
  trace chemin(A1,A1+u*(k/100,-k/100),A2+u*(k/100,-k/100),A3+u*(k/100,-k/100),A3);
  endfor;
  );
  $
  enddef;
  }

  \NewDocumentCommand\SchemaPlanningBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaCrayon
    \MPCodeSchemaPlanning
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaPlanning-lrcorner SchemaPlanning));
    pickup pencircle scaled 0.1;
    draw (SchemaPlanning scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaPlanning{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaPlanningBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaPlanningBase%
    }%
  }%    
}%

%%%%%
% Progres
%%%%
\def\MPCodeSchemaProgres{
  vardef SchemaProgres=
  save $; picture $;
  $=image(
    pair A,B,C,D;
    A=(0,0);
    B-A=u*(0.15,0);
    C-B=u*(0,1);
    D-C=A-B;
    path barresignal;
    barresignal=(A+unitvector(B-A))--(B+unitvector(A-B)){dir0}..{dir90}(B+unitvector(C-B))--(C+unitvector(B-C)){dir90}..{dir180}(C+unitvector(D-C))--(D+unitvector(C-D)){dir180}..{dir-90}(D+unitvector(A-D))--(A+unitvector(D-A)){dir-90}..{dir0}cycle;
    path signal[];
    for k=1 upto 4:
    signal[k]=barresignal yscaled (1.75**k/15) shifted(k*u*(0.2,0));
    endfor;
    for k=1 upto 4:
    fill signal[k] withcolor \useKV[Schemas]{CouleurBack};
    endfor;
    trace (llcorner signal[1])--(lrcorner signal[4]);
    drawarrow (ulcorner signal[1]+u*(0,0.15)) for k=2 upto 4:
    ..(ulcorner signal[k]+u*(0,0.15))
    endfor;
  );
  $
  enddef;
}

\NewDocumentCommand\SchemaProgresBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaProgres
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaProgres-lrcorner SchemaProgres));
    pickup pencircle scaled 0.1;
    draw (SchemaProgres scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaProgres{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaProgresBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaProgresBase%
    }%
  }%    
}%

%%%%%%%%%%
% Objectif
%%%%%%%%%%
\def\MPCodeSchemaObjectif{
  vardef SchemaObjectif=
  save $;picture $;
  $=image(
  pair A[],M[],N[];
  rayon:=0.05;
  A0=(0,0);
  A1-A0=u*(1.25,0);
  A2-A1=u*(0,2);
  A3-A2=A0-A1;
  M1=1/4[A2,A3];
  M6=3/4[A2,A3];
  M2-M1=u*(0,0.1);
  M3-M2=u*(-0.2,0);
  M5-M6=M2-M1;
  M4-M5=M2-M3;
  M7=symetrie(M5,M1,M6);
  M8=symetrie(M2,M1,M6);
  trace (A0+u*(rayon,0))--(A1-u*(rayon,0)){dir0}..{dir90}(A1+u*(0,rayon))--(A2-u*(0,rayon)){dir90}..{dir180}(A2+u*(-rayon,0))--(A3+u*(rayon,0)){dir180}..{dir-90}(A3+u*(0,-rayon))--(A0+u*(0,rayon)){dir-90}..{dir0}cycle;
  fill M2--M3--arccercle(M3,M4,iso(M3,M4))--M5--M7--M8--cycle withcolor 0.8white;
  fill (fullcircle scaled 1mm) shifted iso(M3,M4);
  trace M2--M3--arccercle(M3,M4,iso(M3,M4))--M5--M7--M8--cycle;
  N1=1/6[1/5[A0,A1],1/5[A3,A2]];
  N2=2/6[1/5[A0,A1],1/5[A3,A2]];
  N3=3/6[1/5[A0,A1],1/5[A3,A2]];
  N4=4/6[1/5[A0,A1],1/5[A3,A2]];
  N5=5/6[1/5[A0,A1],1/5[A3,A2]];
  trace (N5+u*(-0.05,0))--(N5+u*(0,-0.05))--(N5+u*(0.1,0.1));
  trace (N4+u*(-0.05,0))--(N4+u*(0,-0.05))--(N4+u*(0.1,0.1));
  trace (N3+u*(-0.05,0))--(N3+u*(0,-0.05))--(N3+u*(0.1,0.1));
  trace (unitsquare scaled 0.15u) shifted (N5+u*(-0.05,-0.05)) withcolor 0.6white;
  trace (unitsquare scaled 0.15u) shifted (N4+u*(-0.05,-0.05)) withcolor 0.6white;
  trace (unitsquare scaled 0.15u) shifted (N3+u*(-0.05,-0.05)) withcolor 0.6white;
  trace (unitsquare scaled 0.15u) shifted (N2+u*(-0.05,-0.05)) withcolor 0.6white;
  trace (unitsquare scaled 0.15u) shifted (N1+u*(-0.05,-0.05)) withcolor 0.6white;
  for k=1 upto 5:
  trace (N[k]+u*(0.25,0.075))--(N[k]+u*(0.85,0.075));
  trace (N[k]+u*(0.25,0.05))--(N[k]+u*(0.85,0.05));
  trace (N[k]+u*(0.25,0.025))--(N[k]+u*(0.85,0.025));
  trace (N[k]+u*(0.25,0))--(N[k]+u*(0.85,0));
  trace (N[k]+u*(0.25,-0.025))--(N[k]+u*(0.85,-0.025));
  endfor;
  );
  $
  enddef;
}

\NewDocumentCommand\SchemaObjectifBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaObjectif
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaObjectif-lrcorner SchemaObjectif));
    pickup pencircle scaled 0.1;
    draw (SchemaObjectif scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaObjectif{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaObjectifBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaObjectifBase%
    }%
  }%    
}%

%%%%%%%%%%%
% Goutte
%%%%%%%%%%%
\def\MPCodeSchemaGoutte{%
  vardef SchemaGoutte=
  save $;picture $;
  $=image(
  pair A,M[],N[];
    A=(0,0);
    path cc,cd;
    cc=cercles(A,3mm);
    cd=cercles(A,\useKV[Schemas]{RayonGoutte}*1mm);
    ecart:=10;
    color Remplissage;
    Remplissage=\useKV[Schemas]{CouleurBack};
    ajout:=0;
    depart:=\useKV[Schemas]{AngleDepart};
    M1=pointarc(cd,ajout+depart);
    M2=pointarc(cd,ajout+depart+ecart);
    M3=pointarc(cd,ajout+depart+45);
    M4=pointarc(cd,ajout+depart+45+ecart);
    M5=pointarc(cd,ajout+depart+90);
    M6=pointarc(cd,ajout+depart+90+ecart);
    N1=(A--M1) intersectionpoint cc;
    N2=(A--M2) intersectionpoint cc;
    N3=(A--M3) intersectionpoint cc;
    N4=(A--M4) intersectionpoint cc;
    N5=(A--M5) intersectionpoint cc;
    N6=(A--M6) intersectionpoint cc;
    path goutte[];
    goutte1=N1--M1--arccercle(M1,M2,iso(M1,M2))--N2--arccercle(N2,N1,iso(N1,N2))--cycle;
    goutte2=N3--M3--arccercle(M3,M4,iso(M3,M4))--N4--arccercle(N4,N3,iso(N3,N4))--cycle;
    goutte3=N5--M5--arccercle(M5,M6,iso(M5,M6))--N6--arccercle(N6,N5,iso(N5,N6))--cycle;
    fill goutte1 withcolor Remplissage;
    fill goutte2 withcolor Remplissage;
    fill goutte3 withcolor Remplissage;
    );
    $
    enddef;
  }

\NewDocumentCommand\SchemaGoutteBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaGoutte
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaGoutte-lrcorner SchemaGoutte));
    pickup pencircle scaled 0.1;
    draw (SchemaGoutte scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaGoutte{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaGoutteBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaGoutteBase%
    }%
  }%    
}%

%%%%%%%%%%%%
% Pile de livres
%%%%%%%%%%%%
\def\MPCodeSchemaPileLivres{%
  % freepik + pstoedit
  vardef SchemaPileLivres=
  save $; picture $;
  $=image(
  fill (1003.630005,410.097992)..controls (1004.659973,415.492004) and (1007.349976,419.726990)..(1011.950012,422.718994)
	..controls (1020.929993,428.558990) and (1029.859985,434.496002)..(1038.939941,440.171997)
	..controls (1044.890015,443.890991) and (1050.500000,447.816010)..(1053.560059,454.437988)
	--(1053.560059,466.917999)..controls (1050.630005,473.527008) and (1044.949951,475.984009)..(1038.349976,477.496002)
	..controls (1009.479980,484.113007) and (980.656006,490.886993)..(951.815979,497.617004)
	..controls (947.539001,498.617004) and (944.109009,500.816010)..(941.484009,504.464996)
	..controls (937.250000,510.339996) and (930.812988,513.195007)..(924.578003,516.296997)
	..controls (915.206970,520.953003) and (905.854980,525.648010)..(896.504028,530.340027)
	..controls (895.940979,530.620972) and (895.440979,531.031006)..(894.375000,531.734009)
	..controls (896.609009,532.625000) and (898.406006,533.546997)..(900.312988,534.065979)
	..controls (934.745972,543.390991) and (969.195007,552.679993)..(1003.650024,561.948975)
	..controls (1011.650024,564.104980) and (1017.289978,568.723022)..(1019.650024,576.887024)
	..controls (1020.450012,579.640991) and (1021.219971,582.406006)..(1021.960022,585.179993)
	..controls (1023.190002,589.776978) and (1021.510010,593.473022)..(1018.299988,596.671997)
	..controls (1010.869995,604.078003) and (1002.219971,609.762024)..(993.112976,614.875000)
	..controls (988.526978,617.453003) and (984.117004,620.401978)..(979.887024,623.531006)
	..controls (973.734009,628.090027) and (971.945007,634.765991)..(972.117004,642.007996)
	..controls (972.456970,656.601990) and (978.023010,669.034973)..(988.359009,679.276978)
	..controls (994.293030,685.159973) and (1001.830017,688.309021)..(1009.570007,691.034973)
	..controls (1012.130005,691.940979) and (1014.690002,692.815979)..(1017.239990,693.754028)
	..controls (1031.770020,699.073975) and (1029.750000,718.598022)..(1021.200012,724.331970)
	..controls (1015.640015,728.065979) and (1009.789978,731.401978)..(1003.960022,734.710999)
	..controls (979.679993,748.460999) and (954.098022,759.078003)..(927.473022,767.476990)
	..controls (899.315979,776.354980) and (871.476990,786.237976)..(843.395020,795.362976)
	..controls (828.215027,800.296997) and (812.762024,804.382996)..(797.534973,809.176025)
	..controls (770.726990,817.612976) and (744.051025,826.468994)..(716.734009,833.179993)
	..controls (716.354980,833.273010) and (716.004028,833.479980)..(715.637024,833.637024)
	--(681.559021,833.637024)..controls (676.820007,833.004028) and (672.085999,832.320007)..(667.340027,831.745972)
	..controls (650.206970,829.679993) and (633.065979,827.664001)..(615.929993,825.609009)
	..controls (599.590027,823.648010) and (583.245972,821.703003)..(566.909973,819.676025)
	..controls (550.973022,817.698975) and (535.043030,815.679993)..(519.120972,813.593994)
	..controls (490.765991,809.882996) and (462.410004,806.179993)..(434.070007,802.328003)
	..controls (406.761993,798.620972) and (379.433990,795.020020)..(352.199005,790.835999)
	..controls (328.289001,787.159973) and (304.503998,782.679993)..(280.644989,778.676025)
	..controls (267.964996,776.546997) and (255.210999,774.859009)..(242.546997,772.645020)
	..controls (224.257996,769.440979) and (206.425995,764.460999)..(189.132996,757.703003)
	..controls (178.979996,753.734009) and (169.949005,747.934021)..(165.281006,737.706970)
	..controls (162.257996,731.090027) and (160.335999,723.901978)..(158.526993,716.812988)
	..controls (154.343994,700.398010) and (152.500000,683.671997)..(152.813004,666.715027)
	..controls (153.145004,648.573975) and (155.460999,630.734009)..(160.570007,613.293030)
	..controls (160.953003,611.987976) and (161.367004,610.690979)..(161.645004,609.362976)
	..controls (162.425995,605.609009) and (161.625000,604.429993)..(157.804993,603.773010)
	..controls (152.843994,602.926025) and (147.871002,602.156006)..(142.906006,601.340027)
	..controls (121.789001,597.867004) and (100.671997,594.390991)..(79.554703,590.914001)
	..controls (76.875000,590.473022) and (74.179703,590.104980)..(71.519501,589.581970)
	..controls (64.746101,588.250000) and (60.039101,583.710999)..(55.144501,579.270020)
	..controls (38.949200,564.578003) and (30.796900,545.796997)..(26.851601,524.789001)
	..controls (26.382799,522.296997) and (25.882799,519.809021)..(25.398399,517.315979)
	--(25.398399,480.355011)..controls (26.355499,475.359009) and (27.097700,470.312988)..(28.304701,465.378998)
	..controls (32.847698,446.769989) and (40.199200,429.464996)..(52.570301,414.582001)
	..controls (58.738300,407.164001) and (66.796898,402.257996)..(75.234398,397.949005)
	..controls (93.945297,388.386993) and (112.710999,378.933990)..(131.453003,369.433990)
	..controls (132.733994,368.785004) and (134.035004,368.160004)..(135.276993,367.441010)
	..controls (137.871002,365.945007) and (137.934006,365.023010)..(135.656006,362.957001)
	..controls (132.401993,360.003998) and (129.035004,357.160004)..(125.902000,354.085999)
	..controls (112.917999,341.335999) and (103.453003,326.421997)..(99.148399,308.617004)
	..controls (93.875000,286.824005) and (93.554703,265.089996)..(102.813004,244.229996)
	..controls (109.823997,228.429993) and (119.582001,214.257996)..(131.695007,201.839996)
	..controls (137.145004,196.253998) and (144.085999,193.233994)..(151.453003,191.016006)
	..controls (191.141006,179.070007) and (231.304993,168.914001)..(271.558990,159.104996)
	..controls (313.820007,148.804993) and (356.085999,138.473007)..(398.527008,128.934006)
	..controls (439.718994,119.671997) and (481.074005,111.085999)..(522.476990,102.792999)
	..controls (554.023010,96.472702) and (585.770020,91.148399)..(617.401978,85.250000)
	..controls (634.117004,82.132797) and (650.762024,78.625000)..(667.484009,75.535202)
	..controls (672.487976,74.613297) and (677.632996,74.257797)..(682.729980,74.085899)
	..controls (691.676025,73.781303) and (700.637024,73.792999)..(709.593994,73.750000)
	..controls (710.573975,73.746101) and (711.656006,74.054703)..(712.526978,74.523399)
	..controls (748.421997,93.929703) and (783.254028,115.133003)..(817.054993,137.938004)
	..controls (873.453003,175.988007) and (929.476990,214.598007)..(985.531006,253.151993)
	..controls (999.085999,262.476990) and (1012.520020,272.066010)..(1025.310059,282.394989)
	..controls (1033.530029,289.027008) and (1040.459961,297.261993)..(1048.000000,304.734009)
	..controls (1052.800049,309.484009) and (1053.729980,315.187988)..(1052.489990,321.542999)
	..controls (1050.439941,332.078003) and (1044.770020,339.800995)..(1034.890015,344.238007)
	..controls (1025.640015,348.394989) and (1016.419983,352.625000)..(1007.070007,356.566010)
	..controls (1002.419983,358.527008) and (999.448975,361.136993)..(999.679993,366.683990)
	..controls (999.789001,369.250000) and (998.729980,371.847992)..(998.379028,374.457001)
	..controls (997.476990,381.164001) and (998.960999,387.648010)..(1000.340027,394.144989)
	..controls (1001.479980,399.453003) and (1002.609985,404.765991)..(1003.630005,410.097992)
    --cycle;
  %
fill (648.012024,447.261993)..controls (647.937988,447.246002) and (647.859009,447.238007)..(647.784973,447.222992)
	..controls (646.492004,446.964996) and (647.401978,447.140991)..(648.012024,447.261993)
	--cycle withcolor CoulA;
fill (855.554993,486.238007)..controls (858.620972,486.328003) and (861.773010,486.015991)..(864.590027,487.957001)
	..controls (865.109009,488.312988) and (865.637024,488.632996)..(866.171997,488.929993)
	..controls (860.617004,487.894989) and (855.171997,486.835999)..(850.304993,485.855011)
	..controls (852.043030,486.050995) and (853.789001,486.187988)..(855.554993,486.238007)
	--cycle withcolor CoulA;
fill (885.289001,492.144989)..controls (885.593994,492.257996) and (885.898010,492.351990)..(886.203003,492.457001)
	..controls (884.140991,492.121002) and (882.004028,491.761993)..(879.820007,491.386993)
	..controls (881.629028,491.253998) and (883.601990,491.507996)..(885.289001,492.144989)
	--cycle withcolor CoulA;
fill (405.792999,405.386993)..controls (413.742004,406.679993) and (421.546997,408.835999)..(429.480011,410.250000)
	..controls (421.546997,408.835999) and (390.878998,403.648010)..(383.410004,402.906006)
	..controls (390.878998,403.648010) and (398.390991,404.179993)..(405.792999,405.386993)
	--cycle withcolor CoulA;
fill (864.581970,528.218994)..controls (862.262024,531.401978) and (859.754028,531.398010)..(855.093994,529.539001)
	..controls (859.867004,531.440979) and (861.354980,530.867004)..(864.581970,528.218994)
	--cycle withcolor CoulA;
fill (648.012024,447.261993)..controls (650.210999,447.679993) and (652.429993,447.988007)..(654.648010,448.265991)
	..controls (662.715027,449.281006) and (670.929993,449.574005)..(678.406006,453.367004)
	--(647.784973,447.222992)..controls (648.762024,447.414001) and (648.473022,447.355011)..(648.012024,447.261993)
	--cycle withcolor CoulA;
fill (647.784973,447.222992)..controls (647.859009,447.238007) and (647.937988,447.250000)..(648.012024,447.261993)
	..controls (648.476990,447.355011) and (648.762024,447.414001)..(647.784973,447.222992)
	--cycle withcolor CoulA;
fill (517.309021,424.949005)..controls (511.402008,423.886993) and (501.894989,422.242004)..(492.152008,420.570007)
	..controls (500.558990,421.898010) and (508.929993,423.441010)..(517.309021,424.949005)
	--cycle withcolor CoulA;
fill (995.164001,438.546997)--(995.151978,438.550995)..controls (995.062988,438.492004) and (994.976990,438.437988)..(994.887024,438.382996)
	--cycle withcolor CoulA;
fill (995.164001,438.546997)--cycle withcolor CoulA;
fill (713.948975,99.027298)..controls (715.979980,100.680000) and (718.109009,102.301003)..(720.418030,103.503998)
	..controls (727.151978,107.008003) and (734.007996,110.277000)..(740.793030,113.680000)
	..controls (746.109009,116.348000) and (751.198975,119.328003)..(754.859009,124.230003)
	--(705.862976,98.296898)..controls (708.723022,96.105499) and (710.742004,96.417999)..(713.948975,99.027298)
	--cycle withcolor CoulA;
fill (954.262024,572.992004)..controls (951.125000,572.273010) and (948.012024,571.476990)..(944.906006,570.640991)
	--cycle withcolor CoulA;
fill (954.262024,572.992004)--cycle withcolor CoulA;
fill (995.164001,438.546997)--(994.887024,438.382996)..controls (993.129028,437.234009) and (991.370972,436.085999)..(989.604980,434.953003)
	..controls (987.934021,433.878998) and (986.187988,432.898010)..(984.401978,431.996002)
	--(963.046997,418.992004)--(952.562988,412.609009)--(951.520020,411.972992)
	--(940.770020,405.425995)..controls (939.328003,403.324005) and (937.895020,403.820007)..(933.937988,406.164001)
	..controls (922.254028,413.085999) and (910.612976,420.082001)..(898.898010,426.949005)
	..controls (896.223022,428.515991) and (893.254028,429.585999)..(890.523010,431.066010)
	..controls (885.359009,433.863007) and (883.640991,437.843994)..(885.609009,443.296997)
	..controls (889.140991,453.082001) and (894.218994,461.972992)..(901.445007,469.589996)
	..controls (907.523010,476.007996) and (914.520020,479.015991)..(923.581970,477.597992)
	..controls (929.539001,476.667999) and (935.679993,476.847992)..(941.745972,476.691010)
	..controls (952.710999,476.410004) and (963.156006,473.589996)..(973.664001,470.753998)
	..controls (985.440979,467.574005) and (997.421997,465.148010)..(1009.239990,462.109009)
	..controls (1013.590027,460.992004) and (1017.729980,459.054993)..(1022.520020,457.289001)
	..controls (1021.619995,456.320007) and (1021.359985,455.917999)..(1021.000000,455.675995)
	..controls (1012.390015,449.960999) and (1003.809998,444.195007)..(995.151978,438.550995)
	--cycle withcolor CoulA;% livre bas
fill (998.671997,310.585999)..controls (1002.409973,313.265991) and (1005.330017,317.199005)..(1008.289978,320.824005)
	..controls (1010.479980,323.503998) and (1009.890015,326.015991)..(1007.280029,328.437988)
	..controls (1005.710022,329.902008) and (1004.200012,331.445007)..(1002.690002,332.980011)
	..controls (1002.369995,333.304993) and (1002.159973,333.738007)..(1001.900024,334.121002)
	..controls (1001.989990,334.312988) and (1002.080017,334.507996)..(1002.169983,334.703003)
	..controls (1002.729980,334.605011) and (1003.320007,334.593994)..(1003.840027,334.394989)
	..controls (1010.390015,331.871002) and (1016.989990,329.433990)..(1023.479980,326.746002)
	..controls (1029.790039,324.136993) and (1030.589966,318.566010)..(1025.540039,313.996002)
	..controls (1015.429993,304.843994) and (1004.650024,296.582001)..(993.620972,288.636993)
	--(993.632996,288.636993)--(940.820007,249.828003)..controls (935.148010,244.613007) and (928.953003,240.026993)..(922.585999,235.632996)
	..controls (889.554993,212.839996) and (856.750000,189.699005)..(823.440979,167.320007)
	..controls (804.081970,154.313004) and (783.918030,142.500000)..(764.112976,130.160004)
	..controls (761.601990,128.598007) and (759.043030,127.109001)..(756.526978,125.558998)
	..controls (755.921997,125.188004) and (755.270020,124.780998)..(754.859009,124.230003)
	..controls (751.198975,119.328003) and (746.109009,116.348000)..(740.793030,113.680000)
	..controls (734.007996,110.277000) and (727.151978,107.008003)..(720.418030,103.503998)
	..controls (718.109009,102.301003) and (715.979980,100.680000)..(713.948975,99.027298)
	..controls (710.742004,96.417999) and (708.723022,96.105499)..(705.862976,98.296898)
	..controls (705.565979,98.523399) and (705.265991,98.769501)..(704.948975,99.050797)
	..controls (699.581970,103.816002) and (692.976990,105.546997)..(686.171997,106.859001)
	..controls (666.809021,110.594002) and (647.445007,114.323997)..(628.093994,118.112999)
	..controls (608.976990,121.859001) and (589.854980,125.585999)..(570.770020,129.492004)
	..controls (556.690979,132.375000) and (542.671997,135.535004)..(528.629028,138.574005)
	..controls (528.409973,138.621002) and (528.203003,138.723007)..(528.043030,139.145004)
	..controls (532.676025,138.574005) and (537.335999,138.171997)..(541.934021,137.401993)
	..controls (570.609009,132.613007) and (599.237976,127.558998)..(627.945007,122.980003)
	..controls (639.531006,121.133003) and (651.293030,120.402000)..(662.940979,118.890999)
	..controls (671.562988,117.773003) and (680.098022,115.910004)..(688.734009,114.938004)
	..controls (697.059021,113.996002) and (705.456970,113.594002)..(713.835999,113.301003)
	..controls (718.296997,113.148003) and (722.145020,115.359001)..(725.715027,117.894997)
	..controls (747.804993,133.604996) and (769.815979,149.421997)..(791.992004,165.007996)
	..controls (827.773010,190.151993) and (863.718994,215.065994)..(899.487976,240.227005)
	..controls (932.645020,263.546997) and (965.718994,286.984009)..(998.671997,310.585999)--cycle withcolor CoulA;%livre bas
  fill (696.473022,91.257797)..controls (692.828003,91.417999) and (689.190979,92.125000)..(685.590027,92.796898)
	..controls (663.296997,96.964798) and (641.051025,101.362999)..(618.726990,105.328003)
	..controls (606.070007,107.573997) and (593.210999,108.695000)..(580.598022,111.121002)
	..controls (560.609009,114.960999) and (540.726990,119.355003)..(520.843994,123.719002)
	..controls (493.867004,129.632996) and (466.914001,135.660004)..(439.980011,141.781006)
	..controls (401.687988,150.483994) and (363.425995,159.335999)..(325.140991,168.078003)
	..controls (303.894989,172.929993) and (282.488007,177.141006)..(261.414001,182.632996)
	..controls (234.852005,189.559006) and (208.546997,197.477005)..(182.151993,205.022995)
	..controls (174.550995,207.195007) and (167.011993,209.559006)..(159.440994,211.820007)
	..controls (149.625000,214.753998) and (141.598007,220.309006)..(135.343994,228.378998)
	..controls (126.546997,239.729996) and (119.280998,251.891006)..(116.628998,266.257996)
	..controls (113.171997,285.000000) and (116.808998,302.585999)..(125.500000,319.351990)
	..controls (131.054993,330.070007) and (139.203003,338.550995)..(148.141006,346.398010)
	..controls (149.824005,347.878998) and (151.414001,349.492004)..(153.246002,350.753998)
	..controls (155.125000,352.050995) and (157.246002,352.992004)..(159.261993,354.089996)
	..controls (159.440994,353.824005) and (159.621002,353.558990)..(159.796997,353.292999)
	..controls (158.968994,352.347992) and (158.270004,351.238007)..(157.292999,350.488007)
	..controls (149.824005,344.773010) and (144.483994,337.367004)..(140.223007,329.113007)
	..controls (137.804993,324.429993) and (135.496002,319.683990)..(133.199005,314.937988)
	..controls (132.757996,314.027008) and (132.397995,312.996002)..(132.324005,311.992004)
	..controls (131.343994,298.757996) and (130.375000,285.539001)..(131.425995,272.234009)
	..controls (132.406006,259.824005) and (134.438004,247.602005)..(136.809006,235.414001)
	..controls (137.852005,230.050995) and (141.695007,227.272995)..(146.602005,225.979996)
	..controls (154.858994,223.804993) and (163.175995,221.863007)..(171.479996,219.871002)
	..controls (207.332001,211.261993) and (243.190994,202.671997)..(279.046997,194.074005)
	..controls (295.578003,190.108994) and (342.187988,177.684006)..(344.855011,176.625000)
	..controls (350.710999,174.292999) and (409.484009,157.464996)..(429.496002,153.367004)
	..controls (447.484009,149.688004) and (465.515991,146.214996)..(483.500000,142.516006)
	..controls (506.253998,137.835999) and (528.976990,132.996002)..(551.718994,128.266006)
	..controls (583.762024,121.601997) and (615.804993,114.926003)..(647.867004,108.351997)
	..controls (659.831970,105.898003) and (671.843994,103.688004)..(683.851990,101.448997)
	..controls (686.354980,100.980003) and (688.926025,100.828003)..(691.473022,100.609001)
	..controls (694.648010,100.339996) and (697.421997,99.335899)..(699.206970,96.503899)
	..controls (700.934021,93.761703) and (699.710999,91.117203)..(696.473022,91.257797)--cycle withcolor CoulA;%livre bas
  fill (99.015602,403.804993)..controls (93.828102,406.632996) and (88.371101,408.957001)..(83.101601,411.640991)
	..controls (62.804699,421.976990) and (51.253899,438.609009)..(47.507801,460.949005)
	..controls (46.988300,464.050995) and (45.171902,466.937988)..(44.671902,470.035004)
	..controls (43.628899,476.484009) and (43.066399,483.011993)..(42.304699,489.507996)
	..controls (42.269501,505.847992) and (45.046902,521.737976)..(49.144501,537.382996)
	..controls (51.632801,546.890991) and (58.097698,554.015991)..(65.085899,560.620972)
	..controls (65.375000,560.898010) and (65.664101,561.171997)..(65.976601,561.421997)
	..controls (67.890602,562.945007) and (69.687500,565.512024)..(71.750000,565.750000)
	..controls (75.769501,566.215027) and (80.015602,566.270020)..(83.921898,564.190979)
	..controls (102.609001,554.234009) and (121.390999,544.453003)..(140.054993,534.453003)
	..controls (186.125000,509.773010) and (232.276993,485.238007)..(278.148010,460.195007)
	..controls (307.468994,444.191010) and (336.363007,427.402008)..(365.398010,410.882996)
	..controls (366.839996,410.062988) and (367.960999,408.535004)..(368.972992,407.148010)
	..controls (369.820007,405.992004) and (368.941010,404.609009)..(367.507996,404.878998)
	..controls (365.976990,405.164001) and (364.414001,405.707001)..(363.066010,406.484009)
	..controls (344.171997,417.398010) and (325.539001,428.781006)..(306.394989,439.234009)
	..controls (272.312988,457.847992) and (238.026993,476.089996)..(203.645004,494.144989)
	..controls (173.082001,510.187988) and (142.257996,525.726990)..(111.605003,541.593994)
	..controls (107.573997,543.679993) and (103.785004,546.270020)..(100.027000,548.835999)
	..controls (93.781303,553.101990) and (87.054703,554.762024)..(79.554703,553.445007)
	..controls (76.968803,552.987976) and (74.273399,553.132996)..(71.687500,552.671997)
	..controls (65.007797,551.487976) and (60.175800,547.590027)..(57.855499,541.351990)
	..controls (52.343800,526.551025) and (47.914101,511.425995)..(48.070301,495.433990)
	..controls (48.285198,473.214996) and (53.066399,452.207001)..(65.093803,433.152008)
	..controls (68.757797,427.351990) and (73.605499,422.984009)..(79.503899,419.757996)
	..controls (100.464996,408.285004) and (121.542999,397.023010)..(142.460999,385.480011)
	..controls (200.121002,353.667999) and (257.722992,321.757996)..(315.335999,289.863007)
	..controls (326.035004,283.941010) and (336.699005,277.949005)..(347.316010,271.882996)
	..controls (348.937988,270.957001) and (350.257996,269.480011)..(351.640991,268.175995)
	..controls (351.960999,267.875000) and (352.207001,266.941010)..(352.042999,266.796997)
	..controls (351.656006,266.453003) and (350.929993,266.156006)..(350.472992,266.289001)
	..controls (348.343994,266.910004) and (346.093994,267.390991)..(344.179993,268.449005)
	..controls (285.558990,300.847992) and (226.988007,333.335999)..(168.378998,365.750000)
	..controls (145.300995,378.515991) and (122.176003,391.191010)..(99.015602,403.804993)--cycle withcolor CoulB;
fill (353.875000,306.703003)..controls (354.039001,306.363007) and (354.109009,305.980011)..(354.324005,305.296997)
	..controls (333.578003,314.937988) and (313.097992,324.316010)..(292.742004,333.949005)
	..controls (265.085999,347.031006) and (237.382996,360.023010)..(209.960999,373.578003)
	..controls (176.835999,389.953003) and (145.104996,408.847992)..(113.723000,428.328003)
	..controls (102.855003,435.070007) and (91.960899,441.769989)..(81.039101,448.425995)
	..controls (77.921898,450.324005) and (75.703102,452.882996)..(74.156303,456.171997)
	..controls (65.371101,474.878998) and (65.765602,493.886993)..(72.179703,513.104980)
	..controls (74.746101,520.789001) and (77.800797,528.234009)..(82.996101,534.609009)
	..controls (85.949203,538.234009) and (87.789101,538.570007)..(92.152298,536.831970)
	..controls (120.000000,525.718994) and (145.729996,510.414001)..(172.063004,496.320007)
	..controls (204.750000,478.828003) and (237.281006,461.039001)..(269.906006,443.429993)
	..controls (298.742004,427.863007) and (327.558990,412.273010)..(355.433990,395.019989)
	..controls (355.570007,394.933990) and (355.707001,394.851990)..(355.843994,394.769989)
	..controls (361.113007,391.542999) and (361.425995,390.351990)..(358.250000,385.035004)
	..controls (353.691010,377.402008) and (351.507996,368.972992)..(350.539001,360.281006)
	..controls (349.550995,351.398010) and (348.785004,342.453003)..(348.621002,333.523010)
	..controls (348.449005,324.296997) and (349.824005,315.191010)..(353.875000,306.703003)--cycle withcolor white;
fill (919.926025,378.191010)..controls (910.437988,376.000000) and (900.879028,374.132996)..(891.348022,372.148010)
	..controls (878.293030,369.425995) and (865.234009,366.746002)..(852.187988,364.003998)
	..controls (845.554993,362.609009) and (838.965027,361.003998)..(832.320007,359.675995)
	..controls (811.104980,355.433990) and (789.848022,351.414001)..(768.659973,347.062988)
	..controls (735.426025,340.242004) and (702.223022,333.246002)..(669.020020,326.269989)
	..controls (649.179993,322.101990) and (629.387024,317.687988)..(609.515991,313.652008)
	..controls (597.395020,311.191010) and (585.117004,309.507996)..(573.007996,306.984009)
	..controls (563.801025,305.066010) and (554.815979,302.062988)..(545.617004,300.101990)
	..controls (526.331970,295.988007) and (506.968994,292.230011)..(487.632996,288.355011)
	..controls (459.218994,282.664001) and (430.800995,276.992004)..(402.382996,271.328003)
	..controls (391.027008,269.066010) and (379.667999,266.824005)..(368.296997,264.628998)
	..controls (366.898010,264.355011) and (365.316010,264.035004)..(364.035004,264.433990)
	..controls (362.578003,264.882996) and (360.519989,265.875000)..(360.183990,267.050995)
	..controls (358.832001,271.742004) and (355.765991,274.726990)..(351.777008,277.046997)
	..controls (338.375000,284.851990) and (325.109009,292.894989)..(311.539001,300.386993)
	..controls (268.515991,324.136993) and (225.328003,347.593994)..(182.300995,371.339996)
	..controls (152.983994,387.515991) and (123.796997,403.921997)..(94.636703,420.371002)
	..controls (88.378899,423.902008) and (82.417999,427.968994)..(76.449203,431.980011)
	..controls (74.531303,433.265991) and (73.027298,435.160004)..(71.335899,436.777008)
	..controls (71.558601,437.035004) and (71.781303,437.296997)..(72.003899,437.554993)
	..controls (72.640602,437.171997) and (73.277298,436.785004)..(73.914101,436.402008)
	..controls (97.394501,422.261993) and (120.566002,407.570007)..(144.449005,394.140991)
	..controls (167.699005,381.070007) and (191.578003,369.105011)..(215.354996,357.000000)
	..controls (243.901993,342.464996) and (272.625000,328.285004)..(301.289001,313.976990)
	..controls (314.660004,307.304993) and (328.093994,300.753998)..(341.445007,294.042999)
	..controls (351.882996,288.792999) and (362.644989,288.519989)..(373.894989,290.828003)
	..controls (404.160004,297.046997) and (434.480011,303.007996)..(464.789001,309.007996)
	..controls (498.621002,315.699005) and (532.460999,322.347992)..(566.312988,328.960999)
	..controls (597.184021,334.988007) and (628.070007,340.945007)..(658.953003,346.921997)
	..controls (689.359009,352.808990) and (719.762024,358.710999)..(750.176025,364.550995)
	..controls (786.323975,371.496002) and (822.484009,378.359009)..(858.629028,385.304993)
	..controls (868.270020,387.156006) and (877.887024,389.140991)..(887.495972,391.148010)
	..controls (895.015991,392.718994) and (898.109009,395.976990)..(899.531006,403.519989)
	..controls (899.559021,403.675995) and (899.581970,403.835999)..(899.617004,403.988007)
	..controls (900.448975,407.773010) and (901.434021,408.218994)..(904.546997,405.992004)
	..controls (909.754028,402.277008) and (914.906006,398.488007)..(920.062988,394.703003)
	..controls (921.284973,393.804993) and (922.523010,392.898010)..(923.598022,391.835999)
	..controls (928.820007,386.652008) and (927.073975,379.839996)..(919.926025,378.191010)--cycle withcolor CoulB;
fill (618.729980,271.300995)..controls (600.804993,274.882996) and (583.012024,279.121002)..(565.159973,283.074005)
	..controls (564.629028,283.191010) and (564.117004,283.375000)..(563.593994,283.527008)
	..controls (563.578003,283.691010) and (563.562988,283.855011)..(563.546997,284.015991)
	..controls (574.659973,287.511993) and (585.573975,291.949005)..(596.921997,294.296997)
	..controls (617.145020,298.488007) and (637.296997,303.015991)..(657.565979,306.984009)
	..controls (673.937988,310.187988) and (690.245972,313.714996)..(706.632996,316.847992)
	..controls (716.578003,318.746002) and (726.750000,319.605011)..(736.581970,321.929993)
	..controls (754.984009,326.273010) and (773.250000,331.210999)..(791.504028,336.148010)
	..controls (814.237976,342.300995) and (836.895020,348.718994)..(859.601990,354.964996)
	..controls (861.004028,355.347992) and (862.543030,355.226990)..(864.023010,355.339996)
	..controls (864.085999,355.058990) and (864.148010,354.777008)..(864.210999,354.496002)
	..controls (863.426025,354.007996) and (862.659973,353.488007)..(861.851990,353.042999)
	..controls (855.559021,349.566010) and (849.129028,346.304993)..(842.984009,342.582001)
	..controls (834.921997,337.703003) and (827.198975,332.261993)..(819.109009,327.433990)
	..controls (813.226990,323.917999) and (806.801025,321.300995)..(800.945007,317.750000)
	..controls (790.148010,311.210999) and (779.640991,304.199005)..(768.921997,297.527008)
	..controls (759.492004,291.656006) and (749.843994,286.128998)..(740.492004,280.136993)
	..controls (737.104980,277.968994) and (734.273010,274.933990)..(731.234009,272.246002)
	..controls (723.335999,265.257996) and (714.515991,259.656006)..(705.148010,254.891006)
	..controls (704.309021,254.464996) and (703.176025,254.391006)..(702.206970,254.483994)
	..controls (673.801025,257.183990) and (646.565979,265.738007)..(618.729980,271.300995)--cycle withcolor CoulA;
fill (512.465027,279.414001)..controls (512.523010,279.789001) and (512.578003,280.164001)..(512.632996,280.535004)
	..controls (515.937988,280.875000) and (519.234009,281.382996)..(522.546997,281.523010)
	..controls (534.651978,282.039001) and (546.340027,279.578003)..(558.023010,276.718994)
	..controls (570.026978,273.781006) and (582.151978,271.320007)..(594.237976,268.730011)
	..controls (605.218994,266.378998) and (616.229980,264.183990)..(627.210999,261.824005)
	..controls (646.948975,257.578003) and (666.671997,253.266006)..(686.395020,248.953003)
	..controls (687.551025,248.699005) and (688.706970,248.324005)..(689.773010,247.813004)
	..controls (690.203003,247.604996) and (690.379028,246.878998)..(690.671997,246.386993)
	..controls (690.226990,246.141006) and (689.770020,245.660004)..(689.343994,245.690994)
	..controls (685.551025,245.968994) and (681.706970,246.020004)..(677.992004,246.727005)
	..controls (636.354980,254.641006) and (594.737976,262.656006)..(553.117004,270.648010)
	..controls (540.656006,273.039001) and (528.195007,275.421997)..(515.745972,277.886993)
	..controls (514.598022,278.113007) and (513.559021,278.894989)..(512.465027,279.414001)--cycle withcolor CoulA;
fill (534.187988,261.355011)..controls (557.148010,257.335999) and (580.140991,253.410004)..(602.968994,248.714996)
	..controls (627.437988,243.684006) and (651.726990,237.785004)..(676.104980,232.324005)
	..controls (678.351990,231.820007) and (680.687988,231.710999)..(682.984009,231.460999)
	..controls (686.726990,231.046997) and (688.081970,229.582001)..(687.351990,225.921997)
	..controls (686.620972,222.257996) and (685.343994,218.703003)..(684.448975,215.065994)
	..controls (681.609009,203.522995) and (681.809021,191.766006)..(682.065979,180.007996)
	..controls (682.262024,171.132996) and (682.171997,162.188004)..(685.409973,153.746002)
	..controls (688.151978,146.589996) and (691.257996,139.578003)..(694.206970,132.503998)
	..controls (694.534973,131.718994) and (694.906006,130.957001)..(695.414001,129.839996)
	..controls (690.598022,130.438004) and (686.184021,131.035004)..(681.757996,131.526993)
	..controls (667.698975,133.089996) and (653.612976,134.449005)..(639.578003,136.214996)
	..controls (628.648010,137.585999) and (617.776978,139.438004)..(606.879028,141.085999)
	..controls (588.237976,143.906006) and (569.554993,146.460999)..(550.973022,149.628998)
	..controls (528.862976,153.397995) and (506.738007,157.199005)..(484.808990,161.875000)
	..controls (443.902008,170.598007) and (403.070007,179.703003)..(362.320007,189.141006)
	..controls (328.656006,196.940994) and (295.167999,205.511993)..(261.574005,213.632996)
	..controls (236.281006,219.746002) and (210.929993,225.625000)..(185.636993,231.742004)
	..controls (176.729996,233.897995) and (167.718994,235.727005)..(159.460999,240.078003)
	..controls (155.632996,242.098007) and (153.000000,244.667999)..(151.617004,248.867004)
	..controls (147.054993,262.718994) and (144.042999,276.800995)..(144.957001,291.460999)
	..controls (145.848007,305.656006) and (149.093994,319.179993)..(158.371002,330.453003)
	..controls (161.335999,334.058990) and (164.949005,337.195007)..(168.565994,340.187988)
	..controls (173.395004,344.187988) and (178.684006,344.226990)..(184.195007,341.273010)
	..controls (197.160004,334.335999) and (210.339996,327.792999)..(223.147995,320.589996)
	..controls (247.878998,306.683990) and (272.449005,292.492004)..(297.011993,278.296997)
	..controls (308.218994,271.816010) and (319.250000,265.027008)..(330.378998,258.402008)
	..controls (341.843994,251.578003) and (354.371002,250.050995)..(367.390991,251.147995)
	..controls (392.085999,253.229996) and (416.011993,259.316010)..(440.007996,265.070007)
	..controls (449.089996,267.246002) and (458.183990,269.390991)..(467.351990,271.136993)
	..controls (470.632996,271.761993) and (474.312988,271.828003)..(477.527008,271.023010)
	..controls (496.179993,266.359009) and (515.315979,264.656006)..(534.187988,261.355011)--cycle withcolor white;
fill (943.723022,385.460999)..controls (942.551025,387.394989) and (943.104980,388.312988)..(945.801025,390.011993)
	..controls (955.879028,396.355011) and (965.995972,402.644989)..(976.098022,408.949005)
	..controls (978.270020,410.304993) and (980.421997,411.695007)..(982.656006,412.929993)
	..controls (983.409973,413.347992) and (984.398010,413.335999)..(985.276978,413.519989)
	..controls (985.375000,412.691010) and (985.664001,411.835999)..(985.543030,411.035004)
	..controls (984.234009,402.273010) and (982.895020,393.511993)..(981.500000,384.757996)
	..controls (979.895020,374.699005) and (980.593994,364.671997)..(981.745972,354.640991)
	..controls (981.940979,352.976990) and (982.140991,351.277008)..(982.004028,349.625000)
	..controls (981.335999,341.578003) and (983.987976,334.550995)..(988.289001,327.949005)
	..controls (991.331970,323.281006) and (991.293030,323.214996)..(986.668030,319.898010)
	..controls (943.909973,289.246002) and (901.284973,258.406006)..(858.340027,228.016006)
	..controls (817.492004,199.104996) and (776.312988,170.664001)..(735.276978,142.011993)
	..controls (731.148010,139.128998) and (727.078003,136.156006)..(722.898010,133.352005)
	..controls (718.031006,130.089996) and (714.918030,130.688004)..(711.484009,135.449005)
	..controls (702.351990,148.121002) and (697.484009,162.253998)..(696.979980,177.891006)
	..controls (696.867004,181.320007) and (696.706970,184.781006)..(696.145020,188.160004)
	..controls (695.159973,194.074005) and (696.120972,199.753998)..(697.520020,205.445007)
	..controls (698.979980,211.417999) and (700.473022,217.386993)..(701.718994,223.401993)
	..controls (703.479980,231.895004) and (708.159973,238.261993)..(715.362976,242.858994)
	..controls (773.234009,279.820007) and (831.085999,316.812988)..(889.046997,353.636993)
	..controls (894.679993,357.214996) and (900.937988,359.839996)..(907.034973,362.617004)
	..controls (908.656006,363.355011) and (910.765991,363.011993)..(912.656006,363.164001)
	..controls (924.093994,362.640991) and (933.640991,366.414001)..(941.093994,374.750000)
	..controls (942.710999,376.671997) and (945.742004,381.113007)..(943.723022,385.460999)--cycle withcolor white;
fill (872.546997,421.304993)..controls (875.859009,416.234009) and (879.676025,411.492004)..(883.293030,406.625000)
	..controls (883.804993,405.937988) and (884.437988,405.335999)..(885.304993,404.375000)
	..controls (880.512024,403.429993) and (876.090027,402.566010)..(871.671997,401.683990)
	..controls (846.456970,396.656006) and (821.254028,391.574005)..(796.023010,386.609009)
	..controls (769.156006,381.324005) and (742.265991,376.140991)..(715.382996,370.933990)
	..controls (682.460999,364.558990) and (649.531006,358.238007)..(616.617004,351.832001)
	..controls (581.984009,345.089996) and (547.370972,338.226990)..(512.734009,331.507996)
	..controls (490.398010,327.171997) and (468.050995,322.890991)..(445.675995,318.781006)
	..controls (427.140991,315.378998) and (408.542999,312.304993)..(389.992004,308.984009)
	..controls (385.761993,308.226990) and (381.632996,306.878998)..(377.402008,306.097992)
	..controls (371.410004,304.992004) and (367.667999,307.507996)..(366.203003,313.386993)
	..controls (364.042999,322.035004) and (363.011993,330.832001)..(363.109009,339.738007)
	..controls (363.207001,348.730011) and (364.652008,357.523010)..(366.980011,366.222992)
	..controls (370.625000,379.847992) and (379.710999,387.253998)..(393.218994,389.574005)
	..controls (419.980011,394.167999) and (446.777008,398.554993)..(473.546997,403.117004)
	..controls (499.996002,407.625000) and (526.440979,412.171997)..(552.867004,416.824005)
	..controls (579.995972,421.605011) and (607.078003,426.648010)..(634.215027,431.375000)
	..controls (668.039001,437.265991) and (701.937988,442.753998)..(735.734009,448.781006)
	..controls (769.770020,454.847992) and (803.715027,461.390991)..(837.706970,467.675995)
	..controls (853.801025,470.652008) and (869.914001,473.523010)..(886.023010,476.433990)
	..controls (886.245972,476.472992) and (886.492004,476.398010)..(886.965027,476.355011)
	..controls (883.914001,470.906006) and (880.862976,465.593994)..(877.937988,460.210999)
	..controls (874.073975,453.097992) and (870.784973,445.781006)..(869.531006,437.656006)
	..controls (868.629028,431.789001) and (869.335999,426.226990)..(872.546997,421.304993)--cycle withcolor white;
fill (88.589798,570.914001)..controls (93.351601,571.745972) and (98.113297,572.585999)..(102.875000,573.418030)
	..controls (124.508003,577.198975) and (146.145004,580.973022)..(167.772995,584.770020)
	..controls (171.992004,585.512024) and (175.929993,585.137024)..(179.184006,582.026978)
	..controls (188.875000,572.757996) and (200.195007,565.973022)..(212.039001,559.828003)
	..controls (234.559006,548.156006) and (257.527008,537.520020)..(281.636993,529.581970)
	..controls (298.773010,523.940979) and (316.156006,519.046997)..(333.300995,513.429993)
	..controls (337.671997,511.996002) and (342.011993,510.449005)..(346.339996,508.878998)
    --(346.332001,508.882996)--(439.363007,481.308990)..controls (445.785004,479.945007) and (452.089996,478.109009)..(458.398010,476.054993)
	..controls (469.449005,472.457001) and (480.886993,469.882996)..(492.324005,467.742004)
	..controls (498.113007,466.656006) and (504.269989,467.335999)..(510.253998,467.519989)
	..controls (520.562988,467.835999) and (530.879028,468.140991)..(541.156006,468.906006)
	..controls (552.065979,469.718994) and (563.151978,470.082001)..(573.750000,472.472992)
	..controls (582.945007,474.550995) and (592.151978,475.359009)..(601.395020,476.546997)
	..controls (607.789001,477.367004) and (614.026978,479.320007)..(620.406006,480.308990)
	..controls (631.534973,482.027008) and (642.762024,483.136993)..(653.867004,484.976990)
	..controls (668.992004,487.480011) and (684.117004,490.066010)..(699.101990,493.261993)
	..controls (734.929993,500.910004) and (770.723022,508.746002)..(806.440979,516.887024)
	..controls (822.460999,520.539001) and (838.273010,525.101990)..(854.179993,529.250000)
	..controls (854.487976,529.331970) and (854.796997,529.421997)..(855.093994,529.539001)
	..controls (859.754028,531.398010) and (862.262024,531.401978)..(864.581970,528.218994)
	..controls (865.156006,527.745972) and (865.781006,527.215027)..(866.500000,526.609009)
	..controls (867.245972,525.979980) and (902.523010,505.433990)..(916.112976,499.035004)
	..controls (916.473022,498.863007) and (916.921997,498.789001)..(917.187988,498.523010)
	..controls (917.715027,497.992004) and (918.145020,497.363007)..(918.617004,496.777008)
	..controls (918.046997,496.402008) and (917.512024,495.765991)..(916.909973,495.699005)
	..controls (913.906006,495.355011) and (910.831970,494.679993)..(907.879028,495.007996)
	..controls (905.250000,495.300995) and (896.690979,494.171997)..(886.203003,492.460999)
	..controls (885.898010,492.351990) and (885.593994,492.257996)..(885.289001,492.144989)
	..controls (883.604980,491.507996) and (881.629028,491.253998)..(879.820007,491.386993)
	..controls (875.367004,490.617004) and (870.734009,489.781006)..(866.171997,488.929993)
	..controls (865.637024,488.632996) and (865.109009,488.312988)..(864.590027,487.957001)
	..controls (861.773010,486.015991) and (858.620972,486.328003)..(855.554993,486.238007)
	..controls (853.789001,486.187988) and (852.043030,486.050995)..(850.304993,485.855011)
	..controls (841.507996,484.082001) and (834.598022,482.558990)..(832.335999,481.855011)
	..controls (827.265991,480.285004) and (821.887024,479.695007)..(816.651978,478.660004)
	..controls (799.734009,475.304993) and (782.914001,471.261993)..(765.862976,468.820007)
	..controls (753.987976,467.117004) and (742.270020,464.835999)..(730.504028,462.664001)
	..controls (713.625000,459.550995) and (696.715027,456.601990)..(679.820007,453.585999)
	..controls (679.348022,453.503998) and (678.848022,453.453003)..(678.406006,453.363007)
	..controls (670.929993,449.574005) and (662.715027,449.281006)..(654.651978,448.265991)
	..controls (652.429993,447.988007) and (650.210999,447.679993)..(648.012024,447.261993)
	..controls (647.406006,447.140991) and (646.492004,446.964996)..(647.784973,447.222992)
	..controls (631.823975,444.144989) and (615.921997,440.718994)..(599.901978,438.015991)
	..controls (583.679993,435.277008) and (567.320007,433.375000)..(551.059021,430.855011)
	..controls (539.776978,429.109009) and (528.551025,426.972992)..(517.309021,424.949005)
	..controls (508.929993,423.441010) and (500.558990,421.898010)..(492.152008,420.566010)
	..controls (476.480011,417.878998) and (460.210999,415.121002)..(457.410004,414.632996)
	..controls (448.125000,413.019989) and (438.757996,411.898010)..(429.480011,410.250000)
	..controls (421.546997,408.839996) and (413.742004,406.679993)..(405.792999,405.386993)
	..controls (398.394989,404.179993) and (390.878998,403.648010)..(383.410004,402.906006)
	..controls (381.593994,402.726990) and (380.207001,403.503998)..(379.476990,405.363007)
	..controls (377.066010,411.527008) and (372.656006,415.828003)..(366.906006,418.976990)
	..controls (306.914001,451.859009) and (246.992004,484.863007)..(186.940994,517.640991)
	..controls (159.585999,532.570007) and (131.996002,547.073975)..(104.496002,561.742004)
	..controls (99.847702,564.223022) and (95.113297,566.539001)..(90.429703,568.960999)
	..controls (89.742203,569.315979) and (89.132797,569.820007)..(88.488297,570.257996)
	..controls (88.519501,570.476990) and (88.554703,570.695007)..(88.589798,570.914001)--cycle withcolor CoulB;
fill (541.070007,540.887024)..controls (541.484009,534.026978) and (541.645020,527.137024)..(542.401978,520.312988)
	..controls (542.796997,516.729980) and (544.276978,513.273010)..(545.171997,509.738007)
	..controls (545.546997,508.253998) and (545.676025,506.703003)..(545.918030,505.183990)
	..controls (544.171997,504.941010) and (542.335999,504.226990)..(540.690979,504.527008)
	..controls (531.190979,506.277008) and (521.710999,508.156006)..(512.270020,510.199005)
	..controls (485.359009,516.020020) and (458.359009,521.492004)..(431.593994,527.914001)
	..controls (379.691010,540.370972) and (328.804993,556.242004)..(278.890991,575.171997)
	..controls (257.164001,583.409973) and (235.520004,591.867004)..(213.832001,600.206970)
	..controls (207.085999,602.801025) and (202.542999,607.414001)..(200.925995,614.523010)
	..controls (197.460999,629.770020) and (193.953003,645.012024)..(190.824005,660.331970)
	..controls (189.617004,666.254028) and (189.382996,672.370972)..(188.707001,678.401978)
	..controls (189.042999,691.132996) and (192.589996,702.687988)..(200.007996,713.023010)
	..controls (202.608994,716.651978) and (205.750000,719.504028)..(210.406006,720.020020)
	..controls (211.554993,720.145020) and (212.832001,720.093994)..(213.914001,719.726990)
	..controls (224.645004,716.098022) and (235.397995,712.526978)..(246.054993,708.679993)
	..controls (289.679993,692.921997) and (333.246002,677.004028)..(376.886993,661.284973)
	..controls (430.906006,641.823975) and (484.902008,622.312988)..(537.901978,600.168030)
	..controls (544.507996,597.406006) and (545.429993,596.190979)..(543.718994,589.293030)
	..controls (539.750000,573.301025) and (540.093994,557.125000)..(541.070007,540.887024)--cycle withcolor white;
fill (172.382996,672.926025)..controls (172.968994,688.590027) and (176.117004,703.882996)..(182.335999,718.315979)
	..controls (188.507996,732.645020) and (200.300995,740.429993)..(214.828003,744.859009)
	..controls (221.781006,746.984009) and (228.164001,746.590027)..(235.070007,744.034973)
	..controls (262.546997,733.879028) and (290.382996,724.671997)..(317.753998,714.250000)
	..controls (349.019989,702.348022) and (380.039001,689.789001)..(410.972992,677.039001)
	..controls (453.800995,659.387024) and (496.445007,641.296997)..(539.168030,623.379028)
	..controls (542.956970,621.789001) and (546.671997,619.984009)..(548.906006,616.323975)
	..controls (549.804993,614.848022) and (550.171997,613.039001)..(550.781006,611.387024)
	..controls (550.578003,611.156006) and (550.375000,610.929993)..(550.176025,610.698975)
	..controls (548.429993,611.043030) and (546.585999,611.129028)..(544.956970,611.765991)
	..controls (517.762024,622.473022) and (490.500000,633.020020)..(463.445007,644.070007)
	..controls (428.382996,658.390991) and (392.769989,671.164001)..(357.093994,683.843994)
	..controls (321.660004,696.434021) and (286.414001,709.573975)..(251.104996,722.515991)
	..controls (241.804993,725.921997) and (232.582001,729.539001)..(223.285004,732.956970)
	..controls (207.675995,738.690979) and (194.641006,732.354980)..(187.074005,719.421997)
	..controls (179.772995,706.937988) and (177.246002,693.304993)..(176.445007,679.065979)
	..controls (175.160004,656.120972) and (180.214996,634.315979)..(187.352005,612.796997)
	..controls (189.367004,606.718994) and (192.190994,601.328003)..(197.750000,597.859009)
	..controls (277.746002,547.956970) and (534.512024,490.230011)..(535.742004,490.070007)
	..controls (552.562988,487.859009) and (569.039001,489.988007)..(585.479980,493.410004)
	..controls (643.242004,505.429993) and (700.573975,519.323975)..(757.956970,533.004028)
	..controls (822.793030,548.456970) and (887.651978,563.823975)..(952.500000,579.237976)
	..controls (958.323975,580.620972) and (964.164001,581.948975)..(969.945007,583.500000)
	..controls (976.309021,585.203003) and (978.132996,588.073975)..(977.387024,594.554993)
	..controls (977.254028,595.723022) and (977.210999,596.898010)..(977.073975,598.765991)
	..controls (984.125000,593.804993) and (991.598022,590.531006)..(997.328003,584.773010)
	..controls (997.254028,584.406006) and (997.176025,584.039001)..(997.098022,583.671997)
	..controls (996.710999,583.609009) and (996.320007,583.526978)..(995.929993,583.448975)
    --(956.664001,573.593994)..controls (956.620972,573.562988) and (956.578003,573.539001)..(956.539001,573.507996)
	..controls (955.776978,573.348022) and (955.020020,573.164001)..(954.262024,572.987976)
 --(944.906006,570.645020)..controls (937.453003,568.640991) and (930.039001,566.468994)..(922.448975,564.901978)
	..controls (904.012024,561.101990) and (885.812988,556.156006)..(867.512024,551.715027)
	..controls (859.909973,549.870972) and (852.237976,548.289001)..(844.703003,546.203003)
	..controls (837.995972,544.348022) and (831.331970,542.245972)..(824.801025,539.840027)
	--(824.801025,540.304993)..controls (799.854980,532.093994) and (767.229980,523.960999)..(732.926025,516.468994)
	..controls (731.362976,516.164001) and (729.796997,515.854980)..(728.229980,515.573975)
	..controls (723.164001,514.664001) and (718.062988,513.953003)..(713.023010,512.940979)
	..controls (711.789001,512.695007) and (710.648010,512.031006)..(709.468994,511.492004)
	..controls (623.945007,493.843994) and (536.468994,480.843994)..(536.468994,480.843994)
	..controls (526.500000,480.402008) and (516.543030,480.511993)..(506.605011,482.195007)
	..controls (493.851990,484.355011) and (480.921997,485.554993)..(468.242004,488.035004)
	..controls (445.667999,492.453003) and (423.539001,498.730011)..(401.617004,505.671997)
	..controls (386.476990,510.464996) and (371.558990,516.046997)..(356.246002,520.179993)
	..controls (335.281006,525.840027) and (315.203003,533.862976)..(294.937988,541.426025)
	..controls (266.347992,552.093994) and (238.085999,563.562988)..(210.375000,576.375000)
	..controls (200.983994,580.718994) and (194.003998,587.296997)..(189.367004,596.515991)
	..controls (183.671997,607.831970) and (178.492004,619.370972)..(176.449005,631.948975)
    ..controls (174.246002,645.512024) and (171.867004,659.140991)..(172.382996,672.926025)--cycle withcolor CoulC;
  %%%%
fill (954.698975,644.895020)..controls (954.953003,641.554993) and (955.198975,638.179993)..(955.031006,634.843994)
	..controls (954.495972,624.312988) and (956.956970,614.215027)..(959.101990,604.054993)
	..controls (960.703003,596.453003) and (960.370972,596.098022)..(952.765991,594.104980)
	..controls (920.323975,585.625000) and (887.601990,578.354980)..(854.887024,571.026978)
	..controls (827.479980,564.890991) and (800.273010,557.862976)..(772.929993,551.421997)
	..controls (739.831970,543.625000) and (706.656006,536.159973)..(673.570007,528.315979)
	..controls (642.273010,520.895020) and (611.054993,513.159973)..(579.793030,505.605011)
	..controls (576.926025,504.914001) and (574.000000,504.421997)..(571.078003,504.019989)
	..controls (566.473022,503.390991) and (562.421997,506.003998)..(560.706970,510.777008)
	..controls (557.676025,519.226990) and (555.437988,527.862976)..(554.918030,536.879028)
	..controls (554.023010,552.520020) and (554.875000,568.046997)..(558.245972,583.367004)
	..controls (559.026978,586.929993) and (560.382996,590.390991)..(561.750000,593.789001)
	..controls (563.000000,596.887024) and (565.565979,598.620972)..(568.804993,599.354980)
	..controls (590.059021,604.168030) and (611.284973,609.101990)..(632.573975,613.765991)
	..controls (672.882996,622.601990) and (713.237976,631.218994)..(753.551025,640.054993)
	..controls (796.276978,649.418030) and (838.901978,659.254028)..(881.706970,668.229980)
	..controls (900.679993,672.206970) and (919.979980,674.625000)..(939.145020,677.671997)
	..controls (946.320007,678.812988) and (953.534973,679.729980)..(960.734009,680.734009)
	..controls (961.831970,680.887024) and (962.940979,680.945007)..(964.578003,681.093994)
	..controls (962.887024,677.198975) and (961.640991,673.637024)..(959.862976,670.359009)
	..controls (955.523010,662.362976) and (954.015991,653.887024)..(954.698975,644.895020)--cycle withcolor white;
fill (251.483994,752.909973)..controls (275.234009,757.078003) and (298.976990,761.284973)..(322.761993,765.206970)
	..controls (341.121002,768.234009) and (359.546997,770.820007)..(377.929993,773.687988)
	..controls (391.816010,775.859009) and (405.660004,778.320007)..(419.566010,780.375000)
	..controls (434.574005,782.590027) and (449.636993,784.429993)..(464.660004,786.543030)
	..controls (478.257996,788.453003) and (491.894989,790.215027)..(505.414001,792.581970)
	..controls (523.460999,795.742004) and (541.581970,797.953003)..(559.870972,799.101990)
	..controls (570.218994,799.754028) and (580.504028,801.434021)..(590.823975,802.604980)
	..controls (603.210999,804.012024) and (615.593994,805.434021)..(627.992004,806.726990)
	..controls (644.848022,808.487976) and (661.706970,810.229980)..(678.578003,811.784973)
	..controls (686.120972,812.476990) and (693.715027,813.164001)..(701.265991,812.995972)
	..controls (710.184021,812.796997) and (718.632996,809.715027)..(727.125000,807.187988)
	..controls (769.507996,794.573975) and (811.926025,782.081970)..(854.257996,769.304993)
	..controls (885.406006,759.898010) and (915.479980,747.507996)..(945.710999,735.578003)
	..controls (961.684021,729.276978) and (977.632996,722.921997)..(993.590027,716.581970)
	..controls (994.460999,716.234009) and (995.296997,715.812988)..(996.773010,715.148010)
	..controls (992.632996,714.229980) and (989.159973,713.398010)..(985.659973,712.690979)
	..controls (962.026978,707.918030) and (938.500000,702.504028)..(914.726990,698.609009)
	..controls (893.851990,695.187988) and (873.648010,689.379028)..(853.206970,684.315979)
	..controls (836.789001,680.250000) and (820.065979,677.434021)..(803.531006,673.828003)
	..controls (769.843994,666.487976) and (736.140991,659.206970)..(702.539001,651.479980)
	..controls (677.184021,645.651978) and (651.976990,639.176025)..(626.703003,632.979980)
	..controls (615.312988,630.187988) and (604.031006,626.804993)..(592.507996,624.757996)
	..controls (582.320007,622.945007) and (571.875000,622.445007)..(561.520020,621.745972)
	..controls (559.039001,621.578003) and (556.078003,622.315979)..(553.987976,623.651978)
	..controls (542.776978,630.809021) and (530.367004,635.257996)..(518.184021,640.276978)
	..controls (492.632996,650.804993) and (467.226990,661.679993)..(441.652008,672.145020)
	..controls (404.621002,687.301025) and (367.707001,702.765991)..(330.339996,717.051025)
	..controls (302.625000,727.645020) and (274.269989,736.551025)..(246.210999,746.262024)
	..controls (244.371002,746.898010) and (242.684006,747.979980)..(240.656006,748.987976)
	..controls (243.871002,752.554993) and (247.867004,752.276978)..(251.483994,752.909973)--cycle withcolor CoulC;
        );
        $
      enddef;
    }%

\NewDocumentCommand\SchemaPileLivresBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    color CoulA,CoulB,CoulC;
    CoulA=\useKV[Schemas]{CouleurA};
    CoulB=\useKV[Schemas]{CouleurB};
    CoulC=\useKV[Schemas]{CouleurC};
    \MPCodeSchemaPileLivres
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaPileLivres-lrcorner SchemaPileLivres));
    pickup pencircle scaled 0.1;
    draw (SchemaPileLivres scaled MPEchelleRecep);
  \end{mplibcode}%
}

\NewDocumentCommand\SchemaPileLivres{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaPileLivresBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaPileLivresBase%
    }%
  }%    
}%

%%%%%%%%%
% Barré
%%%%%%%%%
\def\MPCodeSchemaNoCheck{%
  vardef SchemaNoCheck=
  Rayon:=\useKV[Schemas]{Rayon}*u;
  % 
  pair A,B,C,D;
  A=(0,0);
  B-A=0.5*(-0.25Rayon,-Rayon);
  % 
  path cc;
  cc=cercles(A,Rayon);
  C=pointarc(cc,160);
  D=pointarc(cc,40);
  color CouleurRemplissage,CouleurNoCheck;
  CouleurNoCheck:=\useKV[Schemas]{CouleurNoCheck};
  save $; picture $;
  $=image(
  trace pointarc(cc,45)--pointarc(cc,225) withpen pencircle scaled 10 withcolor CouleurNoCheck;
  trace pointarc(cc,135)--pointarc(cc,-45) withpen pencircle scaled 10 withcolor CouleurNoCheck;
  );
  $
  enddef;
}%

\NewDocumentCommand\SchemaNoCheck{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \mplibforcehmode%
    \begin{mplibcode}
      \MPCodeSchemaNoCheck%
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaNoCheck-lrcorner SchemaNoCheck));
      pickup pencircle scaled 0.1;
      draw (SchemaNoCheck scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
  }%
  {%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \mplibforcehmode%
    \begin{mplibcode}
      \MPCodeSchemaNoCheck%
      MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaNoCheck-lrcorner SchemaNoCheck));
      pickup pencircle scaled 0.1;
      draw (SchemaNoCheck scaled MPEchelleRecep);% withcolor (\myMPBullEyeColor);
    \end{mplibcode}%
    }%
  }%
}%

%%%%%%%%%%%%
% Portable + Reseaux sociaux
% vecteezy + pstoedit
% Auteur initial : Jorge Villa
%%%%%%%%%%%%
\def\MPCodeSchemaPortable{%
  vardef SchemaPortable=
  save $;picture $;
  $=image(
  fill (1882.150024,593.390991)..controls (1887.449951,608.171997) and (1890.339966,624.078003)..(1890.339966,640.648010)
  --(1890.339966,1083.439941)--(1890.339966,1112.959961)--(1890.339966,1308.900024)
  --(1890.339966,1899.849976)..controls (1886.390015,1898.640015) and (1882.390015,1897.520020)..(1878.339966,1896.489990)
  --(1878.339966,640.648010)..controls (1878.339966,569.809021) and (1820.709961,512.171997)..(1749.859985,512.171997)
  --(1250.160034,512.171997)..controls (1179.310059,512.171997) and (1121.670044,569.809021)..(1121.670044,640.648010)
  --(1121.670044,1909.579956)..controls (1121.670044,1980.430054) and (1179.310059,2038.060059)..(1250.160034,2038.060059)
  --(1572.020020,2038.060059)..controls (1570.530029,2042.010010) and (1569.160034,2046.020020)..(1567.930054,2050.060059)
  --(1250.160034,2050.060059)..controls (1172.689941,2050.060059) and (1109.670044,1987.040039)..(1109.670044,1909.579956)
  --(1109.670044,1269.109985)--(1109.670044,1239.890015)--(1109.670044,1204.709961)
  ..controls (1109.760010,1204.650024) and (1109.839966,1204.579956)..(1109.910034,1204.530029)
  ..controls (1109.910034,1204.530029) and (1109.829956,1204.290039)..(1109.670044,1203.869995)
  --(1109.670044,1122.079956)--(1109.670044,1079.699951)--(1109.670044,1034.020020)
  ..controls (1109.699951,1033.989990) and (1109.719971,1033.969971)..(1109.719971,1033.969971)
  --(1109.719971,1024.800049)..controls (1109.709961,1024.780029) and (1109.689941,1024.760010)..(1109.670044,1024.739990)
  --(1109.670044,998.539001)--(1109.670044,945.351990)--(1109.670044,883.629028)
  --(1109.670044,861.090027)--(1109.670044,741.960999)--(1109.670044,715.809021)
  --(1109.670044,640.648010)..controls (1109.670044,563.190979) and (1172.689941,500.171997)..(1250.160034,500.171997)
  --(1277.750000,500.171997)--(1749.859985,500.171997)..controls (1810.750000,500.171997) and (1862.699951,539.109009)..(1882.150024,593.390991)
  --cycle;
  fill (1854.339966,640.648010)..controls (1854.339966,582.948975) and (1807.560059,536.171997)..(1749.859985,536.171997)
  --(1250.160034,536.171997)..controls (1192.449951,536.171997) and (1145.670044,582.948975)..(1145.670044,640.648010)
  --(1145.670044,1909.579956)..controls (1145.670044,1967.290039) and (1192.449951,2014.060059)..(1250.160034,2014.060059)
  --(1582.910034,2014.060059)..controls (1578.770020,2021.819946) and (1575.119995,2029.829956)..(1572.020020,2038.060059)
  --(1250.160034,2038.060059)..controls (1179.310059,2038.060059) and (1121.670044,1980.430054)..(1121.670044,1909.579956)
  --(1121.670044,640.648010)..controls (1121.670044,569.809021) and (1179.310059,512.171997)..(1250.160034,512.171997)
  --(1749.859985,512.171997)..controls (1820.709961,512.171997) and (1878.339966,569.809021)..(1878.339966,640.648010)
  --(1878.339966,1896.489990)..controls (1870.500000,1894.479980) and (1862.489990,1892.800049)..(1854.339966,1891.479980)
  --cycle withcolor (0.254902,0.250980,0.258824);
  fill (1513.280029,1233.699951)..controls (1509.369995,1230.569946) and (1504.689941,1229.000000)..(1500.010010,1229.000000)
  ..controls (1495.329956,1229.000000) and (1490.650024,1230.569946)..(1486.739990,1233.699951)
  --(1447.930054,1264.849976)--(1323.439941,1164.949951)--(1676.569946,1164.949951)
  --(1552.089966,1264.849976)--cycle withcolor (0.000000,0.654902,0.615686);
  fill (1145.670044,1909.579956)--(1145.670044,640.648010)..controls (1145.670044,582.948975) and (1192.449951,536.171997)..(1250.160034,536.171997)
  --(1749.859985,536.171997)..controls (1807.560059,536.171997) and (1854.339966,582.948975)..(1854.339966,640.648010)
  --(1854.339966,1891.479980)..controls (1843.609985,1889.729980) and (1832.640015,1888.569946)..(1821.469971,1888.069946)
  ..controls (1804.640015,1848.319946) and (1768.550049,1794.089966)..(1694.280029,1778.839966)
  ..controls (1729.739990,1823.170044) and (1745.040039,1869.000000)..(1751.180054,1893.650024)
  ..controls (1676.520020,1909.160034) and (1614.839966,1954.239990)..(1582.910034,2014.060059)
  --(1250.160034,2014.060059)..controls (1192.449951,2014.060059) and (1145.670044,1967.290039)..(1145.670044,1909.579956)
  --cycle withcolor (0.000000,0.654902,0.615686);
  fill (1284.760010,1388.760010)..controls (1284.760010,1400.689941) and (1294.459961,1410.390015)..(1306.390015,1410.390015)
  --(1693.630005,1410.390015)..controls (1705.550049,1410.390015) and (1715.260010,1400.689941)..(1715.260010,1388.760010)
  --(1715.260010,1166.579956)..controls (1715.260010,1154.650024) and (1705.550049,1144.949951)..(1693.630005,1144.949951)
  --(1306.390015,1144.949951)..controls (1294.459961,1144.949951) and (1284.760010,1154.650024)..(1284.760010,1166.579956)
  --cycle withcolor white;%enveloppe
  fill (1695.260010,1175.589966)--(1695.260010,1379.750000)--(1568.060059,1277.670044)
  --cycle withcolor (0.000000,0.654902,0.615686);
  fill (1500.760010,1249.300049)--(1676.569946,1390.390015)--(1323.439941,1390.390015)
  --(1499.260010,1249.300049)..controls (1499.699951,1248.949951) and (1500.319946,1248.949951)..(1500.760010,1249.300049)
  --cycle withcolor (0.000000,0.654902,0.615686);
  fill (1304.760010,1379.750000)--(1304.760010,1175.589966)--(1431.949951,1277.670044)
  --cycle withcolor (0.000000,0.654902,0.615686);
  fill (1582.910034,2014.060059)..controls (1614.839966,1954.239990) and (1676.520020,1909.160034)..(1751.180054,1893.650024)
  ..controls (1745.040039,1869.000000) and (1729.739990,1823.170044)..(1694.280029,1778.839966)
  ..controls (1768.550049,1794.089966) and (1804.640015,1848.319946)..(1821.469971,1888.069946)
  ..controls (1832.640015,1888.569946) and (1843.609985,1889.729980)..(1854.339966,1891.479980)
  ..controls (1862.489990,1892.800049) and (1870.500000,1894.479980)..(1878.339966,1896.489990)
  ..controls (1882.390015,1897.520020) and (1886.390015,1898.640015)..(1890.339966,1899.849976)
  ..controls (1987.920044,1929.619995) and (2057.989990,2011.250000)..(2057.989990,2107.290039)
  ..controls (2057.989990,2153.040039) and (2042.089966,2195.520020)..(2014.890015,2230.679932)
  ..controls (1993.050049,2204.030029) and (1959.880005,2187.020020)..(1922.729980,2187.020020)
  ..controls (1856.959961,2187.020020) and (1803.640015,2240.350098)..(1803.640015,2306.120117)
  ..controls (1803.640015,2313.159912) and (1804.250000,2320.050049)..(1805.420044,2326.760010)
  ..controls (1669.229980,2325.219971) and (1559.359985,2227.570068)..(1559.359985,2107.290039)
  ..controls (1559.359985,2087.489990) and (1562.349976,2068.310059)..(1567.930054,2050.060059)
  ..controls (1569.160034,2046.020020) and (1570.530029,2042.010010)..(1572.020020,2038.060059)
  ..controls (1575.119995,2029.829956) and (1578.770020,2021.819946)..(1582.910034,2014.060059)
  --cycle withcolor white;
  draw (1582.910034,2014.060059)..controls (1614.839966,1954.239990) and (1676.520020,1909.160034)..(1751.180054,1893.650024)
  ..controls (1745.040039,1869.000000) and (1729.739990,1823.170044)..(1694.280029,1778.839966)
  ..controls (1768.550049,1794.089966) and (1804.640015,1848.319946)..(1821.469971,1888.069946)
  ..controls (1832.640015,1888.569946) and (1843.609985,1889.729980)..(1854.339966,1891.479980)
  ..controls (1862.489990,1892.800049) and (1870.500000,1894.479980)..(1878.339966,1896.489990)
  ..controls (1882.390015,1897.520020) and (1886.390015,1898.640015)..(1890.339966,1899.849976)
  ..controls (1987.920044,1929.619995) and (2057.989990,2011.250000)..(2057.989990,2107.290039)
  ..controls (2057.989990,2153.040039) and (2042.089966,2195.520020)..(2014.890015,2230.679932)
  ..controls (1993.050049,2204.030029) and (1959.880005,2187.020020)..(1922.729980,2187.020020)
  ..controls (1856.959961,2187.020020) and (1803.640015,2240.350098)..(1803.640015,2306.120117)
  ..controls (1803.640015,2313.159912) and (1804.250000,2320.050049)..(1805.420044,2326.760010)
  ..controls (1669.229980,2325.219971) and (1559.359985,2227.570068)..(1559.359985,2107.290039)
  ..controls (1559.359985,2087.489990) and (1562.349976,2068.310059)..(1567.930054,2050.060059)
  ..controls (1569.160034,2046.020020) and (1570.530029,2042.010010)..(1572.020020,2038.060059)
  ..controls (1575.119995,2029.829956) and (1578.770020,2021.819946)..(1582.910034,2014.060059)
  --cycle withcolor black;
  fill (1706.729980,2133.159912)..controls (1725.270020,2133.159912) and (1740.300049,2118.129883)..(1740.300049,2099.600098)
  ..controls (1740.300049,2081.060059) and (1725.270020,2066.030029)..(1706.729980,2066.030029)
  ..controls (1688.199951,2066.030029) and (1673.170044,2081.060059)..(1673.170044,2099.600098)
  ..controls (1673.170044,2118.129883) and (1688.199951,2133.159912)..(1706.729980,2133.159912)
  --cycle;
  fill (1808.410034,2133.159912)..controls (1826.949951,2133.159912) and (1841.969971,2118.129883)..(1841.969971,2099.600098)
  ..controls (1841.969971,2081.060059) and (1826.949951,2066.030029)..(1808.410034,2066.030029)
  ..controls (1789.869995,2066.030029) and (1774.849976,2081.060059)..(1774.849976,2099.600098)
  ..controls (1774.849976,2118.129883) and (1789.869995,2133.159912)..(1808.410034,2133.159912)
  --cycle;
  fill (1910.089966,2133.159912)..controls (1928.619995,2133.159912) and (1943.650024,2118.129883)..(1943.650024,2099.600098)
  ..controls (1943.650024,2081.060059) and (1928.619995,2066.030029)..(1910.089966,2066.030029)
  ..controls (1891.550049,2066.030029) and (1876.520020,2081.060059)..(1876.520020,2099.600098)
  ..controls (1876.520020,2118.129883) and (1891.550049,2133.159912)..(1910.089966,2133.159912)
  --cycle;
%  drawoptions ();
  fill (1706.729980,2066.030029)..controls (1725.270020,2066.030029) and (1740.300049,2081.060059)..(1740.300049,2099.600098)
  ..controls (1740.300049,2118.129883) and (1725.270020,2133.159912)..(1706.729980,2133.159912)
  ..controls (1688.199951,2133.159912) and (1673.170044,2118.129883)..(1673.170044,2099.600098)
  ..controls (1673.170044,2081.060059) and (1688.199951,2066.030029)..(1706.729980,2066.030029)
  --cycle;
  fill (1808.410034,2066.030029)..controls (1826.949951,2066.030029) and (1841.969971,2081.060059)..(1841.969971,2099.600098)
  ..controls (1841.969971,2118.129883) and (1826.949951,2133.159912)..(1808.410034,2133.159912)
  ..controls (1789.869995,2133.159912) and (1774.849976,2118.129883)..(1774.849976,2099.600098)
  ..controls (1774.849976,2081.060059) and (1789.869995,2066.030029)..(1808.410034,2066.030029)
  --cycle;
  fill (1910.089966,2066.030029)..controls (1928.619995,2066.030029) and (1943.650024,2081.060059)..(1943.650024,2099.600098)
  ..controls (1943.650024,2118.129883) and (1928.619995,2133.159912)..(1910.089966,2133.159912)
  ..controls (1891.550049,2133.159912) and (1876.520020,2118.129883)..(1876.520020,2099.600098)
  ..controls (1876.520020,2081.060059) and (1891.550049,2066.030029)..(1910.089966,2066.030029)
  --cycle;%(0.137255,0.121569,0.125490)
%  drawoptions ();
  fill (1922.729980,2187.020020)..controls (1959.880005,2187.020020) and (1993.050049,2204.030029)..(2014.890015,2230.679932)
  ..controls (2031.719971,2251.219971) and (2041.829956,2277.489990)..(2041.829956,2306.120117)
  ..controls (2041.829956,2371.899902) and (1988.510010,2425.219971)..(1922.729980,2425.219971)
  ..controls (1864.000000,2425.219971) and (1815.189941,2382.699951)..(1805.420044,2326.760010)
  ..controls (1804.250000,2320.050049) and (1803.640015,2313.159912)..(1803.640015,2306.120117)
  ..controls (1803.640015,2240.350098) and (1856.959961,2187.020020)..(1922.729980,2187.020020)
  --cycle withcolor (0.929412,0.109804,0.141176);
  fill (1892.910034,2342.550049)--(1920.810059,2361.469971)..controls (1921.469971,2362.020020) and (1922.449951,2362.290039)..(1923.750000,2362.290039)
  --(1936.319946,2362.290039)..controls (1937.839966,2362.290039) and (1938.599976,2361.469971)..(1938.599976,2359.840088)
  --(1938.599976,2248.070068)..controls (1938.599976,2246.429932) and (1937.839966,2245.620117)..(1936.319946,2245.620117)
  --(1921.959961,2245.620117)..controls (1920.329956,2245.620117) and (1919.510010,2246.429932)..(1919.510010,2248.070068)
  --(1919.510010,2339.449951)--(1902.209961,2327.530029)..controls (1901.780029,2327.209961) and (1901.339966,2327.040039)..(1900.910034,2327.040039)
  ..controls (1900.250000,2327.040039) and (1899.599976,2327.479980)..(1898.949951,2328.350098)
  --(1892.260010,2339.120117)..controls (1891.930054,2339.659912) and (1891.770020,2340.100098)..(1891.770020,2340.429932)
  ..controls (1891.770020,2341.080078) and (1892.150024,2341.780029)..(1892.910034,2342.550049)
  --cycle withcolor white;
  fill (1323.439941,1164.949951)--(1447.930054,1264.849976)--(1486.739990,1233.699951)
  ..controls (1490.650024,1230.569946) and (1495.329956,1229.000000)..(1500.010010,1229.000000)
  ..controls (1504.689941,1229.000000) and (1509.369995,1230.569946)..(1513.280029,1233.699951)
  --(1552.089966,1264.849976)--(1676.569946,1164.949951)--cycle withcolor (0.000000,0.654902,0.615686);
  );
  $
  enddef;
}
%
\NewDocumentCommand\SchemaPortableBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaPortable
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaPortable-lrcorner SchemaPortable));
    pickup pencircle scaled 0.1;
    draw (SchemaPortable scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaPortable{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaPortableBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaPortableBase%
    }%
  }%    
}%

%%%%%
% Tas de feuilles
%%%%
\def\MPCodeSchemaFicheRevision{
  vardef SchemaFicheRevision=
  save $; picture $;
  $=image(
    drawoptions (withcolor (0.298039,0.298039,0.301961));
    fill (558.335999,196.229996)..controls (557.934021,203.526993) and (557.581970,210.828003)..(557.284973,218.132996)
	..controls (556.723022,231.973007) and (556.354980,245.820007)..(556.176025,259.667999)
	..controls (555.812988,287.867004) and (555.945007,315.855011)..(554.070007,344.011993)
	..controls (549.742004,409.011993) and (552.500000,474.558990)..(552.987976,539.659973)
	..controls (552.995972,540.715027) and (552.046997,541.762024)..(550.948975,541.698975)
	..controls (501.988007,538.918030) and (453.027008,536.137024)..(404.070007,533.354980)
	..controls (379.589996,531.968994) and (355.054993,530.012024)..(330.566010,532.218994)
	..controls (306.324005,534.401978) and (282.335999,538.784973)..(258.093994,541.065979)
	..controls (230.386993,543.671997) and (202.563004,544.734009)..(174.738007,544.395020)
..controls (174.440994,544.390991) and (174.175995,544.320007)..(173.938004,544.215027)
	..controls (172.940994,544.281006) and (171.949005,544.210999)..(170.934006,543.984009)
	..controls (170.136993,543.804993) and (169.503998,543.026978)..(169.375000,542.203003)
	..controls (169.214996,541.948975) and (169.082001,541.659973)..(169.039001,541.304993)
	..controls (162.858994,488.914001) and (171.382996,436.027008)..(169.496002,383.457001)
	..controls (167.602005,330.660004) and (160.031006,278.312988)..(154.179993,225.863007)
	..controls (150.863007,196.128998) and (148.141006,166.320007)..(147.195007,136.397995)
	..controls (147.156006,135.218994) and (148.164001,134.468994)..(149.233994,134.358994)
	..controls (153.809006,133.897995) and (158.378998,133.440994)..(162.953003,132.968994)
	--(163.167999,132.968994)..controls (161.882996,128.199005) and (160.401993,123.460999)..(158.641006,118.769997)
	..controls (158.285004,117.820000) and (159.042999,116.421997)..(160.063004,116.262001)
	..controls (222.233994,106.969002) and (285.199005,107.801003)..(347.867004,106.000000)
	..controls (364.050995,105.539001) and (380.195007,104.578003)..(396.390991,105.210999)
	..controls (411.734009,105.801003) and (427.019989,107.351997)..(442.265991,109.109001)
	..controls (457.984009,110.930000) and (473.675995,112.980003)..(489.433990,114.448997)
	..controls (501.593994,115.589996) and (513.875000,115.530998)..(526.004028,116.808998)
	..controls (528.987976,117.121002) and (533.012024,117.198997)..(534.882996,119.921997)
	..controls (537.062988,123.101997) and (535.156006,128.397995)..(534.590027,131.781006)
	..controls (533.039001,140.968994) and (532.448975,151.410004)..(534.429993,160.589996)
	..controls (535.301025,161.488007) and (536.171997,162.391006)..(537.043030,163.281006)
	..controls (541.823975,168.160004) and (546.559021,173.089996)..(551.257996,178.059006)
	..controls (553.309021,180.218994) and (556.812988,182.789001)..(558.210999,185.460999)
	..controls (559.742004,188.378998) and (558.515991,192.988007)..(558.335999,196.229996)
    --cycle;%extérieur
  %
  drawoptions (withcolor (1.000000,0.992157,0.941176));
fill (539.270020,181.910004)..controls (530.187988,177.550995) and (520.125000,179.809006)..(510.519989,181.589996)
	..controls (509.351990,181.809006) and (507.792999,181.050995)..(507.937988,179.621002)
	..controls (509.769989,161.699005) and (504.109009,145.858994)..(492.914001,132.000000)
	..controls (483.343994,127.898003) and (472.921997,126.121002)..(461.687988,126.070000)
	..controls (433.710999,125.948997) and (405.730011,126.101997)..(377.753998,126.359001)
	..controls (316.691010,126.921997) and (255.636993,127.921997)..(194.570007,127.628998)
	..controls (195.007996,131.270004) and (194.406006,135.289001)..(194.233994,138.750000)
	..controls (193.828003,146.988007) and (193.632996,155.190994)..(193.875000,163.429993)
	..controls (193.940994,163.628998) and (193.983994,163.839996)..(193.983994,164.089996)
	..controls (193.979996,164.910004) and (193.973007,165.729996)..(193.968994,166.550995)
	--(193.977005,166.809006)--(193.964996,167.000000)..controls (193.781006,212.363007) and (192.339996,257.687988)..(190.906006,303.027008)
	..controls (189.315994,353.363007) and (189.792999,403.808990)..(187.328003,454.105011)
	..controls (185.910004,483.046997) and (183.003998,511.921997)..(177.210999,540.331970)
	..controls (201.065994,540.554993) and (224.921997,539.757996)..(248.707001,537.812988)
	..controls (273.074005,535.815979) and (297.148010,531.887024)..(321.414001,529.090027)
	..controls (345.914001,526.265991) and (370.171997,527.354980)..(394.722992,528.745972)
	..controls (419.203003,530.140991) and (443.683990,531.526978)..(468.160004,532.918030)
	..controls (495.070007,534.445007) and (521.979980,535.976990)..(548.890991,537.504028)
	..controls (548.429993,481.781006) and (546.382996,425.765991)..(548.526978,370.078003)
	..controls (549.581970,342.644989) and (552.059021,315.417999)..(551.968994,287.933990)
	..controls (551.882996,261.250000) and (552.390991,234.570007)..(553.659973,207.914001)
	..controls (553.823975,204.453003) and (554.000000,200.996002)..(554.187988,197.539001)
	..controls (554.276978,195.820007) and (554.245972,193.979996)..(554.479980,192.281006)
	..controls (554.500000,192.128998) and (554.625000,191.559006)..(554.776978,190.921997)
	..controls (549.804993,187.621002) and (544.640991,184.488007)..(539.270020,181.910004)--cycle;
 fill (542.757996,175.039001)..controls (539.023010,171.147995) and (535.270020,167.261993)..(531.484009,163.397995)
	..controls (531.203003,163.250000) and (530.968994,163.020004)..(530.796997,162.699005)
	..controls (524.390991,156.171997) and (517.875000,149.750000)..(511.082001,143.647995)
	..controls (507.824005,140.718994) and (504.429993,138.229996)..(500.906006,136.102005)
	..controls (508.972992,148.378998) and (513.187988,162.039001)..(512.203003,177.128998)
	..controls (520.476990,175.520004) and (529.979980,173.621002)..(537.737976,176.761993)
	..controls (542.234009,178.578003) and (546.578003,180.940994)..(550.770020,183.500000)
	..controls (548.104980,180.671997) and (545.440979,177.852005)..(542.757996,175.039001)--cycle;
  fill	(530.664001,121.698997)..controls (529.296997,120.359001) and (524.737976,120.762001)..(522.879028,120.628998)
	..controls (495.878998,118.801003) and (469.164001,116.308998)..(442.265991,113.191002)
	..controls (412.296997,109.719002) and (383.027008,108.987999)..(352.906006,109.930000)
	..controls (323.425995,110.851997) and (293.925995,111.089996)..(264.445007,112.012001)
	..controls (230.651993,113.070000) and (196.839996,115.019997)..(163.358994,119.890999)
	..controls (171.218994,141.878998) and (173.473007,164.839996)..(175.315994,187.988007)
	..controls (177.539001,215.968994) and (179.897995,243.929993)..(181.242004,271.964996)
	..controls (183.895004,327.261993) and (183.440994,382.656006)..(180.897995,437.949005)
	..controls (179.483994,468.804993) and (177.414001,499.621002)..(174.988007,530.409973)
	..controls (183.878998,481.445007) and (184.272995,431.550995)..(184.949005,381.894989)
	..controls (185.570007,336.335999) and (187.375000,290.816010)..(188.632996,245.276993)
	..controls (189.358994,219.046997) and (189.792999,192.809006)..(189.891006,166.570007)
	..controls (189.500000,157.891006) and (189.641006,149.229996)..(190.065994,140.539001)
	..controls (190.281006,136.121002) and (191.449005,130.449005)..(190.125000,126.121002)
	..controls (189.733994,124.859001) and (190.796997,123.539001)..(192.089996,123.539001)
	..controls (248.835999,123.851997) and (305.570007,123.019997)..(362.308990,122.430000)
	..controls (390.980011,122.128998) and (419.652008,121.921997)..(448.328003,121.960999)
	..controls (468.761993,121.980003) and (489.257996,121.698997)..(506.511993,134.511993)
	..controls (514.815979,140.679993) and (522.312988,148.121002)..(529.593994,155.602005)
	..controls (529.242004,151.238007) and (529.515991,147.128998)..(529.843994,142.261993)
	..controls (530.145020,137.750000) and (530.168030,133.570007)..(530.965027,129.128998)
   ..controls (531.370972,126.878998) and (532.565979,123.570000)..(530.664001,121.698997)
   --cycle;
 fill (162.953003,137.050995)..controls (159.082001,137.440994) and (155.210999,137.839996)..(151.343994,138.229996)
	..controls (153.121002,190.460999) and (160.358994,242.238007)..(166.238007,294.109009)
	..controls (172.207001,346.781006) and (175.246002,398.980011)..(172.632996,451.964996)
	..controls (171.473007,475.429993) and (170.276993,498.933990)..(171.531006,522.375000)
	..controls (175.496002,470.539001) and (178.343994,418.609009)..(178.875000,366.621002)
	..controls (179.438004,311.742004) and (176.733994,257.140991)..(172.386993,202.449005)
	..controls (170.625000,180.300995) and (169.371002,158.078003)..(164.089996,136.589996)
	..controls (163.789001,136.828003) and (163.414001,137.000000)..(162.953003,137.050995)--cycle;%papier
  %clip
drawoptions (withcolor (0.913725,0.905882,0.850980));
fill (420.054993,493.859009)..controls (414.085999,493.859009) and (408.015991,494.546997)..(403.214996,494.601990)
..controls (374.281006,494.929993) and (345.343994,495.527008)..(316.511993,498.121002)
	..controls (311.460999,498.578003) and (311.289001,506.300995)..(316.085999,506.300995)
	..controls (316.222992,506.300995) and (316.363007,506.292999)..(316.511993,506.277008)
	..controls (317.242004,506.214996) and (317.976990,506.156006)..(318.710999,506.093994)
	..controls (319.359009,506.847992) and (320.285004,507.394989)..(321.503998,507.515991)
	..controls (340.777008,509.402008) and (360.093994,510.871002)..(379.437988,511.847992)
	..controls (389.109009,512.335999) and (398.785004,512.710999)..(408.468994,512.968994)
	..controls (412.546997,513.073975) and (416.628998,513.148010)..(420.707001,513.215027)
	..controls (424.832001,514.620972) and (429.992004,516.156006)..(433.972992,516.156006)
	..controls (436.984009,516.156006) and (439.324005,515.276978)..(440.031006,512.796997)
	..controls (443.500000,508.414001) and (442.125000,501.347992)..(437.320007,497.898010)
	..controls (432.804993,494.656006) and (426.484009,493.859009)..(420.054993,493.859009)
	--cycle;%ombre
drawoptions (withcolor (0.431373,0.415686,0.372549));
fill (324.296997,548.585999)..controls (324.015991,549.187988) and (324.750000,549.117004)..(324.316010,548.543030)
	--(324.316010,548.617004)..controls (324.351990,549.059021) and (324.343994,549.046997)..(324.296997,548.585999)
	--cycle withpen pencircle scaled 5;
fill (433.886993,518.448975)..controls (432.992004,518.473022) and (432.089996,521.242004)..(430.992004,521.789001)
	..controls (431.121002,522.406006) and (431.277008,523.039001)..(431.335999,523.437988)
	..controls (431.570007,525.059021) and (431.824005,526.679993)..(432.082001,528.301025)
	..controls (432.593994,531.539001) and (433.128998,534.773010)..(433.585999,538.023010)
	..controls (434.531006,544.718994) and (435.242004,551.414001)..(434.914001,558.184021)
	..controls (434.765991,561.190979) and (432.210999,564.706970)..(428.789001,564.309021)
	..controls (427.179993,564.117004) and (425.941010,564.148010)..(424.386993,564.609009)
	..controls (422.894989,565.059021) and (421.320007,564.828003)..(419.988007,564.129028)
	..controls (404.132996,564.429993) and (388.277008,564.726990)..(372.421997,565.020020)
	..controls (370.914001,565.051025) and (369.648010,564.554993)..(368.671997,563.750000)
	..controls (362.687988,563.926025) and (356.703003,564.081970)..(350.718994,564.198975)
	..controls (347.617004,564.773010) and (345.929993,564.039001)..(342.746002,563.112976)
	..controls (341.714996,562.812988) and (339.796997,563.815979)..(338.890991,563.270020)
	..controls (335.605011,563.090027) and (332.058990,563.554993)..(328.765991,563.090027)
	..controls (322.457001,562.203003) and (315.839996,560.754028)..(309.460999,561.781006)
	..controls (306.984009,562.184021) and (304.613007,561.723022)..(303.023010,559.590027)
	..controls (301.628998,557.726990) and (301.160004,554.843994)..(302.542999,552.784973)
	..controls (303.546997,551.296997) and (304.316010,549.789001)..(304.894989,548.210999)
	..controls (305.062988,546.609009) and (305.449005,545.031006)..(306.050995,543.440979)
	--(306.054993,543.414001)--(306.062988,543.414001)..controls (306.246002,542.929993) and (306.449005,542.440979)..(306.671997,541.948975)
	--(306.738007,541.823975)..controls (308.253998,530.973022) and (308.664001,520.004028)..(308.046997,509.035004)
	..controls (307.859009,505.730011) and (310.019989,504.210999)..(313.199005,504.210999)
	..controls (313.714996,504.210999) and (314.773010,503.832001)..(315.238007,503.949005)
	..controls (315.906006,503.695007) and (318.074005,503.890991)..(318.812988,503.949005)
	..controls (338.132996,505.539001) and (356.472992,504.984009)..(375.851990,504.574005)
	..controls (385.328003,504.371002) and (394.656006,504.015991)..(404.089996,505.210999)
	..controls (413.640991,506.421997) and (423.167999,507.812988)..(432.703003,509.125000)
	..controls (437.996002,509.855011) and (439.933990,518.309021)..(433.886993,518.448975)
	--cycle;
drawoptions (withcolor (0.298039,0.298039,0.301961));
fill (404.761993,509.535004)..controls (405.273010,508.992004) and (405.390991,508.300995)..(405.296997,507.578003)
	..controls (405.226990,507.031006) and (405.816010,506.558990)..(406.316010,506.558990)
	..controls (406.929993,506.558990) and (407.265991,507.027008)..(407.339996,507.578003)
	..controls (407.503998,508.820007) and (407.058990,510.074005)..(406.203003,510.980011)
	..controls (405.300995,511.937988) and (403.859009,510.492004)..(404.761993,509.535004)
	--cycle;
fill (337.933990,508.144989)..controls (337.593994,506.988007) and (337.621002,505.527008)..(338.644989,504.718994)
	..controls (339.593994,503.964996) and (340.972992,504.113007)..(341.632996,505.164001)
	..controls (342.332001,506.277008) and (340.566010,507.304993)..(339.867004,506.191010)
	--(340.035004,506.289001)--(339.917999,506.277008)..controls (340.023010,506.265991) and (340.015991,506.273010)..(339.894989,506.304993)
	--(339.949005,506.285004)..controls (339.757996,506.539001) and (340.003998,506.121002)..(339.894989,506.328003)
	..controls (339.687988,506.722992) and (339.777008,507.175995)..(339.902008,507.601990)
	..controls (340.273010,508.863007) and (338.304993,509.402008)..(337.933990,508.144989)
	--cycle;
fill (312.488007,503.257996)..controls (352.925995,504.976990) and (393.738007,501.539001)..(433.789001,508.816010)
	..controls (435.078003,509.050995) and (434.531006,511.019989)..(433.246002,510.785004)
	..controls (393.386993,503.542999) and (352.730011,507.011993)..(312.488007,505.300995)
	..controls (311.179993,505.242004) and (311.171997,503.199005)..(312.488007,503.257996)
	--cycle;
fill (312.925995,505.195007)..controls (310.628998,504.437988) and (309.039001,506.476990)..(308.675995,508.519989)
	..controls (308.421997,509.914001) and (308.250000,513.156006)..(309.617004,514.031006)
	..controls (310.722992,514.734009) and (313.312988,514.276978)..(314.582001,514.262024)
	..controls (316.281006,514.237976) and (317.968994,514.301025)..(319.656006,514.476990)
	..controls (326.464996,515.179993) and (333.019989,516.937988)..(339.914001,516.676025)
	..controls (341.226990,516.625000) and (341.226990,518.664001)..(339.914001,518.715027)
	..controls (334.667999,518.914001) and (329.632996,518.065979)..(324.484009,517.206970)
	..controls (321.652008,516.729980) and (318.804993,516.320007)..(315.929993,516.293030)
	..controls (313.695007,516.270020) and (311.253998,516.640991)..(309.074005,515.995972)
	..controls (306.023010,515.101990) and (306.183990,510.238007)..(306.730011,507.714996)
	..controls (307.390991,504.660004) and (310.277008,502.175995)..(313.468994,503.226990)
	..controls (314.710999,503.632996) and (314.179993,505.605011)..(312.925995,505.195007)
	--cycle;
fill (348.570007,515.851990)..controls (363.597992,517.000000) and (378.664001,517.456970)..(393.734009,517.223022)
	..controls (395.050995,517.198975) and (395.050995,519.242004)..(393.734009,519.262024)
	..controls (378.664001,519.495972) and (363.597992,519.039001)..(348.570007,517.890991)
	..controls (347.269989,517.789001) and (347.257996,515.750000)..(348.570007,515.851990)
	--cycle;
fill (401.660004,517.559021)..controls (409.214996,517.526978) and (416.765991,517.495972)..(424.320007,517.468994)
	..controls (426.164001,517.460999) and (428.011993,517.453003)..(429.855011,517.445007)
	..controls (431.703003,517.437988) and (434.015991,517.909973)..(435.472992,516.718994)
	..controls (437.312988,515.218994) and (436.578003,512.129028)..(434.300995,511.300995)
	..controls (433.285004,510.937988) and (432.292999,511.058990)..(431.285004,510.511993)
	..controls (430.128998,509.886993) and (431.156006,508.125000)..(432.312988,508.750000)
	..controls (433.734009,509.519989) and (435.527008,509.035004)..(436.863007,510.015991)
	..controls (438.089996,510.914001) and (438.324005,512.406006)..(438.441010,513.840027)
	..controls (438.695007,516.934021) and (437.562988,519.273010)..(434.253998,519.465027)
	..controls (428.964996,519.770020) and (423.578003,519.512024)..(418.277008,519.531006)
	..controls (412.738007,519.554993) and (407.199005,519.578003)..(401.660004,519.598022)
	..controls (400.347992,519.604980) and (400.347992,517.562988)..(401.660004,517.559021)
	--cycle;
fill (307.281006,514.995972)--(307.023010,514.742004)..controls (306.648010,514.362976) and (306.617004,513.671997)..(307.023010,513.301025)
	..controls (307.433990,512.926025) and (308.066010,512.895020)..(308.468994,513.301025)
	--(308.722992,513.554993)..controls (309.101990,513.934021) and (309.128998,514.625000)..(308.722992,514.995972)
	..controls (308.316010,515.370972) and (307.683990,515.401978)..(307.281006,514.995972)
	--cycle;
fill (310.210999,514.793030)..controls (309.726990,528.504028) and (307.039001,541.973022)..(304.023010,555.315979)
	..controls (303.882996,555.937988) and (303.281006,557.604980)..(303.441010,558.081970)
	..controls (303.914001,559.479980) and (305.460999,559.809021)..(306.660004,559.831970)
	..controls (308.500000,559.870972) and (310.339996,559.918030)..(312.179993,559.979980)
	..controls (315.691010,560.093994) and (319.199005,560.254028)..(322.707001,560.456970)
	..controls (329.886993,560.870972) and (337.054993,561.476990)..(344.207001,562.245972)
	..controls (345.500000,562.387024) and (345.515991,564.429993)..(344.207001,564.289001)
	..controls (336.222992,563.429993) and (328.218994,562.773010)..(320.199005,562.359009)
	..controls (316.191010,562.151978) and (312.179993,562.000000)..(308.167999,561.906006)
	..controls (305.820007,561.851990) and (302.937988,562.215027)..(301.765991,559.656006)
	..controls (300.628998,557.176025) and (302.367004,553.401978)..(302.914001,550.934021)
	..controls (303.761993,547.085999) and (304.566010,543.234009)..(305.289001,539.362976)
	..controls (306.796997,531.242004) and (307.878998,523.054993)..(308.171997,514.793030)
	..controls (308.214996,513.484009) and (310.257996,513.476990)..(310.210999,514.793030)
	--cycle;
fill (352.402008,563.539001)..controls (364.652008,563.409973) and (376.902008,563.565979)..(389.144989,564.015991)
	..controls (390.457001,564.062988) and (390.460999,566.101990)..(389.144989,566.054993)
	..controls (376.902008,565.609009) and (364.652008,565.453003)..(352.402008,565.578003)
	..controls (351.085999,565.593994) and (351.085999,563.554993)..(352.402008,563.539001)
	--cycle;
fill (396.007996,563.690979)..controls (402.582001,564.304993) and (409.183990,564.520020)..(415.785004,564.273010)
	..controls (419.082001,564.148010) and (422.375000,563.918030)..(425.656006,563.573975)
	..controls (427.519989,563.382996) and (429.441010,563.237976)..(431.277008,562.875000)
	..controls (433.335999,562.468994) and (433.691010,561.659973)..(433.628998,559.664001)
	..controls (433.207001,546.343994) and (431.640991,532.945007)..(430.554993,519.659973)
	..controls (430.445007,518.351990) and (432.488007,518.359009)..(432.593994,519.659973)
	..controls (433.222992,527.323975) and (433.828003,534.992004)..(434.414001,542.659973)
	..controls (434.691010,546.328003) and (434.964996,549.992004)..(435.234009,553.659973)
	..controls (435.429993,556.331970) and (436.523010,560.276978)..(435.273010,562.796997)
	..controls (434.257996,564.843994) and (431.695007,564.875000)..(429.726990,565.137024)
	..controls (426.082001,565.612976) and (422.421997,565.965027)..(418.750000,566.176025)
	..controls (411.167999,566.609009) and (403.570007,566.437988)..(396.007996,565.734009)
	..controls (394.710999,565.612976) and (394.699005,563.570007)..(396.007996,563.690979)
	--cycle;
drawoptions (withcolor (1.000000,1.000000,1.000000));
fill (403.164001,515.323975)..controls (400.359009,520.198975) and (399.402008,522.929993)..(397.558990,527.815979)
	..controls (395.253998,533.918030) and (391.933990,540.281006)..(390.464996,546.679993)
	..controls (388.988007,553.137024) and (393.324005,558.992004)..(395.605011,564.715027)
	..controls (398.527008,572.043030) and (397.441010,579.132996)..(394.218994,586.171997)
	..controls (392.882996,589.085999) and (391.355011,591.539001)..(388.457001,593.125000)
	..controls (385.222992,594.895020) and (381.511993,595.945007)..(377.882996,596.479980)
	..controls (370.812988,597.520020) and (363.492004,596.520020)..(357.074005,593.323975)
	..controls (351.656006,590.632996) and (346.957001,586.043030)..(344.664001,580.406006)
	..controls (341.980011,573.812988) and (343.933990,567.659973)..(346.734009,561.495972)
	..controls (348.187988,558.289001) and (349.687988,555.054993)..(349.449005,551.440979)
	..controls (349.144989,546.859009) and (347.371002,542.179993)..(346.218994,537.754028)
	--(339.019989,510.171997)..controls (337.859009,505.718994) and (344.750000,503.816010)..(345.910004,508.269989)
	..controls (347.968994,516.151978) and (350.023010,524.031006)..(352.078003,531.914001)
	..controls (353.019989,535.526978) and (353.964996,539.137024)..(354.906006,542.750000)
	..controls (355.878998,546.484009) and (356.910004,550.304993)..(356.523010,554.198975)
	..controls (355.890991,560.546997) and (351.492004,565.617004)..(350.539001,571.815979)
	..controls (349.703003,577.257996) and (353.210999,582.226990)..(357.468994,585.250000)
	..controls (362.570007,588.870972) and (369.066010,590.190979)..(375.238007,589.648010)
	..controls (378.250000,589.382996) and (381.351990,588.612976)..(384.097992,587.323975)
	..controls (387.253998,585.848022) and (388.406006,582.210999)..(389.390991,579.046997)
	..controls (390.367004,575.914001) and (391.742004,572.526978)..(390.855011,569.348022)
	..controls (389.964996,566.151978) and (388.484009,562.565979)..(387.140991,559.559021)
	..controls (384.453003,553.546997) and (382.042999,548.523010)..(384.355011,542.164001)
	..controls (386.710999,535.684021) and (390.953003,530.156006)..(392.898010,523.500000)
	..controls (394.738007,517.215027) and (396.261993,511.207001)..(401.699005,507.046997)
	..controls (403.246002,505.863007) and (404.851990,506.535004)..(405.753998,508.042999)
	..controls (406.847992,509.867004) and (404.378998,513.210999)..(403.164001,515.323975)
    --cycle;
  drawoptions();
  draw (403.164001,515.323975)..controls (400.359009,520.198975) and (399.402008,522.929993)..(397.558990,527.815979)
	..controls (395.253998,533.918030) and (391.933990,540.281006)..(390.464996,546.679993)
	..controls (388.988007,553.137024) and (393.324005,558.992004)..(395.605011,564.715027)
	..controls (398.527008,572.043030) and (397.441010,579.132996)..(394.218994,586.171997)
	..controls (392.882996,589.085999) and (391.355011,591.539001)..(388.457001,593.125000)
	..controls (385.222992,594.895020) and (381.511993,595.945007)..(377.882996,596.479980)
	..controls (370.812988,597.520020) and (363.492004,596.520020)..(357.074005,593.323975)
	..controls (351.656006,590.632996) and (346.957001,586.043030)..(344.664001,580.406006)
	..controls (341.980011,573.812988) and (343.933990,567.659973)..(346.734009,561.495972)
	..controls (348.187988,558.289001) and (349.687988,555.054993)..(349.449005,551.440979)
	..controls (349.144989,546.859009) and (347.371002,542.179993)..(346.218994,537.754028)
	--(339.019989,510.171997)..controls (337.859009,505.718994) and (344.750000,503.816010)..(345.910004,508.269989)
	..controls (347.968994,516.151978) and (350.023010,524.031006)..(352.078003,531.914001)
	..controls (353.019989,535.526978) and (353.964996,539.137024)..(354.906006,542.750000)
	..controls (355.878998,546.484009) and (356.910004,550.304993)..(356.523010,554.198975)
	..controls (355.890991,560.546997) and (351.492004,565.617004)..(350.539001,571.815979)
	..controls (349.703003,577.257996) and (353.210999,582.226990)..(357.468994,585.250000)
	..controls (362.570007,588.870972) and (369.066010,590.190979)..(375.238007,589.648010)
	..controls (378.250000,589.382996) and (381.351990,588.612976)..(384.097992,587.323975)
	..controls (387.253998,585.848022) and (388.406006,582.210999)..(389.390991,579.046997)
	..controls (390.367004,575.914001) and (391.742004,572.526978)..(390.855011,569.348022)
	..controls (389.964996,566.151978) and (388.484009,562.565979)..(387.140991,559.559021)
	..controls (384.453003,553.546997) and (382.042999,548.523010)..(384.355011,542.164001)
	..controls (386.710999,535.684021) and (390.953003,530.156006)..(392.898010,523.500000)
	..controls (394.738007,517.215027) and (396.261993,511.207001)..(401.699005,507.046997)
	..controls (403.246002,505.863007) and (404.851990,506.535004)..(405.753998,508.042999)
	..controls (406.847992,509.867004) and (404.378998,513.210999)..(403.164001,515.323975)
	--cycle;
  );
  $
  enddef;
}%
%
\NewDocumentCommand\SchemaFicheRevisionBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaFicheRevision
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaFicheRevision-lrcorner SchemaFicheRevision));
    pickup pencircle scaled 0.1;
    draw (SchemaFicheRevision scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaFicheRevision{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaFicheRevisionBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaFicheRevisionBase%
    }%
  }%    
}%

%%%%
% Notes Cours
%%%%
\def\MPCodeSchemaNotesCours{%
  vardef SchemaNotesCours=
  save $; picture $;
  $=image(
  % fond
%    drawoptions ();
fill (1071.939941,646.320007)..controls (1057.920044,706.304993) and (1054.520020,767.331970)..(1054.030029,828.565979)
	..controls (1054.530029,853.362976) and (1054.569946,878.164001)..(1054.359985,902.968994)
	..controls (1054.640015,930.710999) and (1054.880005,958.429993)..(1054.369995,986.043030)
	..controls (1053.979980,1006.979980) and (1053.119995,1027.890015)..(1051.569946,1048.770020)
	..controls (1051.449951,1054.050049) and (1051.339966,1059.329956)..(1051.219971,1064.619995)
	..controls (1051.380005,1066.520020) and (1051.540039,1068.430054)..(1051.719971,1070.339966)
	..controls (1052.489990,1078.719971) and (1050.359985,1086.979980)..(1040.729980,1087.770020)
	..controls (1028.640015,1088.750000) and (1016.030029,1087.770020)..(1003.890015,1087.770020)
	..controls (993.093994,1087.770020) and (982.296997,1087.770020)..(971.495972,1087.770020)
	..controls (953.354980,1088.770020) and (935.215027,1089.609985)..(917.090027,1089.969971)
	..controls (870.809021,1090.900024) and (824.304993,1088.989990)..(778.015991,1088.500000)
	..controls (758.934021,1088.300049) and (739.851990,1088.020020)..(720.770020,1087.770020)
	..controls (720.578003,1087.770020) and (720.398010,1087.739990)..(720.229980,1087.709961)
	--(720.059021,1087.650024)..controls (719.968994,1087.619995) and (719.870972,1087.599976)..(719.789001,1087.560059)
	..controls (719.367004,1087.380005) and (719.043030,1087.069946)..(718.815979,1086.709961)
	--(718.776978,1086.660034)--(718.695007,1086.500000)..controls (718.504028,1086.150024) and (718.375000,1085.750000)..(718.323975,1085.319946)
	..controls (711.284973,1022.140015) and (706.145020,958.757996)..(702.476990,895.289001)
	..controls (700.645020,863.659973) and (699.171997,832.007996)..(697.987976,800.348022)
	..controls (697.081970,776.117004) and (695.867004,751.789001)..(695.453003,727.507996)
	..controls (694.473022,700.156006) and (693.479980,672.804993)..(692.484009,645.453003)
	..controls (692.440979,644.262024) and (693.120972,643.523010)..(693.979980,643.234009)
	..controls (694.460999,643.020020) and (695.007996,642.940979)..(695.578003,643.098022)
	..controls (697.398010,643.590027) and (699.012024,643.710999)..(700.987976,643.796997)
	..controls (702.401978,643.773010) and (703.815979,643.750000)..(705.229980,643.726990)
	..controls (704.348022,640.770020) and (703.468994,637.815979)..(702.590027,634.859009)
	..controls (702.129028,633.315979) and (703.390991,631.784973)..(704.945007,631.770020)
	..controls (820.348022,630.296997) and (935.906006,628.065979)..(1051.170044,635.429993)
	..controls (1052.489990,635.512024) and (1053.609985,636.479980)..(1053.609985,637.870972)
	..controls (1053.609985,638.929993) and (1053.560059,639.979980)..(1053.520020,641.031006)
	..controls (1059.089966,641.793030) and (1064.660034,642.554993)..(1070.229980,643.312988)
	..controls (1071.579956,643.495972) and (1072.209961,645.176025)..(1071.939941,646.320007)
    --cycle withcolor (0.298039,0.298039,0.301961);
  fill (719.804993,1027.560059)..controls (734.320007,1035.449951) and (835.987976,1027.560059)..(835.987976,1027.560059)
	..controls (835.987976,1027.560059) and (1001.030029,1027.250000)..(1007.789978,1027.560059)
	..controls (1014.549988,1027.869995) and (1049.079956,1028.599976)..(1047.290039,1027.420044)
	..controls (1045.500000,1026.250000) and (1050.619995,959.757996)..(1049.869995,946.706970)
	..controls (1049.109985,933.656006) and (1047.819946,809.367004)..(1048.459961,797.559021)
	..controls (1049.109985,785.754028) and (1052.329956,740.242004)..(1053.479980,728.479980)
	..controls (1054.630005,716.718994) and (1062.829956,682.815979)..(1064.040039,672.054993)
	..controls (1064.689941,666.273010) and (1076.109985,646.562988)..(1069.579956,645.671997)
	..controls (1063.060059,644.776978) and (1056.010010,638.078003)..(1040.719971,637.226990)
	..controls (1025.420044,636.370972) and (827.835999,632.773010)..(802.328003,633.043030)
	..controls (776.823975,633.312988) and (703.515991,629.418030)..(704.945007,634.210999)
	..controls (706.370972,639.007996) and (706.229980,644.065979)..(700.987976,646.237976)
	..controls (695.745972,648.414001) and (697.429993,714.335999)..(698.051025,731.690979)
	..controls (698.671997,749.043030) and (709.629028,1022.039978)..(719.804993,1027.560059)
	--cycle withcolor (0.298039,0.298039,0.301961);
%*drawoptions (withcolor (0.886275,0.427451,0.392157));%rouge claire
  %haut en gris
fill (720.770020,1085.319946)..controls (727.004028,1088.989990) and (933.348022,1087.599976)..(933.348022,1087.599976)
	--(1046.010010,1087.160034)..controls (1046.010010,1087.160034) and (1050.439941,1053.130005)..(1049.650024,1050.150024)
	..controls (1048.849976,1047.180054) and (1045.880005,1025.589966)..(1045.880005,1025.589966)
	..controls (1045.880005,1025.589966) and (914.979980,1018.250000)..(854.879028,1019.369995)
	..controls (794.776978,1020.489990) and (714.914001,1025.459961)..(714.914001,1025.459961)
    --cycle withcolor (0.298039,0.298039,0.301961);
%  %bord de feuille
%  drawoptions ();%ivoire
fill (1049.140015,678.137024)..controls (1048.160034,691.870972) and (1048.319946,705.659973)..(1048.910034,719.409973)
	..controls (1049.510010,733.309021) and (1050.369995,747.187988)..(1051.209961,761.070007)
	..controls (1051.680054,753.226990) and (1052.239990,745.387024)..(1052.910034,737.551025)
	..controls (1055.520020,707.335999) and (1059.869995,677.284973)..(1066.630005,647.710999)
	..controls (1062.160034,647.101990) and (1057.689941,646.492004)..(1053.219971,645.882996)
	..controls (1052.300049,656.651978) and (1049.900024,667.348022)..(1049.140015,678.137024)
	--cycle withcolor (0.984314,0.968627,0.901961);
fill (708.210999,636.612976)..controls (708.906006,638.956970) and (709.604980,641.301025)..(710.304993,643.645020)
	..controls (818.729980,641.854980) and (927.190979,638.323975)..(1035.609985,642.129028)
	..controls (1036.949951,642.176025) and (1038.040039,643.206970)..(1038.060059,644.570007)
	..controls (1038.229980,656.539001) and (1038.290039,667.625000)..(1036.800049,679.546997)
	..controls (1035.250000,691.887024) and (1033.900024,704.284973)..(1033.880005,716.737976)
	..controls (1033.829956,742.823975) and (1037.449951,769.190979)..(1038.920044,795.254028)
	..controls (1041.869995,847.703003) and (1043.400024,900.218994)..(1045.300049,952.715027)
	..controls (1045.979980,971.512024) and (1046.709961,990.309021)..(1047.630005,1009.099976)
	..controls (1048.410034,975.335999) and (1049.109985,941.570007)..(1049.439941,907.804993)
	..controls (1049.209961,884.617004) and (1048.949951,861.426025)..(1049.030029,838.245972)
	..controls (1048.250000,802.437988) and (1046.660034,766.676025)..(1044.609985,730.828003)
	..controls (1043.739990,715.648010) and (1043.170044,700.426025)..(1043.839966,685.229980)
	..controls (1044.439941,671.664001) and (1047.599976,658.156006)..(1048.489990,644.645020)
	..controls (1047.939941,643.882996) and (1048.050049,642.745972)..(1048.630005,641.882996)
	..controls (1048.650024,641.312988) and (1048.670044,640.737976)..(1048.689941,640.171997)
	..controls (935.335999,633.062988) and (821.698975,635.151978)..(708.210999,636.612976)
    --cycle withcolor (0.984314,0.968627,0.901961);
%
fill (1031.400024,683.710999)..controls (1032.150024,677.437988) and (1033.319946,671.129028)..(1033.660034,664.815979)
	..controls (1033.989990,658.867004) and (1033.430054,652.895020)..(1033.229980,646.940979)
	..controls (922.495972,643.168030) and (811.723022,646.968994)..(700.987976,648.684021)
	..controls (700.034973,648.645020) and (699.093994,648.578003)..(698.151978,648.484009)
	..controls (701.851990,665.765991) and (700.706970,684.698975)..(700.351990,702.093994)
	..controls (700.101990,714.270020) and (700.284973,726.476990)..(700.637024,738.684021)
	..controls (701.168030,752.921997) and (701.726990,767.156006)..(702.379028,781.387024)
	..controls (703.843994,813.281006) and (705.390991,845.176025)..(706.940979,877.065979)
	..controls (707.604980,890.684021) and (708.026978,904.351990)..(708.757996,917.992004)
	..controls (709.093994,923.304993) and (709.434021,928.612976)..(709.793030,933.926025)
	..controls (709.901978,935.335999) and (710.004028,936.745972)..(710.125000,938.156006)
	..controls (712.520020,965.726990) and (715.226990,993.265991)..(717.851990,1020.809998)
	..controls (774.026978,1019.729980) and (830.206970,1018.659973)..(886.382996,1017.590027)
	..controls (914.125000,1017.049988) and (941.828003,1016.409973)..(969.515991,1018.700012)
	..controls (983.315979,1019.840027) and (997.070007,1021.169983)..(1010.940002,1021.010010)
	..controls (1021.809998,1020.880005) and (1032.599976,1020.520020)..(1043.390015,1021.409973)
	..controls (1042.270020,1000.960022) and (1041.439941,980.492004)..(1040.680054,960.023010)
	..controls (1038.819946,909.473022) and (1037.369995,858.901978)..(1034.739990,808.382996)
	..controls (1033.270020,780.159973) and (1030.209961,751.940979)..(1029.119995,723.723022)
	..controls (1028.609985,710.340027) and (1029.800049,696.984009)..(1031.400024,683.710999)
    --cycle withcolor (0.984314,0.968627,0.901961);
      %cadre hahcure
%  drawoptions ();
fill (722.953003,1082.880005)..controls (802.539001,1082.880005) and (882.125000,1082.880005)..(961.715027,1082.880005)
	..controls (964.909973,1082.689941) and (968.109009,1082.510010)..(971.304993,1082.349976)
	..controls (995.520020,1081.119995) and (1019.729980,1079.900024)..(1043.939941,1078.680054)
	..controls (1044.680054,1071.949951) and (1045.339966,1065.229980)..(1045.910034,1058.500000)
	..controls (1045.739990,1057.109985) and (1045.589966,1055.719971)..(1045.489990,1054.369995)
	..controls (1045.010010,1048.140015) and (1044.589966,1041.920044)..(1044.199951,1035.689941)
	..controls (1044.010010,1032.550049) and (1043.849976,1029.410034)..(1043.670044,1026.270020)
	..controls (1030.930054,1025.140015) and (1018.190002,1026.030029)..(1005.390015,1025.930054)
	..controls (991.945007,1025.819946) and (978.565979,1024.260010)..(965.176025,1023.239990)
	..controls (937.979980,1021.159973) and (910.703003,1022.010010)..(883.465027,1022.530029)
	..controls (828.023010,1023.590027) and (772.578003,1024.650024)..(717.137024,1025.709961)
	..controls (718.914001,1044.790039) and (720.843994,1063.839966)..(722.953003,1082.880005)
    --cycle withcolor (0.886275,0.427451,0.392157);
  % cadre hachure fin
    );
    $
  enddef;
}%
    
\NewDocumentCommand\SchemaNotesCoursBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaNotesCours
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaNotesCours-lrcorner SchemaNotesCours));
    pickup pencircle scaled 0.1;
    draw (SchemaNotesCours scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaNotesCours{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaNotesCoursBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaNotesCoursBase%
    }%
  }%    
}%

%%%%
% lecture vidéo
%%%%
\def\MPCodeSchemaLectureVideo{%
  vardef SchemaLectureVideo=
  save $; picture $;
  $=image(
    drawoptions (withcolor (0.886275,0.886275,0.886275));
fill (3568.389893,2639.080078)--(1431.609985,2639.080078)..controls (1402.069946,2639.080078) and (1378.030029,2615.040039)..(1378.030029,2585.500000)
	--(1378.030029,1191.089966)..controls (1378.030029,1161.540039) and (1402.069946,1137.510010)..(1431.609985,1137.510010)
	--(3568.389893,1137.510010)..controls (3597.929932,1137.510010) and (3621.969971,1161.540039)..(3621.969971,1191.089966)
	--(3621.969971,2585.500000)..controls (3621.969971,2615.040039) and (3597.929932,2639.080078)..(3568.389893,2639.080078)
    --cycle;
  fill (3568.389893,2629.790039)..controls (3592.850098,2629.790039) and (3612.679932,2609.959961)..(3612.679932,2585.500000)
	--(3612.679932,1191.089966)..controls (3612.679932,1166.630005) and (3592.850098,1146.800049)..(3568.389893,1146.800049)
	--(1431.609985,1146.800049)..controls (1407.150024,1146.800049) and (1387.319946,1166.630005)..(1387.319946,1191.089966)
	--(1387.319946,2585.500000)..controls (1387.319946,2609.959961) and (1407.150024,2629.790039)..(1431.609985,2629.790039)
	--(3568.389893,2629.790039)--cycle;
drawoptions (withcolor (0.003922,0.003922,0.003922));
fill (3568.389893,1146.800049)--(1431.609985,1146.800049)..controls (1407.150024,1146.800049) and (1387.319946,1166.630005)..(1387.319946,1191.089966)
	--(1387.319946,2585.500000)..controls (1387.319946,2609.959961) and (1407.150024,2629.790039)..(1431.609985,2629.790039)
	--(3568.389893,2629.790039)..controls (3592.850098,2629.790039) and (3612.679932,2609.959961)..(3612.679932,2585.500000)
	--(3612.679932,1191.089966)..controls (3612.679932,1166.630005) and (3592.850098,1146.800049)..(3568.389893,1146.800049)
	--cycle;
drawoptions (withcolor (0.603922,0.584314,0.568627));
fill (3806.830078,504.449005)--(1193.170044,504.449005)..controls (1159.300049,504.449005) and (1131.849976,531.909973)..(1131.849976,565.770020)
	--(1131.849976,581.351990)--(3868.149902,581.351990)--(3868.149902,565.770020)
	..controls (3868.149902,531.909973) and (3840.699951,504.449005)..(3806.830078,504.449005)
	--cycle;
drawoptions (withcolor (0.886275,0.886275,0.886275));
fill (3626.030029,1109.979980)..controls (3617.800049,1127.780029) and (3599.969971,1139.170044)..(3580.360107,1139.170044)
	--(2500.000000,1139.170044)--(1419.640015,1139.170044)..controls (1400.030029,1139.170044) and (1382.199951,1127.780029)..(1373.969971,1109.979980)
	--(1135.829956,595.140991)..controls (1124.400024,570.440979) and (1142.449951,542.210999)..(1169.670044,542.210999)
	--(2500.000000,542.210999)--(3830.330078,542.210999)..controls (3857.550049,542.210999) and (3875.600098,570.440979)..(3864.169922,595.140991)
	--cycle;
drawoptions (withcolor (0.788235,0.788235,0.788235));
fill (3390.969971,1092.079956)--(2455.260010,1092.079956)--(2416.120117,1092.079956)
	--(1564.290039,1092.079956)--(1426.359985,762.159973)--(2393.750000,762.159973)
	--(2455.260010,762.159973)--(3528.909912,762.159973)--cycle;
fill (2764.679932,725.809021)--(2470.830078,725.809021)--(2458.929932,725.809021)
	--(2188.719971,725.809021)--(2157.959961,609.479980)--(2452.129883,609.479980)
	--(2470.830078,609.479980)--(2797.300049,609.479980)--cycle;
drawoptions (withcolor (0.101961,0.101961,0.101961));
fill (3558.870117,1329.579956)--(1441.130005,1329.579956)--(1441.130005,2566.610107)
	--(3558.870117,2566.610107)--cycle;
drawoptions (withcolor (0.137255,0.137255,0.137255));
fill (3567.590088,1209.979980)--(1432.410034,1209.979980)--(1432.410034,1329.579956)
	--(3567.590088,1329.579956)--cycle;
drawoptions (withcolor (0.000000,0.596078,1.000000));
fill (2768.270020,1934.520020)..controls (2768.270020,1797.390015) and (2657.100098,1686.219971)..(2519.959961,1686.219971)
	..controls (2382.820068,1686.219971) and (2271.649902,1797.390015)..(2271.649902,1934.520020)
	..controls (2271.649902,2071.659912) and (2382.820068,2182.830078)..(2519.959961,2182.830078)
	..controls (2657.100098,2182.830078) and (2768.270020,2071.659912)..(2768.270020,1934.520020)
	--cycle;
drawoptions (withcolor (1.000000,1.000000,1.000000));
fill (2439.250000,1815.420044)--(2439.250000,2049.669922)..controls (2439.250000,2062.570068) and (2453.340088,2070.520020)..(2464.389893,2063.860107)
	--(2658.409912,1946.729980)..controls (2669.090088,1940.290039) and (2669.090088,1924.800049)..(2658.409912,1918.359985)
	--(2464.389893,1801.229980)..controls (2453.340088,1794.569946) and (2439.250000,1802.520020)..(2439.250000,1815.420044)
    --cycle;
  fill (2960.709961,1262.979980)..controls (2960.709961,1259.380005) and (2960.360107,1256.329956)..(2959.649902,1253.829956)
	..controls (2958.949951,1251.329956) and (2957.949951,1249.290039)..(2956.659912,1247.719971)
	..controls (2955.370117,1246.150024) and (2953.820068,1245.010010)..(2952.000000,1244.310059)
	..controls (2950.179932,1243.599976) and (2948.149902,1243.250000)..(2945.909912,1243.250000)
	..controls (2943.679932,1243.250000) and (2941.659912,1243.599976)..(2939.830078,1244.310059)
	..controls (2938.000000,1245.010010) and (2936.429932,1246.150024)..(2935.120117,1247.719971)
	..controls (2933.810059,1249.290039) and (2932.800049,1251.329956)..(2932.080078,1253.829956)
	..controls (2931.360107,1256.329956) and (2931.000000,1259.380005)..(2931.000000,1262.979980)
	--(2931.000000,1270.310059)..controls (2931.000000,1273.900024) and (2931.360107,1276.949951)..(2932.060059,1279.439941)
	..controls (2932.770020,1281.930054) and (2933.770020,1283.949951)..(2935.070068,1285.500000)
	..controls (2936.370117,1287.050049) and (2937.939941,1288.170044)..(2939.760010,1288.849976)
	..controls (2941.590088,1289.540039) and (2943.620117,1289.880005)..(2945.840088,1289.880005)
	..controls (2948.090088,1289.880005) and (2950.129883,1289.540039)..(2951.949951,1288.849976)
	..controls (2953.780029,1288.170044) and (2955.350098,1287.050049)..(2956.649902,1285.500000)
	..controls (2957.939941,1283.949951) and (2958.949951,1281.930054)..(2959.649902,1279.439941)
	..controls (2960.360107,1276.949951) and (2960.709961,1273.900024)..(2960.709961,1270.310059)
	--cycle;
fill (2953.139893,1271.459961)..controls (2953.139893,1273.770020) and (2952.979980,1275.699951)..(2952.659912,1277.270020)
	..controls (2952.330078,1278.839966) and (2951.860107,1280.109985)..(2951.239990,1281.079956)
	..controls (2950.610107,1282.040039) and (2949.850098,1282.739990)..(2948.949951,1283.170044)
	..controls (2948.040039,1283.589966) and (2947.010010,1283.800049)..(2945.840088,1283.800049)
	..controls (2944.679932,1283.800049) and (2943.649902,1283.589966)..(2942.739990,1283.170044)
	..controls (2941.840088,1282.739990) and (2941.070068,1282.040039)..(2940.449951,1281.079956)
	..controls (2939.830078,1280.109985) and (2939.350098,1278.839966)..(2939.030029,1277.270020)
	..controls (2938.709961,1275.699951) and (2938.550049,1273.770020)..(2938.550049,1271.459961)
	--(2938.550049,1261.890015)..controls (2938.550049,1259.599976) and (2938.719971,1257.660034)..(2939.050049,1256.060059)
	..controls (2939.379883,1254.459961) and (2939.860107,1253.160034)..(2940.479980,1252.160034)
	..controls (2941.110107,1251.170044) and (2941.870117,1250.439941)..(2942.790039,1249.979980)
	..controls (2943.699951,1249.520020) and (2944.739990,1249.290039)..(2945.909912,1249.290039)
	..controls (2947.090088,1249.290039) and (2948.129883,1249.520020)..(2949.020020,1249.979980)
	..controls (2949.919922,1250.439941) and (2950.669922,1251.170044)..(2951.280029,1252.160034)
	..controls (2951.899902,1253.160034) and (2952.360107,1254.459961)..(2952.669922,1256.060059)
	..controls (2952.979980,1257.660034) and (2953.139893,1259.599976)..(2953.139893,1261.890015)
	--cycle withcolor black;
fill (2987.929932,1243.869995)--(2980.379883,1243.869995)--(2980.379883,1280.310059)
	--(2969.250000,1276.510010)--(2969.250000,1282.900024)--(2986.959961,1289.420044)
	--(2987.929932,1289.420044)--cycle;
fill (3004.360107,1247.640015)..controls (3004.360107,1248.849976) and (3004.739990,1249.849976)..(3005.510010,1250.650024)
	..controls (3006.280029,1251.449951) and (3007.360107,1251.849976)..(3008.750000,1251.849976)
	..controls (3010.169922,1251.849976) and (3011.260010,1251.449951)..(3012.030029,1250.650024)
	..controls (3012.790039,1249.849976) and (3013.179932,1248.849976)..(3013.179932,1247.640015)
	..controls (3013.179932,1246.459961) and (3012.790039,1245.479980)..(3012.030029,1244.699951)
	..controls (3011.260010,1243.920044) and (3010.169922,1243.530029)..(3008.750000,1243.530029)
	..controls (3008.070068,1243.530029) and (3007.449951,1243.630005)..(3006.899902,1243.839966)
	..controls (3006.350098,1244.050049) and (3005.879883,1244.339966)..(3005.510010,1244.709961)
	..controls (3005.139893,1245.089966) and (3004.850098,1245.520020)..(3004.649902,1246.020020)
	..controls (3004.459961,1246.520020) and (3004.360107,1247.060059)..(3004.360107,1247.640015)
	--cycle;
fill (3004.360107,1274.109985)..controls (3004.360107,1275.310059) and (3004.739990,1276.319946)..(3005.510010,1277.119995)
	..controls (3006.280029,1277.920044) and (3007.360107,1278.319946)..(3008.750000,1278.319946)
	..controls (3010.169922,1278.319946) and (3011.260010,1277.920044)..(3012.030029,1277.119995)
	..controls (3012.790039,1276.319946) and (3013.179932,1275.310059)..(3013.179932,1274.109985)
	..controls (3013.179932,1272.920044) and (3012.790039,1271.939941)..(3012.030029,1271.160034)
	..controls (3011.260010,1270.380005) and (3010.169922,1269.989990)..(3008.750000,1269.989990)
	..controls (3008.070068,1269.989990) and (3007.449951,1270.099976)..(3006.899902,1270.310059)
	..controls (3006.350098,1270.510010) and (3005.879883,1270.800049)..(3005.510010,1271.180054)
	..controls (3005.139893,1271.550049) and (3004.850098,1271.989990)..(3004.649902,1272.489990)
	..controls (3004.459961,1272.989990) and (3004.360107,1273.530029)..(3004.360107,1274.109985)
	--cycle;
fill (3050.209961,1262.979980)..controls (3050.209961,1259.380005) and (3049.860107,1256.329956)..(3049.149902,1253.829956)
	..controls (3048.449951,1251.329956) and (3047.449951,1249.290039)..(3046.159912,1247.719971)
	..controls (3044.870117,1246.150024) and (3043.320068,1245.010010)..(3041.500000,1244.310059)
	..controls (3039.679932,1243.599976) and (3037.649902,1243.250000)..(3035.409912,1243.250000)
	..controls (3033.179932,1243.250000) and (3031.159912,1243.599976)..(3029.330078,1244.310059)
	..controls (3027.500000,1245.010010) and (3025.929932,1246.150024)..(3024.620117,1247.719971)
	..controls (3023.310059,1249.290039) and (3022.300049,1251.329956)..(3021.580078,1253.829956)
	..controls (3020.860107,1256.329956) and (3020.500000,1259.380005)..(3020.500000,1262.979980)
	--(3020.500000,1270.310059)..controls (3020.500000,1273.900024) and (3020.860107,1276.949951)..(3021.560059,1279.439941)
	..controls (3022.270020,1281.930054) and (3023.270020,1283.949951)..(3024.570068,1285.500000)
	..controls (3025.870117,1287.050049) and (3027.439941,1288.170044)..(3029.260010,1288.849976)
	..controls (3031.090088,1289.540039) and (3033.120117,1289.880005)..(3035.340088,1289.880005)
	..controls (3037.590088,1289.880005) and (3039.629883,1289.540039)..(3041.449951,1288.849976)
	..controls (3043.280029,1288.170044) and (3044.850098,1287.050049)..(3046.149902,1285.500000)
	..controls (3047.439941,1283.949951) and (3048.449951,1281.930054)..(3049.149902,1279.439941)
	..controls (3049.860107,1276.949951) and (3050.209961,1273.900024)..(3050.209961,1270.310059)
    --cycle;
  fill (3042.639893,1271.459961)..controls (3042.639893,1273.770020) and (3042.479980,1275.699951)..(3042.159912,1277.270020)
	..controls (3041.830078,1278.839966) and (3041.360107,1280.109985)..(3040.739990,1281.079956)
	..controls (3040.110107,1282.040039) and (3039.350098,1282.739990)..(3038.449951,1283.170044)
	..controls (3037.540039,1283.589966) and (3036.510010,1283.800049)..(3035.340088,1283.800049)
	..controls (3034.179932,1283.800049) and (3033.149902,1283.589966)..(3032.239990,1283.170044)
	..controls (3031.340088,1282.739990) and (3030.570068,1282.040039)..(3029.949951,1281.079956)
	..controls (3029.330078,1280.109985) and (3028.850098,1278.839966)..(3028.530029,1277.270020)
	..controls (3028.209961,1275.699951) and (3028.050049,1273.770020)..(3028.050049,1271.459961)
	--(3028.050049,1261.890015)..controls (3028.050049,1259.599976) and (3028.219971,1257.660034)..(3028.550049,1256.060059)
	..controls (3028.879883,1254.459961) and (3029.360107,1253.160034)..(3029.979980,1252.160034)
	..controls (3030.610107,1251.170044) and (3031.370117,1250.439941)..(3032.290039,1249.979980)
	..controls (3033.199951,1249.520020) and (3034.239990,1249.290039)..(3035.409912,1249.290039)
	..controls (3036.590088,1249.290039) and (3037.629883,1249.520020)..(3038.520020,1249.979980)
	..controls (3039.419922,1250.439941) and (3040.169922,1251.170044)..(3040.780029,1252.160034)
	..controls (3041.399902,1253.160034) and (3041.860107,1254.459961)..(3042.169922,1256.060059)
	..controls (3042.479980,1257.660034) and (3042.639893,1259.599976)..(3042.639893,1261.890015)
	--cycle withcolor black;
fill (3087.120117,1285.050049)--(3068.979980,1243.869995)--(3061.030029,1243.869995)
	--(3079.139893,1283.180054)--(3055.669922,1283.180054)--(3055.669922,1289.260010)
	--(3087.120117,1289.260010)--cycle;
fill (3095.820068,1239.969971)--(3089.870117,1239.969971)--(3107.729980,1289.260010)
	--(3113.679932,1289.260010)--cycle;
fill (3148.040039,1262.979980)..controls (3148.040039,1259.380005) and (3147.679932,1256.329956)..(3146.979980,1253.829956)
	..controls (3146.270020,1251.329956) and (3145.270020,1249.290039)..(3143.979980,1247.719971)
	..controls (3142.699951,1246.150024) and (3141.139893,1245.010010)..(3139.320068,1244.310059)
	..controls (3137.500000,1243.599976) and (3135.469971,1243.250000)..(3133.229980,1243.250000)
	..controls (3131.010010,1243.250000) and (3128.979980,1243.599976)..(3127.149902,1244.310059)
	..controls (3125.320068,1245.010010) and (3123.750000,1246.150024)..(3122.439941,1247.719971)
	..controls (3121.129883,1249.290039) and (3120.120117,1251.329956)..(3119.399902,1253.829956)
	..controls (3118.689941,1256.329956) and (3118.330078,1259.380005)..(3118.330078,1262.979980)
	--(3118.330078,1270.310059)..controls (3118.330078,1273.900024) and (3118.679932,1276.949951)..(3119.389893,1279.439941)
	..controls (3120.090088,1281.930054) and (3121.100098,1283.949951)..(3122.399902,1285.500000)
	..controls (3123.699951,1287.050049) and (3125.260010,1288.170044)..(3127.090088,1288.849976)
	..controls (3128.919922,1289.540039) and (3130.939941,1289.880005)..(3133.169922,1289.880005)
	..controls (3135.409912,1289.880005) and (3137.449951,1289.540039)..(3139.280029,1288.849976)
	..controls (3141.110107,1288.170044) and (3142.669922,1287.050049)..(3143.969971,1285.500000)
	..controls (3145.270020,1283.949951) and (3146.270020,1281.930054)..(3146.979980,1279.439941)
	..controls (3147.679932,1276.949951) and (3148.040039,1273.900024)..(3148.040039,1270.310059)
    --cycle;
  fill (3140.459961,1271.459961)..controls (3140.459961,1273.770020) and (3140.300049,1275.699951)..(3139.979980,1277.270020)
	..controls (3139.659912,1278.839966) and (3139.179932,1280.109985)..(3138.560059,1281.079956)
	..controls (3137.939941,1282.040039) and (3137.169922,1282.739990)..(3136.270020,1283.170044)
	..controls (3135.370117,1283.589966) and (3134.330078,1283.800049)..(3133.169922,1283.800049)
	..controls (3132.000000,1283.800049) and (3130.969971,1283.589966)..(3130.070068,1283.170044)
	..controls (3129.159912,1282.739990) and (3128.399902,1282.040039)..(3127.770020,1281.079956)
	..controls (3127.149902,1280.109985) and (3126.679932,1278.839966)..(3126.360107,1277.270020)
	..controls (3126.030029,1275.699951) and (3125.870117,1273.770020)..(3125.870117,1271.459961)
	--(3125.870117,1261.890015)..controls (3125.870117,1259.599976) and (3126.040039,1257.660034)..(3126.370117,1256.060059)
	..controls (3126.699951,1254.459961) and (3127.179932,1253.160034)..(3127.810059,1252.160034)
	..controls (3128.429932,1251.170044) and (3129.199951,1250.439941)..(3130.110107,1249.979980)
	..controls (3131.030029,1249.520020) and (3132.070068,1249.290039)..(3133.229980,1249.290039)
	..controls (3134.409912,1249.290039) and (3135.449951,1249.520020)..(3136.350098,1249.979980)
	..controls (3137.239990,1250.439941) and (3137.989990,1251.170044)..(3138.610107,1252.160034)
	..controls (3139.219971,1253.160034) and (3139.679932,1254.459961)..(3139.989990,1256.060059)
	..controls (3140.310059,1257.660034) and (3140.459961,1259.599976)..(3140.459961,1261.890015)
	--cycle withcolor black;
fill (3163.500000,1270.030029)--(3167.989990,1270.030029)..controls (3169.300049,1270.030029) and (3170.429932,1270.199951)..(3171.389893,1270.540039)
	..controls (3172.340088,1270.880005) and (3173.139893,1271.349976)..(3173.790039,1271.959961)
	..controls (3174.429932,1272.560059) and (3174.909912,1273.290039)..(3175.219971,1274.140015)
	..controls (3175.530029,1274.989990) and (3175.689941,1275.939941)..(3175.689941,1276.979980)
	..controls (3175.689941,1279.140015) and (3175.120117,1280.819946)..(3173.989990,1282.010010)
	..controls (3172.860107,1283.209961) and (3171.129883,1283.800049)..(3168.800049,1283.800049)
	..controls (3167.800049,1283.800049) and (3166.879883,1283.650024)..(3166.020020,1283.349976)
	..controls (3165.169922,1283.050049) and (3164.429932,1282.619995)..(3163.810059,1282.069946)
	..controls (3163.189941,1281.520020) and (3162.699951,1280.859985)..(3162.350098,1280.079956)
	..controls (3161.989990,1279.300049) and (3161.820068,1278.420044)..(3161.820068,1277.439941)
	--(3154.239990,1277.439941)..controls (3154.239990,1279.229980) and (3154.600098,1280.880005)..(3155.320068,1282.400024)
	..controls (3156.030029,1283.920044) and (3157.030029,1285.229980)..(3158.310059,1286.339966)
	..controls (3159.590088,1287.459961) and (3161.120117,1288.319946)..(3162.889893,1288.949951)
	..controls (3164.669922,1289.569946) and (3166.610107,1289.880005)..(3168.709961,1289.880005)
	..controls (3170.870117,1289.880005) and (3172.840088,1289.609985)..(3174.629883,1289.060059)
	..controls (3176.419922,1288.510010) and (3177.949951,1287.689941)..(3179.229980,1286.609985)
	..controls (3180.500000,1285.530029) and (3181.500000,1284.180054)..(3182.199951,1282.569946)
	..controls (3182.909912,1280.959961) and (3183.260010,1279.099976)..(3183.260010,1276.979980)
	..controls (3183.260010,1276.060059) and (3183.120117,1275.140015)..(3182.830078,1274.199951)
	..controls (3182.540039,1273.270020) and (3182.100098,1272.369995)..(3181.520020,1271.510010)
	..controls (3180.939941,1270.640015) and (3180.209961,1269.829956)..(3179.340088,1269.069946)
	..controls (3178.459961,1268.319946) and (3177.449951,1267.680054)..(3176.280029,1267.160034)
	..controls (3177.669922,1266.680054) and (3178.850098,1266.069946)..(3179.820068,1265.329956)
	..controls (3180.790039,1264.599976) and (3181.570068,1263.760010)..(3182.169922,1262.839966)
	..controls (3182.780029,1261.920044) and (3183.219971,1260.920044)..(3183.500000,1259.859985)
	..controls (3183.780029,1258.800049) and (3183.919922,1257.709961)..(3183.919922,1256.589966)
	..controls (3183.919922,1254.469971) and (3183.530029,1252.579956)..(3182.770020,1250.920044)
	..controls (3182.000000,1249.250000) and (3180.929932,1247.859985)..(3179.570068,1246.719971)
..controls (3178.209961,1245.589966) and (3176.600098,1244.729980)..(3174.739990,1244.140015)
	..controls (3172.879883,1243.540039) and (3170.870117,1243.250000)..(3168.709961,1243.250000)
	..controls (3166.729980,1243.250000) and (3164.840088,1243.520020)..(3163.050049,1244.060059)
	..controls (3161.250000,1244.599976) and (3159.669922,1245.400024)..(3158.290039,1246.469971)
	..controls (3156.919922,1247.540039) and (3155.830078,1248.880005)..(3155.020020,1250.479980)
	..controls (3154.209961,1252.079956) and (3153.800049,1253.930054)..(3153.800049,1256.030029)
	--(3161.379883,1256.030029)..controls (3161.379883,1255.030029) and (3161.560059,1254.119995)..(3161.909912,1253.290039)
	..controls (3162.260010,1252.449951) and (3162.760010,1251.739990)..(3163.409912,1251.150024)
	..controls (3164.050049,1250.560059) and (3164.830078,1250.099976)..(3165.739990,1249.780029)
	..controls (3166.659912,1249.459961) and (3167.679932,1249.290039)..(3168.800049,1249.290039)
	..controls (3171.149902,1249.290039) and (3173.000000,1249.920044)..(3174.350098,1251.170044)
	..controls (3175.699951,1252.410034) and (3176.379883,1254.219971)..(3176.379883,1256.589966)
	..controls (3176.379883,1257.880005) and (3176.179932,1258.989990)..(3175.780029,1259.920044)
	..controls (3175.389893,1260.859985) and (3174.830078,1261.630005)..(3174.100098,1262.250000)
	..controls (3173.370117,1262.859985) and (3172.489990,1263.310059)..(3171.459961,1263.599976)
	..controls (3170.439941,1263.890015) and (3169.280029,1264.040039)..(3167.989990,1264.040039)
	--(3163.500000,1264.040039)--cycle;
fill (3191.679932,1247.640015)..controls (3191.679932,1248.849976) and (3192.070068,1249.849976)..(3192.830078,1250.650024)
	..controls (3193.600098,1251.449951) and (3194.679932,1251.849976)..(3196.080078,1251.849976)
	..controls (3197.489990,1251.849976) and (3198.580078,1251.449951)..(3199.350098,1250.650024)
	..controls (3200.120117,1249.849976) and (3200.500000,1248.849976)..(3200.500000,1247.640015)
	..controls (3200.500000,1246.459961) and (3200.120117,1245.479980)..(3199.350098,1244.699951)
	..controls (3198.580078,1243.920044) and (3197.489990,1243.530029)..(3196.080078,1243.530029)
	..controls (3195.389893,1243.530029) and (3194.770020,1243.630005)..(3194.219971,1243.839966)
	..controls (3193.669922,1244.050049) and (3193.209961,1244.339966)..(3192.830078,1244.709961)
	..controls (3192.459961,1245.089966) and (3192.169922,1245.520020)..(3191.979980,1246.020020)
	..controls (3191.780029,1246.520020) and (3191.679932,1247.060059)..(3191.679932,1247.640015)
	--cycle;
fill (3191.679932,1274.109985)..controls (3191.679932,1275.310059) and (3192.070068,1276.319946)..(3192.830078,1277.119995)
	..controls (3193.600098,1277.920044) and (3194.679932,1278.319946)..(3196.080078,1278.319946)
	..controls (3197.489990,1278.319946) and (3198.580078,1277.920044)..(3199.350098,1277.119995)
	..controls (3200.120117,1276.319946) and (3200.500000,1275.310059)..(3200.500000,1274.109985)
	..controls (3200.500000,1272.920044) and (3200.120117,1271.939941)..(3199.350098,1271.160034)
	..controls (3198.580078,1270.380005) and (3197.489990,1269.989990)..(3196.080078,1269.989990)
	..controls (3195.389893,1269.989990) and (3194.770020,1270.099976)..(3194.219971,1270.310059)
	..controls (3193.669922,1270.510010) and (3193.209961,1270.800049)..(3192.830078,1271.180054)
	..controls (3192.459961,1271.550049) and (3192.169922,1271.989990)..(3191.979980,1272.489990)
	..controls (3191.780029,1272.989990) and (3191.679932,1273.530029)..(3191.679932,1274.109985)
	--cycle;
fill (3228.469971,1243.869995)--(3220.919922,1243.869995)--(3220.919922,1280.310059)
	--(3209.790039,1276.510010)--(3209.790039,1282.900024)--(3227.500000,1289.420044)
	--(3228.469971,1289.420044)--cycle;
fill (3272.830078,1277.290039)..controls (3272.830078,1275.060059) and (3272.250000,1273.079956)..(3271.110107,1271.349976)
	..controls (3269.969971,1269.619995) and (3268.409912,1268.250000)..(3266.439941,1267.250000)
	..controls (3267.560059,1266.729980) and (3268.580078,1266.099976)..(3269.489990,1265.359985)
	..controls (3270.409912,1264.630005) and (3271.179932,1263.790039)..(3271.830078,1262.859985)
	..controls (3272.469971,1261.920044) and (3272.969971,1260.900024)..(3273.310059,1259.780029)
	..controls (3273.649902,1258.670044) and (3273.820068,1257.489990)..(3273.820068,1256.250000)
	..controls (3273.820068,1254.130005) and (3273.449951,1252.260010)..(3272.699951,1250.650024)
	..controls (3271.949951,1249.040039) and (3270.909912,1247.680054)..(3269.580078,1246.579956)
	..controls (3268.250000,1245.479980) and (3266.689941,1244.650024)..(3264.879883,1244.089966)
	..controls (3263.070068,1243.530029) and (3261.100098,1243.250000)..(3258.989990,1243.250000)
	..controls (3256.870117,1243.250000) and (3254.899902,1243.530029)..(3253.090088,1244.089966)
..controls (3251.290039,1244.650024) and (3249.709961,1245.479980)..(3248.370117,1246.579956)
	..controls (3247.030029,1247.680054) and (3245.979980,1249.040039)..(3245.219971,1250.650024)
	..controls (3244.459961,1252.260010) and (3244.080078,1254.130005)..(3244.080078,1256.250000)
	..controls (3244.080078,1257.489990) and (3244.260010,1258.670044)..(3244.600098,1259.780029)
	..controls (3244.939941,1260.900024) and (3245.429932,1261.920044)..(3246.060059,1262.859985)
	..controls (3246.699951,1263.790039) and (3247.469971,1264.630005)..(3248.389893,1265.380005)
	..controls (3249.300049,1266.130005) and (3250.320068,1266.750000)..(3251.439941,1267.250000)
	..controls (3249.489990,1268.250000) and (3247.939941,1269.619995)..(3246.810059,1271.349976)
	..controls (3245.679932,1273.079956) and (3245.110107,1275.060059)..(3245.110107,1277.290039)
	..controls (3245.110107,1279.300049) and (3245.459961,1281.099976)..(3246.139893,1282.670044)
	..controls (3246.830078,1284.239990) and (3247.780029,1285.550049)..(3249.010010,1286.619995)
	..controls (3250.239990,1287.699951) and (3251.699951,1288.510010)..(3253.389893,1289.060059)
	..controls (3255.080078,1289.609985) and (3256.939941,1289.880005)..(3258.949951,1289.880005)
	..controls (3260.969971,1289.880005) and (3262.830078,1289.609985)..(3264.530029,1289.060059)
	..controls (3266.239990,1288.510010) and (3267.699951,1287.699951)..(3268.929932,1286.619995)
	..controls (3270.159912,1285.550049) and (3271.110107,1284.239990)..(3271.800049,1282.670044)
	..controls (3272.479980,1281.099976) and (3272.830078,1279.300049)..(3272.830078,1277.290039)
    --cycle;
  fill (3265.280029,1277.010010)..controls (3265.280029,1278.010010) and (3265.129883,1278.920044)..(3264.830078,1279.750000)
	..controls (3264.530029,1280.579956) and (3264.110107,1281.300049)..(3263.570068,1281.900024)
	..controls (3263.030029,1282.500000) and (3262.360107,1282.969971)..(3261.570068,1283.310059)
	..controls (3260.780029,1283.640015) and (3259.909912,1283.800049)..(3258.949951,1283.800049)
	..controls (3257.020020,1283.800049) and (3255.489990,1283.199951)..(3254.370117,1281.979980)
	..controls (3253.250000,1280.760010) and (3252.689941,1279.109985)..(3252.689941,1277.010010)
	..controls (3252.689941,1275.989990) and (3252.830078,1275.060059)..(3253.120117,1274.219971)
	..controls (3253.419922,1273.380005) and (3253.830078,1272.660034)..(3254.370117,1272.069946)
	..controls (3254.909912,1271.469971) and (3255.570068,1271.020020)..(3256.350098,1270.699951)
	..controls (3257.129883,1270.369995) and (3258.010010,1270.209961)..(3258.989990,1270.209961)
	..controls (3259.959961,1270.209961) and (3260.840088,1270.369995)..(3261.620117,1270.699951)
	..controls (3262.399902,1271.020020) and (3263.060059,1271.469971)..(3263.600098,1272.069946)
	..controls (3264.139893,1272.660034) and (3264.550049,1273.380005)..(3264.850098,1274.219971)
	..controls (3265.139893,1275.060059) and (3265.280029,1275.989990)..(3265.280029,1277.010010)
	--cycle withcolor black;
fill (3266.250000,1256.619995)..controls (3266.250000,1257.739990) and (3266.070068,1258.770020)..(3265.719971,1259.689941)
	..controls (3265.370117,1260.619995) and (3264.870117,1261.410034)..(3264.239990,1262.060059)
	..controls (3263.600098,1262.709961) and (3262.830078,1263.219971)..(3261.929932,1263.589966)
	..controls (3261.030029,1263.949951) and (3260.020020,1264.130005)..(3258.919922,1264.130005)
	..controls (3257.800049,1264.130005) and (3256.790039,1263.949951)..(3255.899902,1263.589966)
	..controls (3255.000000,1263.219971) and (3254.250000,1262.709961)..(3253.620117,1262.060059)
	..controls (3253.000000,1261.410034) and (3252.520020,1260.619995)..(3252.169922,1259.689941)
	..controls (3251.830078,1258.770020) and (3251.659912,1257.739990)..(3251.659912,1256.619995)
	..controls (3251.659912,1255.479980) and (3251.830078,1254.449951)..(3252.169922,1253.550049)
	..controls (3252.520020,1252.650024) and (3253.000000,1251.880005)..(3253.639893,1251.239990)
	..controls (3254.270020,1250.609985) and (3255.040039,1250.130005)..(3255.949951,1249.790039)
	..controls (3256.850098,1249.459961) and (3257.860107,1249.290039)..(3258.989990,1249.290039)
	..controls (3261.270020,1249.290039) and (3263.050049,1249.939941)..(3264.330078,1251.229980)
	..controls (3265.610107,1252.520020) and (3266.250000,1254.310059)..(3266.250000,1256.619995)
	--cycle withcolor black;
fill (3508.219971,1298.040039)--(3490.229980,1298.040039)..controls (3488.699951,1298.040039) and (3487.459961,1296.800049)..(3487.459961,1295.270020)
	--(3487.459961,1278.569946)..controls (3487.459961,1277.040039) and (3488.699951,1275.800049)..(3490.229980,1275.800049)
	..controls (3491.760010,1275.800049) and (3493.000000,1277.040039)..(3493.000000,1278.569946)
	--(3493.000000,1292.500000)--(3508.219971,1292.500000)..controls (3509.750000,1292.500000) and (3510.989990,1293.739990)..(3510.989990,1295.270020)
	..controls (3510.989990,1296.800049) and (3509.750000,1298.040039)..(3508.219971,1298.040039)
	--cycle;
fill (3544.530029,1298.040039)--(3526.540039,1298.040039)..controls (3525.010010,1298.040039) and (3523.770020,1296.800049)..(3523.770020,1295.270020)
	..controls (3523.770020,1293.739990) and (3525.010010,1292.500000)..(3526.540039,1292.500000)
	--(3541.760010,1292.500000)--(3541.760010,1278.569946)..controls (3541.760010,1277.040039) and (3543.000000,1275.800049)..(3544.530029,1275.800049)
	..controls (3546.060059,1275.800049) and (3547.300049,1277.040039)..(3547.300049,1278.569946)
	--(3547.300049,1295.270020)..controls (3547.300049,1296.800049) and (3546.060059,1298.040039)..(3544.530029,1298.040039)
	--cycle;
fill (3508.219971,1243.739990)--(3493.000000,1243.739990)--(3493.000000,1257.670044)
	..controls (3493.000000,1259.199951) and (3491.760010,1260.439941)..(3490.229980,1260.439941)
	..controls (3488.699951,1260.439941) and (3487.459961,1259.199951)..(3487.459961,1257.670044)
	--(3487.459961,1240.969971)..controls (3487.459961,1239.449951) and (3488.699951,1238.209961)..(3490.229980,1238.209961)
	--(3508.219971,1238.209961)..controls (3509.750000,1238.209961) and (3510.989990,1239.449951)..(3510.989990,1240.969971)
	..controls (3510.989990,1242.500000) and (3509.750000,1243.739990)..(3508.219971,1243.739990)
	--cycle;
fill (3544.530029,1260.439941)..controls (3543.000000,1260.439941) and (3541.760010,1259.199951)..(3541.760010,1257.670044)
	--(3541.760010,1243.739990)--(3526.540039,1243.739990)..controls (3525.010010,1243.739990) and (3523.770020,1242.500000)..(3523.770020,1240.969971)
	..controls (3523.770020,1239.449951) and (3525.010010,1238.209961)..(3526.540039,1238.209961)
	--(3544.530029,1238.209961)..controls (3546.060059,1238.209961) and (3547.300049,1239.449951)..(3547.300049,1240.969971)
	--(3547.300049,1257.670044)..controls (3547.300049,1259.199951) and (3546.060059,1260.439941)..(3544.530029,1260.439941)
	--cycle;
fill (3460.560059,1264.069946)--(3455.370117,1267.260010)..controls (3455.469971,1268.089966) and (3455.510010,1268.930054)..(3455.510010,1269.780029)
	..controls (3455.510010,1270.630005) and (3455.469971,1271.469971)..(3455.370117,1272.300049)
	--(3460.560059,1275.500000)..controls (3462.510010,1276.689941) and (3463.120117,1279.239990)..(3461.919922,1281.189941)
	--(3456.139893,1290.599976)..controls (3454.939941,1292.550049) and (3452.389893,1293.160034)..(3450.449951,1291.959961)
	--(3445.250000,1288.770020)..controls (3444.370117,1289.349976) and (3443.439941,1289.869995)..(3442.479980,1290.319946)
	--(3442.479980,1296.420044)..controls (3442.479980,1298.699951) and (3440.629883,1300.560059)..(3438.340088,1300.560059)
	--(3427.290039,1300.560059)..controls (3425.000000,1300.560059) and (3423.149902,1298.699951)..(3423.149902,1296.420044)
	--(3423.149902,1290.319946)..controls (3422.189941,1289.869995) and (3421.260010,1289.349976)..(3420.379883,1288.770020)
	--(3415.189941,1291.959961)..controls (3413.239990,1293.160034) and (3410.689941,1292.550049)..(3409.489990,1290.599976)
	--(3403.709961,1281.189941)..controls (3402.510010,1279.239990) and (3403.120117,1276.689941)..(3405.060059,1275.500000)
	--(3410.260010,1272.300049)..controls (3410.159912,1271.469971) and (3410.110107,1270.630005)..(3410.110107,1269.780029)
	..controls (3410.110107,1268.930054) and (3410.159912,1268.089966)..(3410.260010,1267.260010)
	--(3405.060059,1264.069946)..controls (3403.120117,1262.869995) and (3402.510010,1260.329956)..(3403.709961,1258.380005)
	--(3409.489990,1248.959961)..controls (3410.689941,1247.020020) and (3413.239990,1246.410034)..(3415.189941,1247.599976)
	--(3420.379883,1250.800049)..controls (3421.260010,1250.219971) and (3422.189941,1249.689941)..(3423.149902,1249.239990)
	--(3423.149902,1243.150024)..controls (3423.149902,1240.869995) and (3425.000000,1239.010010)..(3427.290039,1239.010010)
	--(3438.340088,1239.010010)..controls (3440.629883,1239.010010) and (3442.479980,1240.869995)..(3442.479980,1243.150024)
	--(3442.479980,1249.239990)..controls (3443.439941,1249.689941) and (3444.370117,1250.219971)..(3445.250000,1250.800049)
	--(3450.449951,1247.599976)..controls (3452.389893,1246.410034) and (3454.939941,1247.020020)..(3456.139893,1248.959961)
	--(3461.919922,1258.380005)..controls (3463.120117,1260.329956) and (3462.510010,1262.869995)..(3460.560059,1264.069946)
    --cycle;
  fill (3441.580078,1261.010010)..controls (3439.340088,1258.770020) and (3436.239990,1257.380005)..(3432.810059,1257.380005)
	..controls (3425.959961,1257.380005) and (3420.409912,1262.930054)..(3420.409912,1269.780029)
	..controls (3420.409912,1273.209961) and (3421.800049,1276.310059)..(3424.040039,1278.550049)
	..controls (3426.290039,1280.800049) and (3429.389893,1282.189941)..(3432.810059,1282.189941)
	..controls (3436.239990,1282.189941) and (3439.340088,1280.800049)..(3441.580078,1278.550049)
	..controls (3443.830078,1276.310059) and (3445.219971,1273.209961)..(3445.219971,1269.780029)
	..controls (3445.219971,1266.359985) and (3443.830078,1263.260010)..(3441.580078,1261.010010)
	--cycle withcolor black;
fill (1882.910034,1282.989990)--(1870.699951,1282.989990)..controls (1870.089966,1282.989990) and (1869.589966,1282.489990)..(1869.589966,1281.880005)
	--(1869.589966,1274.699951)--(1869.589966,1264.859985)--(1869.589966,1257.689941)
	..controls (1869.589966,1257.069946) and (1870.089966,1256.579956)..(1870.699951,1256.579956)
	--(1882.910034,1256.579956)..controls (1883.170044,1256.579956) and (1883.430054,1256.479980)..(1883.630005,1256.310059)
	--(1901.829956,1240.589966)..controls (1902.550049,1239.969971) and (1903.660034,1240.479980)..(1903.660034,1241.430054)
	--(1903.660034,1264.859985)--(1903.660034,1274.699951)--(1903.660034,1298.140015)
	..controls (1903.660034,1299.079956) and (1902.550049,1299.589966)..(1901.829956,1298.969971)
	--(1883.630005,1283.260010)..controls (1883.430054,1283.079956) and (1883.170044,1282.989990)..(1882.910034,1282.989990)
	--cycle;
fill (1908.739990,1297.229980)--(1908.739990,1293.819946)..controls (1908.739990,1293.310059) and (1909.089966,1292.869995)..(1909.589966,1292.739990)
	..controls (1919.800049,1290.109985) and (1927.369995,1280.810059)..(1927.369995,1269.780029)
	..controls (1927.369995,1258.750000) and (1919.800049,1249.459961)..(1909.589966,1246.819946)
	..controls (1909.089966,1246.699951) and (1908.739990,1246.260010)..(1908.739990,1245.750000)
	--(1908.739990,1242.329956)..controls (1908.739990,1241.619995) and (1909.400024,1241.089966)..(1910.089966,1241.250000)
	..controls (1923.140015,1244.180054) and (1932.910034,1255.869995)..(1932.910034,1269.780029)
	..controls (1932.910034,1283.699951) and (1923.140015,1295.380005)..(1910.089966,1298.319946)
	..controls (1909.400024,1298.469971) and (1908.739990,1297.949951)..(1908.739990,1297.229980)
	--cycle;
fill (1921.810059,1269.780029)..controls (1921.810059,1261.540039) and (1916.280029,1254.560059)..(1908.739990,1252.359985)
	--(1908.739990,1287.209961)..controls (1916.280029,1285.010010) and (1921.810059,1278.030029)..(1921.810059,1269.780029)
	--cycle;
fill (1747.050049,1245.280029)--(1747.050049,1294.280029)..controls (1747.050049,1297.300049) and (1750.349976,1299.160034)..(1752.930054,1297.599976)
	--(1793.520020,1273.099976)..controls (1796.020020,1271.589966) and (1796.020020,1267.969971)..(1793.520020,1266.459961)
	--(1752.930054,1241.959961)..controls (1750.349976,1240.410034) and (1747.050049,1242.270020)..(1747.050049,1245.280029)
	--cycle;
fill (1808.390015,1298.060059)--(1805.989990,1298.060059)--(1805.010010,1298.060059)
	--(1802.609985,1298.060059)..controls (1802.000000,1298.060059) and (1801.500000,1297.560059)..(1801.500000,1296.949951)
	--(1801.500000,1242.329956)..controls (1801.500000,1241.719971) and (1802.000000,1241.219971)..(1802.609985,1241.219971)
	--(1805.010010,1241.219971)--(1805.989990,1241.219971)--(1808.390015,1241.219971)
	..controls (1809.010010,1241.219971) and (1809.500000,1241.719971)..(1809.500000,1242.329956)
	--(1809.500000,1296.949951)..controls (1809.500000,1297.560059) and (1809.010010,1298.060059)..(1808.390015,1298.060059)
	--cycle;
fill (1551.209961,1245.280029)--(1551.209961,1294.280029)..controls (1551.209961,1297.300049) and (1547.910034,1299.160034)..(1545.329956,1297.599976)
	--(1504.739990,1273.099976)..controls (1502.239990,1271.589966) and (1502.239990,1267.969971)..(1504.739990,1266.459961)
	--(1545.329956,1241.959961)..controls (1547.910034,1240.410034) and (1551.209961,1242.270020)..(1551.209961,1245.280029)
	--cycle;
fill (1489.869995,1298.060059)--(1492.270020,1298.060059)--(1493.239990,1298.060059)
	--(1495.650024,1298.060059)..controls (1496.260010,1298.060059) and (1496.760010,1297.560059)..(1496.760010,1296.949951)
	--(1496.760010,1242.329956)..controls (1496.760010,1241.719971) and (1496.260010,1241.219971)..(1495.650024,1241.219971)
	--(1493.239990,1241.219971)--(1492.270020,1241.219971)--(1489.869995,1241.219971)
	..controls (1489.250000,1241.219971) and (1488.760010,1241.719971)..(1488.760010,1242.329956)
	--(1488.760010,1296.949951)..controls (1488.760010,1297.560059) and (1489.250000,1298.060059)..(1489.869995,1298.060059)
	--cycle;
fill (1636.280029,1240.469971)--(1624.979980,1240.469971)..controls (1623.760010,1240.469971) and (1622.770020,1241.459961)..(1622.770020,1242.689941)
	--(1622.770020,1295.839966)..controls (1622.770020,1297.069946) and (1623.760010,1298.060059)..(1624.979980,1298.060059)
	--(1636.280029,1298.060059)..controls (1637.500000,1298.060059) and (1638.500000,1297.069946)..(1638.500000,1295.839966)
	--(1638.500000,1242.689941)..controls (1638.500000,1241.459961) and (1637.500000,1240.469971)..(1636.280029,1240.469971)
	--cycle;
fill (1662.650024,1240.469971)--(1651.339966,1240.469971)..controls (1650.119995,1240.469971) and (1649.130005,1241.459961)..(1649.130005,1242.689941)
	--(1649.130005,1295.839966)..controls (1649.130005,1297.069946) and (1650.119995,1298.060059)..(1651.339966,1298.060059)
	--(1662.650024,1298.060059)..controls (1663.869995,1298.060059) and (1664.859985,1297.069946)..(1664.859985,1295.839966)
	--(1664.859985,1242.689941)..controls (1664.859985,1241.459961) and (1663.869995,1240.469971)..(1662.650024,1240.469971)
	--cycle;
fill (3371.409912,1298.040039)--(3318.229980,1298.040039)..controls (3316.399902,1298.040039) and (3314.909912,1296.550049)..(3314.909912,1294.719971)
	--(3314.909912,1241.530029)..controls (3314.909912,1239.689941) and (3316.399902,1238.199951)..(3318.229980,1238.199951)
	--(3371.409912,1238.199951)..controls (3373.250000,1238.199951) and (3374.739990,1239.689941)..(3374.739990,1241.530029)
	--(3374.739990,1294.719971)..controls (3374.739990,1296.550049) and (3373.250000,1298.040039)..(3371.409912,1298.040039)
    --cycle;
  fill (3351.090088,1263.660034)..controls (3351.310059,1262.640015) and (3351.649902,1261.760010)..(3352.110107,1261.030029)
	..controls (3352.570068,1260.300049) and (3353.159912,1259.729980)..(3353.889893,1259.329956)
	..controls (3354.610107,1258.930054) and (3355.479980,1258.729980)..(3356.500000,1258.729980)
	..controls (3357.439941,1258.729980) and (3358.229980,1258.839966)..(3358.889893,1259.060059)
	..controls (3359.540039,1259.270020) and (3360.080078,1259.589966)..(3360.500000,1260.020020)
	..controls (3360.929932,1260.449951) and (3361.260010,1260.969971)..(3361.500000,1261.589966)
	..controls (3361.729980,1262.209961) and (3361.899902,1262.930054)..(3362.010010,1263.739990)
	--(3366.360107,1263.739990)..controls (3366.239990,1262.500000) and (3365.949951,1261.369995)..(3365.489990,1260.329956)
	..controls (3365.040039,1259.280029) and (3364.389893,1258.380005)..(3363.580078,1257.619995)
	..controls (3362.760010,1256.859985) and (3361.760010,1256.270020)..(3360.580078,1255.849976)
	..controls (3359.399902,1255.420044) and (3358.040039,1255.199951)..(3356.500000,1255.199951)
	..controls (3354.949951,1255.199951) and (3353.560059,1255.489990)..(3352.310059,1256.040039)
	..controls (3351.060059,1256.599976) and (3350.000000,1257.400024)..(3349.120117,1258.430054)
	..controls (3348.229980,1259.459961) and (3347.560059,1260.699951)..(3347.080078,1262.160034)
	..controls (3346.610107,1263.630005) and (3346.370117,1265.260010)..(3346.370117,1267.089966)
	--(3346.370117,1269.119995)..controls (3346.370117,1270.930054) and (3346.620117,1272.569946)..(3347.100098,1274.040039)
	..controls (3347.590088,1275.500000) and (3348.270020,1276.750000)..(3349.179932,1277.790039)
	..controls (3350.070068,1278.829956) and (3351.159912,1279.630005)..(3352.429932,1280.189941)
	..controls (3353.699951,1280.760010) and (3355.129883,1281.040039)..(3356.699951,1281.040039)
	..controls (3358.199951,1281.040039) and (3359.530029,1280.819946)..(3360.679932,1280.390015)
	..controls (3361.830078,1279.959961) and (3362.800049,1279.359985)..(3363.600098,1278.599976)
	..controls (3364.399902,1277.829956) and (3365.030029,1276.920044)..(3365.479980,1275.859985)
	..controls (3365.939941,1274.800049) and (3366.229980,1273.640015)..(3366.360107,1272.390015)
	--(3362.010010,1272.390015)..controls (3361.909912,1273.180054) and (3361.760010,1273.900024)..(3361.530029,1274.530029)
	..controls (3361.310059,1275.160034) and (3360.989990,1275.699951)..(3360.570068,1276.150024)
	..controls (3360.159912,1276.589966) and (3359.639893,1276.930054)..(3359.000000,1277.150024)
	..controls (3358.370117,1277.390015) and (3357.600098,1277.500000)..(3356.699951,1277.500000)
	..controls (3355.719971,1277.500000) and (3354.850098,1277.310059)..(3354.100098,1276.939941)
	..controls (3353.360107,1276.569946) and (3352.739990,1276.020020)..(3352.250000,1275.310059)
	..controls (3351.750000,1274.609985) and (3351.379883,1273.739990)..(3351.139893,1272.699951)
	..controls (3350.889893,1271.660034) and (3350.770020,1270.479980)..(3350.770020,1269.160034)
	--(3350.770020,1267.089966)..controls (3350.770020,1265.829956) and (3350.870117,1264.689941)..(3351.090088,1263.660034)
	--cycle withcolor black;
fill (3328.000000,1263.660034)..controls (3328.219971,1262.640015) and (3328.560059,1261.760010)..(3329.020020,1261.030029)
	..controls (3329.479980,1260.300049) and (3330.070068,1259.729980)..(3330.800049,1259.329956)
	..controls (3331.520020,1258.930054) and (3332.389893,1258.729980)..(3333.409912,1258.729980)
	..controls (3334.350098,1258.729980) and (3335.149902,1258.839966)..(3335.800049,1259.060059)
	..controls (3336.449951,1259.270020) and (3336.989990,1259.589966)..(3337.419922,1260.020020)
	..controls (3337.840088,1260.449951) and (3338.169922,1260.969971)..(3338.409912,1261.589966)
	..controls (3338.639893,1262.209961) and (3338.810059,1262.930054)..(3338.919922,1263.739990)
	--(3343.270020,1263.739990)..controls (3343.149902,1262.500000) and (3342.860107,1261.369995)..(3342.399902,1260.329956)
	..controls (3341.939941,1259.280029) and (3341.300049,1258.380005)..(3340.489990,1257.619995)
	..controls (3339.669922,1256.859985) and (3338.669922,1256.270020)..(3337.489990,1255.849976)
	..controls (3336.310059,1255.420044) and (3334.949951,1255.199951)..(3333.409912,1255.199951)
	..controls (3331.870117,1255.199951) and (3330.469971,1255.489990)..(3329.219971,1256.040039)
	..controls (3327.969971,1256.599976) and (3326.909912,1257.400024)..(3326.020020,1258.430054)
	..controls (3325.139893,1259.459961) and (3324.469971,1260.699951)..(3323.989990,1262.160034)
	..controls (3323.520020,1263.630005) and (3323.290039,1265.260010)..(3323.290039,1267.089966)
	--(3323.290039,1269.119995)..controls (3323.290039,1270.930054) and (3323.530029,1272.569946)..(3324.010010,1274.040039)
	..controls (3324.500000,1275.500000) and (3325.189941,1276.750000)..(3326.090088,1277.790039)
	..controls (3326.979980,1278.829956) and (3328.070068,1279.630005)..(3329.340088,1280.189941)
	..controls (3330.610107,1280.760010) and (3332.040039,1281.040039)..(3333.620117,1281.040039)
..controls (3335.110107,1281.040039) and (3336.429932,1280.819946)..(3337.590088,1280.390015)
	..controls (3338.739990,1279.959961) and (3339.709961,1279.359985)..(3340.520020,1278.599976)
	..controls (3341.310059,1277.829956) and (3341.939941,1276.920044)..(3342.399902,1275.859985)
	..controls (3342.850098,1274.800049) and (3343.139893,1273.640015)..(3343.270020,1272.390015)
	--(3338.919922,1272.390015)..controls (3338.820068,1273.180054) and (3338.669922,1273.900024)..(3338.439941,1274.530029)
	..controls (3338.219971,1275.160034) and (3337.899902,1275.699951)..(3337.479980,1276.150024)
	..controls (3337.070068,1276.589966) and (3336.550049,1276.930054)..(3335.909912,1277.150024)
	..controls (3335.280029,1277.390015) and (3334.510010,1277.500000)..(3333.620117,1277.500000)
	..controls (3332.629883,1277.500000) and (3331.760010,1277.310059)..(3331.010010,1276.939941)
	..controls (3330.270020,1276.569946) and (3329.649902,1276.020020)..(3329.159912,1275.310059)
	..controls (3328.669922,1274.609985) and (3328.290039,1273.739990)..(3328.050049,1272.699951)
	..controls (3327.800049,1271.660034) and (3327.669922,1270.479980)..(3327.669922,1269.160034)
	--(3327.669922,1267.089966)..controls (3327.669922,1265.829956) and (3327.780029,1264.689941)..(3328.000000,1263.660034)
	--cycle withcolor black;
drawoptions (withcolor (0.819608,0.819608,0.819608));
fill (2904.939941,1270.329956)..controls (2904.939941,1268.119995) and (2904.040039,1266.119995)..(2902.600098,1264.670044)
	..controls (2901.149902,1263.229980) and (2899.149902,1262.329956)..(2896.939941,1262.329956)
	--(2112.780029,1262.329956)--(2112.780029,1278.319946)--(2896.939941,1278.319946)
	..controls (2901.360107,1278.319946) and (2904.939941,1274.739990)..(2904.939941,1270.329956)
	--cycle;
drawoptions (withcolor (0.000000,0.596078,1.000000));
fill (2320.760010,1278.319946)--(2320.760010,1262.329956)--(1970.219971,1262.329956)
	..controls (1965.800049,1262.329956) and (1962.229980,1265.910034)..(1962.229980,1270.329956)
	..controls (1962.229980,1272.530029) and (1963.119995,1274.530029)..(1964.569946,1275.969971)
	..controls (1966.010010,1277.420044) and (1968.010010,1278.319946)..(1970.219971,1278.319946)
	--cycle;
drawoptions (withcolor (1.000000,1.000000,1.000000));
fill (2350.219971,1269.780029)..controls (2350.219971,1253.510010) and (2337.030029,1240.319946)..(2320.760010,1240.319946)
	..controls (2304.489990,1240.319946) and (2291.290039,1253.510010)..(2291.290039,1269.780029)
	..controls (2291.290039,1286.050049) and (2304.489990,1299.250000)..(2320.760010,1299.250000)
	..controls (2337.030029,1299.250000) and (2350.219971,1286.050049)..(2350.219971,1269.780029)
	--cycle;
drawoptions (withcolor (0.000000,0.596078,1.000000));
fill (2336.030029,1269.780029)..controls (2336.030029,1261.349976) and (2329.189941,1254.510010)..(2320.760010,1254.510010)
	..controls (2312.330078,1254.510010) and (2305.489990,1261.349976)..(2305.489990,1269.780029)
	..controls (2305.489990,1278.219971) and (2312.330078,1285.050049)..(2320.760010,1285.050049)
	..controls (2329.189941,1285.050049) and (2336.030029,1278.219971)..(2336.030029,1269.780029)
	--cycle;
        drawoptions();
        );
        $
      enddef;
}
%

\NewDocumentCommand\SchemaLectureVideoBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaLectureVideo
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaLectureVideo-lrcorner SchemaLectureVideo));
    pickup pencircle scaled 0.1;
    draw (SchemaLectureVideo scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaLectureVideo{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaLectureVideoBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaLectureVideoBase%
    }%
  }%    
}%

%%%%
% Etudiant fatigué
%%%%
\def\MPCodeSchemaEtudiantFatigue{%
  % Vecteezy : Pritam Dhar
  % pstoedit
  vardef SchemaEtudiantFatigue=
  save $;picture $;
  $=image(
  drawoptions (withcolor (0.360740,0.493234,0.962437));
fill (520.698975,909.031006)..controls (522.401978,909.320007) and (525.812988,909.948975)..(527.520020,910.237976)
	..controls (562.617004,908.698975) and (596.593994,898.012024)..(631.523010,894.390991)
	--(634.476990,893.479980)..controls (668.784973,881.539001) and (704.671997,875.890991)..(740.145020,868.781006)
	..controls (799.737976,858.262024) and (894.679993,852.270020)..(875.590027,765.601990)
	..controls (871.929993,733.750000) and (837.914001,728.051025)..(812.796997,720.690979)
	..controls (709.703003,689.250000) and (606.031006,659.479980)..(503.648010,625.750000)
	..controls (427.628998,588.487976) and (350.738007,644.007996)..(275.550995,657.270020)
	..controls (212.589996,674.820007) and (150.003998,693.539001)..(87.417999,712.250000)
	..controls (89.660202,717.237976) and (91.617203,722.309021)..(93.363297,727.429993)
	..controls (207.848007,703.101990) and (318.550995,663.140991)..(432.410004,636.109009)
	..controls (461.187988,631.109009) and (488.425995,645.250000)..(515.456970,652.737976)
	..controls (622.668030,689.210999) and (731.495972,720.690979)..(840.409973,751.551025)
	..controls (867.898010,760.609009) and (851.512024,796.578003)..(849.723022,817.289001)
	..controls (812.840027,812.429993) and (778.531006,797.960999)..(743.804993,785.559021)
	..controls (645.370972,756.289001) and (546.812988,727.340027)..(448.628998,697.281006)
	..controls (431.203003,692.000000) and (412.574005,692.909973)..(395.316010,698.229980)
	..controls (296.882996,727.801025) and (197.578003,755.500000)..(100.890999,790.101990)
	..controls (96.691399,793.301025) and (92.738297,796.750000)..(88.789101,800.120972)
	..controls (187.723007,826.690979) and (287.652008,849.729980)..(386.710999,876.012024)
	..controls (404.839996,880.418030) and (423.011993,884.750000)..(441.226990,888.859009)
	..controls (444.847992,889.737976) and (448.464996,890.609009)..(452.121002,891.440979)
	..controls (475.160004,896.559021) and (497.742004,903.629028)..(520.698975,909.031006)
	--cycle;
  %%% personnage
drawoptions (withcolor (0.087977,0.089304,0.127627));
fill (1671.750000,1613.410034)..controls (1679.859985,1550.329956) and (1721.650024,1485.540039)..(1786.729980,1471.310059)
	..controls (1731.630005,1498.800049) and (1685.810059,1548.579956)..(1681.060059,1612.660034)
	..controls (1678.739990,1612.869995) and (1674.079956,1613.250000)..(1671.750000,1613.410034)
	--cycle;
fill (1735.209961,1770.689941)..controls (1790.520020,1795.599976) and (1856.430054,1814.729980)..(1913.949951,1784.790039)
	..controls (1955.699951,1765.030029) and (1980.770020,1724.239990)..(2001.650024,1684.939941)
	..controls (2004.560059,1684.609985) and (2010.300049,1683.979980)..(2013.209961,1683.650024)
	..controls (1992.829956,1720.000000) and (1969.920044,1756.670044)..(1935.319946,1781.130005)
	..controls (1876.390015,1822.839966) and (1789.810059,1815.599976)..(1735.209961,1770.689941)
	--cycle;
fill (1726.189941,2018.619995)..controls (1737.910034,2024.109985) and (1750.099976,2028.609985)..(1762.239990,2033.180054)
	..controls (1736.290039,2011.260010) and (1715.829956,1984.020020)..(1698.989990,1954.660034)
	..controls (1801.949951,2008.979980) and (1934.949951,1984.729980)..(2016.329956,1902.969971)
	..controls (2033.209961,1886.959961) and (2046.979980,1868.079956)..(2059.370117,1848.449951)
	..controls (2062.659912,1843.089966) and (2065.860107,1837.560059)..(2069.020020,1831.989990)
	..controls (2080.949951,1810.650024) and (2092.260010,1788.939941)..(2102.540039,1766.739990)
	--(2103.989990,1763.619995)..controls (2109.439941,1751.020020) and (2113.719971,1737.920044)..(2118.550049,1725.030029)
	..controls (2119.459961,1722.819946) and (2121.250000,1718.329956)..(2122.159912,1716.130005)
	..controls (2132.149902,1693.130005) and (2158.969971,1694.130005)..(2180.050049,1692.630005)
	..controls (2167.449951,1677.579956) and (2149.320068,1669.550049)..(2129.610107,1672.459961)
	..controls (2154.389893,1614.619995) and (2183.250000,1550.369995)..(2172.570068,1486.410034)
	..controls (2170.449951,1481.380005) and (2168.280029,1476.339966)..(2166.250000,1471.229980)
	..controls (2159.510010,1471.109985) and (2152.860107,1470.859985)..(2146.199951,1470.479980)
	..controls (2171.860107,1553.489990) and (2129.820068,1632.540039)..(2078.459961,1694.959961)
	..controls (2076.629883,1681.569946) and (2074.800049,1668.180054)..(2073.379883,1654.709961)
	..controls (2062.239990,1667.390015) and (2050.850098,1679.780029)..(2038.660034,1691.469971)
	..controls (2032.010010,1672.260010) and (2032.550049,1652.130005)..(2038.989990,1632.869995)
	..controls (2024.439941,1646.800049) and (2008.010010,1658.619995)..(1990.500000,1668.510010)
	..controls (1981.060059,1626.839966) and (2019.030029,1600.020020)..(2047.930054,1578.400024)
	..controls (2051.139893,1567.880005) and (2054.379883,1557.349976)..(2058.830078,1547.290039)
	..controls (2027.099976,1559.930054) and (1997.069946,1576.359985)..(1965.390015,1589.040039)
	..controls (1960.729980,1543.339966) and (2010.089966,1527.199951)..(2042.069946,1508.989990)
	..controls (2040.160034,1493.729980) and (2038.790039,1478.339966)..(2037.250000,1463.000000)
	..controls (2036.750000,1408.099976) and (2012.339966,1340.569946)..(1949.459961,1334.079956)
	..controls (1938.729980,1333.579956) and (1928.040039,1334.040039)..(1917.400024,1334.790039)
	..controls (1864.829956,1356.949951) and (1802.790039,1278.979980)..(1763.160034,1335.410034)
	..controls (1783.989990,1334.579956) and (1804.869995,1332.619995)..(1825.739990,1333.540039)
	..controls (1837.430054,1335.869995) and (1848.819946,1339.530029)..(1860.219971,1343.060059)
	..controls (1845.000000,1348.010010) and (1829.530029,1352.050049)..(1814.349976,1356.910034)
	..controls (1789.150024,1372.670044) and (1763.900024,1388.770020)..(1741.239990,1408.060059)
	..controls (1735.500000,1413.630005) and (1729.800049,1419.209961)..(1724.020020,1424.650024)
	..controls (1735.380005,1395.630005) and (1754.050049,1370.589966)..(1773.550049,1346.599976)
	..controls (1748.560059,1344.020020) and (1723.900024,1349.550049)..(1700.819946,1358.910034)
	..controls (1630.949951,1400.910034) and (1587.250000,1473.270020)..(1569.030029,1551.410034)
	..controls (1537.760010,1503.709961) and (1505.239990,1456.800049)..(1475.300049,1408.229980)
	..controls (1459.079956,1441.000000) and (1451.589966,1477.180054)..(1447.939941,1513.270020)
	..controls (1475.339966,1532.689941) and (1533.930054,1546.829956)..(1523.119995,1589.420044)
	..controls (1488.609985,1594.489990) and (1459.869995,1563.800049)..(1426.849976,1556.109985)
	..controls (1435.089966,1568.119995) and (1442.780029,1580.479980)..(1451.010010,1592.489990)
	..controls (1478.329956,1608.839966) and (1523.329956,1635.410034)..(1500.750000,1673.089966)
	..controls (1482.119995,1667.969971) and (1466.189941,1656.949951)..(1450.680054,1645.890015)
	..controls (1458.829956,1668.469971) and (1463.989990,1692.219971)..(1460.199951,1716.250000)
	..controls (1447.150024,1708.560059) and (1435.130005,1699.199951)..(1424.979980,1687.890015)
	..controls (1434.630005,1721.910034) and (1405.890015,1719.250000)..(1387.680054,1700.079956)
	..controls (1386.260010,1699.040039) and (1383.479980,1696.869995)..(1382.060059,1695.790039)
	..controls (1352.329956,1688.890015) and (1316.979980,1689.599976)..(1298.349976,1717.750000)
	..controls (1297.229980,1718.750000) and (1294.979980,1720.790039)..(1293.859985,1721.780029)
	..controls (1336.439941,1713.589966) and (1403.150024,1706.189941)..(1420.319946,1757.709961)
	..controls (1421.280029,1759.630005) and (1423.189941,1763.489990)..(1424.150024,1765.410034)
	..controls (1429.430054,1775.800049) and (1435.709961,1785.699951)..(1442.239990,1795.390015)
	..controls (1424.810059,1789.359985) and (1406.890015,1785.040039)..(1388.719971,1782.000000)
	..controls (1420.239990,1872.410034) and (1514.099976,1924.599976)..(1607.209961,1921.359985)
	..controls (1583.709961,1944.270020) and (1553.849976,1958.280029)..(1524.910034,1972.839966)
	..controls (1567.660034,1969.640015) and (1609.160034,1954.750000)..(1643.010010,1928.209961)
	..controls (1648.380005,1940.359985) and (1653.989990,1952.380005)..(1659.770020,1964.359985)
	..controls (1677.359985,1983.109985) and (1696.449951,2000.699951)..(1718.280029,2014.380005)
	..controls (1720.239990,2015.459961) and (1724.189941,2017.540039)..(1726.189941,2018.619995)
	--cycle;
fill (1063.349976,1930.170044)..controls (1122.069946,1888.250000) and (1183.910034,1850.239990)..(1239.630005,1804.410034)
	..controls (1178.329956,1839.680054) and (1124.359985,1886.209961)..(1063.890015,1922.810059)
	..controls (1063.719971,1924.640015) and (1063.479980,1928.339966)..(1063.349976,1930.170044)
	--cycle;
fill (2157.800049,1804.000000)..controls (2212.610107,1841.469971) and (2269.750000,1875.650024)..(2326.810059,1909.589966)
	--(2326.679932,1905.800049)..controls (2270.459961,1871.869995) and (2216.479980,1833.689941)..(2157.800049,1804.000000)
	--cycle;
fill (1533.520020,1354.250000)..controls (1584.670044,1336.410034) and (1642.890015,1306.469971)..(1693.000000,1344.979980)
	..controls (1654.569946,1279.479980) and (1579.510010,1322.640015)..(1533.520020,1354.250000)
	--cycle;
fill (1541.959961,1286.670044)..controls (1586.709961,1291.160034) and (1634.949951,1317.650024)..(1671.619995,1276.319946)
	..controls (1656.949951,1279.229980) and (1642.390015,1282.640015)..(1627.880005,1286.089966)
	..controls (1616.900024,1272.699951) and (1602.140015,1263.510010)..(1586.500000,1256.560059)
	..controls (1584.880005,1262.589966) and (1583.339966,1268.579956)..(1581.800049,1274.569946)
	..controls (1567.000000,1275.819946) and (1552.229980,1277.569946)..(1537.510010,1279.599976)
	..controls (1535.060059,1281.849976) and (1532.650024,1284.010010)..(1530.229980,1286.170044)
	..controls (1533.140015,1286.300049) and (1539.010010,1286.550049)..(1541.959961,1286.670044)
	--cycle;
fill (1769.930054,1279.729980)..controls (1813.640015,1326.180054) and (1867.239990,1274.819946)..(1917.689941,1293.160034)
	..controls (1917.939941,1289.869995) and (1918.310059,1286.589966)..(1918.770020,1283.300049)
	..controls (1882.959961,1283.140015) and (1840.670044,1245.089966)..(1815.010010,1286.089966)
	..controls (1800.000000,1283.760010) and (1784.989990,1281.520020)..(1769.930054,1279.729980)
	--cycle;
drawoptions (withcolor (0.995575,0.714412,0.690272));
fill (1356.989990,1523.790039)..controls (1367.130005,1563.130005) and (1379.939941,1603.140015)..(1416.910034,1625.510010)
	..controls (1382.849976,1605.219971) and (1343.640015,1567.040039)..(1356.989990,1523.790039)
	--cycle;
fill (1387.680054,1700.079956)..controls (1405.890015,1719.250000) and (1434.630005,1721.910034)..(1424.979980,1687.890015)
	..controls (1435.130005,1699.199951) and (1447.150024,1708.560059)..(1460.199951,1716.250000)
	..controls (1463.989990,1692.219971) and (1458.829956,1668.469971)..(1450.680054,1645.890015)
	..controls (1466.189941,1656.949951) and (1482.119995,1667.969971)..(1500.750000,1673.089966)
	..controls (1523.329956,1635.410034) and (1478.329956,1608.839966)..(1451.010010,1592.489990)
	..controls (1402.270020,1581.810059) and (1376.869995,1522.130005)..(1407.349976,1481.040039)
	..controls (1418.989990,1505.119995) and (1396.540039,1545.339966)..(1426.849976,1556.109985)
	..controls (1459.869995,1563.800049) and (1488.609985,1594.489990)..(1523.119995,1589.420044)
	..controls (1533.930054,1546.829956) and (1475.339966,1532.689941)..(1447.939941,1513.270020)
	..controls (1451.589966,1477.180054) and (1459.079956,1441.000000)..(1475.300049,1408.229980)
	..controls (1499.959961,1368.010010) and (1530.069946,1321.900024)..(1508.689941,1273.119995)
	..controls (1476.920044,1293.869995) and (1441.489990,1308.089966)..(1409.390015,1328.170044)
	..controls (1376.079956,1362.030029) and (1352.250000,1404.569946)..(1338.319946,1449.849976)
	..controls (1334.739990,1461.119995) and (1331.699951,1472.560059)..(1329.250000,1484.119995)
	..controls (1324.089966,1511.239990) and (1322.640015,1539.140015)..(1324.760010,1566.670044)
	..controls (1334.030029,1616.949951) and (1388.930054,1647.140015)..(1387.680054,1700.079956)
	--cycle;
fill (2071.800049,1613.739990)..controls (2097.209961,1586.589966) and (2119.250000,1555.900024)..(2121.790039,1517.390015)
	..controls (2151.110107,1549.660034) and (2102.120117,1596.030029)..(2071.800049,1613.739990)
	--cycle;
fill (2078.459961,1694.959961)..controls (2129.820068,1632.540039) and (2171.860107,1553.489990)..(2146.199951,1470.479980)
	..controls (2143.870117,1461.290039) and (2140.879883,1452.270020)..(2137.550049,1443.369995)
	..controls (2117.919922,1391.719971) and (2083.370117,1347.510010)..(2047.229980,1306.469971)
	..controls (2009.880005,1295.699951) and (1972.959961,1283.219971)..(1937.030029,1268.369995)
	..controls (1932.989990,1291.250000) and (1938.729980,1313.910034)..(1949.459961,1334.079956)
	..controls (2012.339966,1340.569946) and (2036.750000,1408.099976)..(2037.250000,1463.000000)
	..controls (2042.989990,1463.790039) and (2048.770020,1464.530029)..(2054.590088,1465.239990)
	..controls (2052.840088,1480.380005) and (2050.889893,1496.140015)..(2042.069946,1508.989990)
	..controls (2010.089966,1527.199951) and (1960.729980,1543.339966)..(1965.390015,1589.040039)
	..controls (1997.069946,1576.359985) and (2027.099976,1559.930054)..(2058.830078,1547.290039)
	..controls (2077.830078,1530.280029) and (2084.860107,1505.079956)..(2085.610107,1480.380005)
	..controls (2090.479980,1482.290039) and (2095.379883,1484.160034)..(2100.330078,1485.989990)
	..controls (2098.419922,1523.380005) and (2079.000000,1557.599976)..(2047.930054,1578.400024)
	..controls (2019.030029,1600.020020) and (1981.060059,1626.839966)..(1990.500000,1668.510010)
	..controls (2008.010010,1658.619995) and (2024.439941,1646.800049)..(2038.989990,1632.869995)
	..controls (2032.550049,1652.130005) and (2032.010010,1672.260010)..(2038.660034,1691.469971)
	..controls (2050.850098,1679.780029) and (2062.239990,1667.390015)..(2073.379883,1654.709961)
	..controls (2074.800049,1668.180054) and (2076.629883,1681.569946)..(2078.459961,1694.959961)
	--cycle;
fill (1645.630005,1144.619995)..controls (1657.030029,1144.489990) and (1668.420044,1144.239990)..(1679.859985,1144.199951)
	..controls (1678.859985,1138.670044) and (1677.609985,1133.140015)..(1676.119995,1127.650024)
	..controls (1696.329956,1127.650024) and (1716.540039,1126.400024)..(1736.500000,1123.119995)
	..controls (1736.790039,1130.189941) and (1737.160034,1137.209961)..(1737.579956,1144.199951)
	..controls (1746.560059,1144.280029) and (1755.540039,1144.489990)..(1764.530029,1144.699951)
	..controls (1751.260010,1197.510010) and (1664.349976,1190.150024)..(1645.630005,1144.619995)
	--cycle;
fill (1687.760010,1214.599976)..controls (1686.760010,1211.439941) and (1685.760010,1208.280029)..(1684.770020,1205.079956)
	..controls (1700.569946,1191.689941) and (1729.599976,1188.780029)..(1737.459961,1212.150024)
	..controls (1738.619995,1243.880005) and (1736.829956,1275.979980)..(1733.300049,1307.589966)
	..controls (1692.459961,1291.410034) and (1749.930054,1191.109985)..(1687.760010,1214.599976)
	--cycle;
fill (1533.520020,1354.250000)..controls (1579.510010,1322.640015) and (1654.569946,1279.479980)..(1693.000000,1344.979980)
	..controls (1642.890015,1306.469971) and (1584.670044,1336.410034)..(1533.520020,1354.250000)
	--cycle;
fill (1496.089966,1400.489990)..controls (1510.900024,1444.949951) and (1546.160034,1479.839966)..(1571.569946,1518.760010)
	..controls (1569.780029,1443.280029) and (1622.760010,1367.310059)..(1700.819946,1358.910034)
	..controls (1723.900024,1349.550049) and (1748.560059,1344.020020)..(1773.550049,1346.599976)
	..controls (1754.050049,1370.589966) and (1735.380005,1395.630005)..(1724.020020,1424.650024)
	..controls (1729.800049,1419.209961) and (1735.500000,1413.630005)..(1741.239990,1408.060059)
	..controls (1761.079956,1383.479980) and (1786.689941,1364.770020)..(1817.010010,1355.329956)
	..controls (1821.420044,1352.750000) and (1825.780029,1350.050049)..(1830.189941,1347.349976)
	..controls (1828.689941,1342.770020) and (1827.199951,1338.160034)..(1825.739990,1333.540039)
	..controls (1804.869995,1332.619995) and (1783.989990,1334.579956)..(1763.160034,1335.410034)
	..controls (1802.790039,1278.979980) and (1864.829956,1356.949951)..(1917.400024,1334.790039)
	..controls (1917.109985,1320.939941) and (1917.060059,1307.050049)..(1917.689941,1293.160034)
	..controls (1867.239990,1274.819946) and (1813.640015,1326.180054)..(1769.930054,1279.729980)
	..controls (1784.989990,1281.520020) and (1800.000000,1283.760010)..(1815.010010,1286.089966)
	..controls (1840.670044,1245.089966) and (1882.959961,1283.140015)..(1918.770020,1283.300049)
	..controls (1919.729980,1275.900024) and (1920.969971,1268.540039)..(1922.390015,1261.140015)
	..controls (1909.000000,1253.569946) and (1896.439941,1244.630005)..(1883.250000,1236.689941)
	..controls (1885.290039,1210.069946) and (1891.030029,1183.790039)..(1901.589966,1159.170044)
	..controls (1850.689941,1120.040039) and (1792.510010,1086.560059)..(1728.219971,1076.619995)
	..controls (1651.660034,1068.219971) and (1575.479980,1102.069946)..(1522.790039,1156.800049)
	..controls (1532.310059,1187.369995) and (1552.439941,1218.219971)..(1544.790039,1251.280029)
	..controls (1540.800049,1253.819946) and (1536.760010,1256.270020)..(1532.729980,1258.689941)
	..controls (1534.349976,1265.670044) and (1535.930054,1272.660034)..(1537.510010,1279.599976)
	..controls (1552.229980,1277.569946) and (1567.000000,1275.819946)..(1581.800049,1274.569946)
	..controls (1583.339966,1268.579956) and (1584.880005,1262.589966)..(1586.500000,1256.560059)
	..controls (1602.140015,1263.510010) and (1616.900024,1272.699951)..(1627.880005,1286.089966)
	..controls (1642.390015,1282.640015) and (1656.949951,1279.229980)..(1671.619995,1276.319946)
	..controls (1634.949951,1317.650024) and (1586.709961,1291.160034)..(1541.959961,1286.670044)
	..controls (1538.880005,1329.420044) and (1511.400024,1362.900024)..(1496.089966,1400.489990)
	--cycle;
fill (1266.869995,1106.900024)..controls (1316.650024,1172.729980) and (1343.310059,1252.449951)..(1388.880005,1320.229980)
	..controls (1387.219971,1279.849976) and (1361.150024,1245.290039)..(1354.160034,1207.199951)
	..controls (1385.520020,1163.000000) and (1434.380005,1124.199951)..(1490.599976,1120.910034)
	..controls (1486.729980,1110.719971) and (1483.660034,1100.290039)..(1481.040039,1089.640015)
	..controls (1424.400024,1105.359985) and (1372.500000,1141.619995)..(1340.099976,1190.900024)
	..controls (1306.209961,1120.199951) and (1259.339966,1055.040039)..(1204.660034,999.070007)
	..controls (1204.989990,1000.849976) and (1205.699951,1004.510010)..(1206.030029,1006.340027)
	..controls (1224.000000,1041.189941) and (1247.199951,1073.000000)..(1266.869995,1106.900024)
	--cycle;
fill (2060.449951,1280.479980)..controls (2066.439941,1280.430054) and (2072.429932,1280.390015)..(2078.459961,1280.349976)
	..controls (2095.090088,1207.449951) and (2134.850098,1143.329956)..(2170.360107,1078.540039)
	..controls (2197.389893,1023.929993) and (2231.199951,972.909973)..(2257.479980,918.012024)
	..controls (2258.979980,913.359009) and (2260.439941,908.698975)..(2261.850098,903.960999)
	..controls (2210.870117,972.987976) and (2166.909912,1047.390015)..(2123.949951,1121.699951)
	..controls (2110.479980,1142.369995) and (2105.409912,1179.839966)..(2074.340088,1179.209961)
	..controls (2018.199951,1179.920044) and (1969.959961,1145.359985)..(1932.819946,1106.359985)
	..controls (1929.709961,1110.430054) and (1926.670044,1114.469971)..(1923.680054,1118.500000)
	..controls (1923.140015,1120.199951) and (1921.969971,1123.609985)..(1921.390015,1125.319946)
	..controls (1961.020020,1173.810059) and (2022.280029,1203.630005)..(2085.149902,1202.589966)
	..controls (2073.629883,1227.410034) and (2066.020020,1253.739990)..(2060.449951,1280.479980)
	--cycle;
fill (3085.709961,618.179993)..controls (2980.830078,572.520020) and (2873.620117,531.479980)..(2769.280029,484.359009)
	..controls (2659.909912,488.769989) and (2550.120117,513.840027)..(2441.379883,530.890991)
	..controls (2395.260010,547.859009) and (2300.610107,525.320007)..(2303.600098,598.140991)
	..controls (2303.649902,601.168030) and (2303.810059,607.237976)..(2303.889893,610.281006)
	..controls (2304.770020,631.737976) and (2306.429932,658.020020)..(2328.100098,669.210999)
	..controls (2355.830078,680.229980) and (2384.159912,689.750000)..(2411.889893,700.809021)
	..controls (2515.070068,727.968994) and (2613.750000,802.531006)..(2724.159912,765.148010)
	..controls (2756.800049,758.820007) and (2789.989990,756.448975)..(2822.840088,751.551025)
	--(2826.459961,751.007996)..controls (2854.409912,746.559021) and (2882.439941,742.520020)..(2910.550049,739.359009)
	..controls (2912.250000,739.109009) and (2915.620117,738.698975)..(2917.280029,738.487976)
	..controls (2941.360107,735.448975) and (2965.320068,731.539001)..(2989.270020,727.840027)
	..controls (3019.959961,718.148010) and (3063.209961,729.129028)..(3083.669922,699.770020)
	..controls (3077.100098,696.570007) and (3070.570068,693.289001)..(3063.919922,690.289001)
	..controls (3045.989990,682.351990) and (3027.820068,675.070007)..(3009.560059,667.918030)
	..controls (2925.439941,637.229980) and (2845.469971,594.140991)..(2760.510010,566.909973)
	..controls (2635.370117,585.289001) and (2512.199951,618.101990)..(2387.479980,640.140991)
	..controls (2385.239990,640.640991) and (2380.739990,641.590027)..(2378.540039,642.090027)
	..controls (2326.270020,677.109009) and (2302.520020,574.101990)..(2357.209961,572.770020)
	..controls (2377.090088,569.820007) and (2396.919922,566.570007)..(2416.760010,563.120972)
	..controls (2485.870117,551.270020) and (2554.820068,537.090027)..(2623.939941,525.359009)
	..controls (2667.770020,517.879028) and (2711.639893,511.429993)..(2755.679932,507.148010)
	..controls (2864.469971,553.929993) and (2981.780029,589.609009)..(3083.590088,648.620972)
	..controls (3097.060059,638.479980) and (3105.629883,626.828003)..(3085.709961,618.179993)
	--cycle;
drawoptions (withcolor (0.996857,0.527001,0.393317));
fill (1382.060059,1695.790039)..controls (1383.479980,1696.869995) and (1386.260010,1699.040039)..(1387.680054,1700.079956)
	..controls (1388.930054,1647.140015) and (1334.030029,1616.949951)..(1324.760010,1566.670044)
	..controls (1326.459961,1615.069946) and (1350.709961,1660.069946)..(1382.060059,1695.790039)
	--cycle;
fill (1356.989990,1523.790039)..controls (1343.640015,1567.040039) and (1382.849976,1605.219971)..(1416.910034,1625.510010)
	..controls (1379.939941,1603.140015) and (1367.130005,1563.130005)..(1356.989990,1523.790039)
	--cycle;
fill (2071.800049,1613.739990)..controls (2102.120117,1596.030029) and (2151.110107,1549.660034)..(2121.790039,1517.390015)
	..controls (2119.250000,1555.900024) and (2097.209961,1586.589966)..(2071.800049,1613.739990)
	--cycle;
fill (1407.349976,1481.040039)..controls (1376.869995,1522.130005) and (1402.270020,1581.810059)..(1451.010010,1592.489990)
	..controls (1442.780029,1580.479980) and (1435.089966,1568.119995)..(1426.849976,1556.109985)
	..controls (1396.540039,1545.339966) and (1418.989990,1505.119995)..(1407.349976,1481.040039)
	--cycle;
fill (2047.930054,1578.400024)..controls (2079.000000,1557.599976) and (2098.419922,1523.380005)..(2100.330078,1485.989990)
	..controls (2095.379883,1484.160034) and (2090.479980,1482.290039)..(2085.610107,1480.380005)
	..controls (2084.860107,1505.079956) and (2077.830078,1530.280029)..(2058.830078,1547.290039)
	..controls (2054.379883,1557.349976) and (2051.139893,1567.880005)..(2047.930054,1578.400024)
	--cycle;
fill (1569.030029,1551.410034)..controls (1587.250000,1473.270020) and (1630.949951,1400.910034)..(1700.819946,1358.910034)
	..controls (1622.760010,1367.310059) and (1569.780029,1443.280029)..(1571.569946,1518.760010)
	..controls (1546.160034,1479.839966) and (1510.900024,1444.949951)..(1496.089966,1400.489990)
	..controls (1511.400024,1362.900024) and (1538.880005,1329.420044)..(1541.959961,1286.670044)
	..controls (1539.010010,1286.550049) and (1533.140015,1286.300049)..(1530.229980,1286.170044)
	..controls (1532.650024,1284.010010) and (1535.060059,1281.849976)..(1537.510010,1279.599976)
	..controls (1535.930054,1272.660034) and (1534.349976,1265.670044)..(1532.729980,1258.689941)
	..controls (1524.739990,1263.550049) and (1516.680054,1268.250000)..(1508.689941,1273.119995)
	..controls (1530.069946,1321.900024) and (1499.959961,1368.010010)..(1475.300049,1408.229980)
	..controls (1505.239990,1456.800049) and (1537.760010,1503.709961)..(1569.030029,1551.410034)
	--cycle;
fill (2042.069946,1508.989990)..controls (2050.889893,1496.140015) and (2052.840088,1480.380005)..(2054.590088,1465.239990)
	..controls (2048.770020,1464.530029) and (2042.989990,1463.790039)..(2037.250000,1463.000000)
	..controls (2038.790039,1478.339966) and (2040.160034,1493.729980)..(2042.069946,1508.989990)
	--cycle;
fill (1814.349976,1356.910034)..controls (1829.530029,1352.050049) and (1845.000000,1348.010010)..(1860.219971,1343.060059)
	..controls (1848.819946,1339.530029) and (1837.430054,1335.869995)..(1825.739990,1333.540039)
	..controls (1827.199951,1338.160034) and (1828.689941,1342.770020)..(1830.189941,1347.349976)
	..controls (1825.780029,1350.050049) and (1821.420044,1352.750000)..(1817.010010,1355.329956)
	--cycle;
fill (1917.400024,1334.790039)..controls (1928.040039,1334.040039) and (1938.729980,1333.579956)..(1949.459961,1334.079956)
	..controls (1938.729980,1313.910034) and (1932.989990,1291.250000)..(1937.030029,1268.369995)
	..controls (1931.989990,1266.250000) and (1927.040039,1263.969971)..(1922.390015,1261.140015)
	..controls (1920.969971,1268.540039) and (1919.729980,1275.900024)..(1918.770020,1283.300049)
	..controls (1918.310059,1286.589966) and (1917.939941,1289.869995)..(1917.689941,1293.160034)
	..controls (1917.060059,1307.050049) and (1917.109985,1320.939941)..(1917.400024,1334.790039)
	--cycle;
fill (1687.760010,1214.599976)..controls (1749.930054,1191.109985) and (1692.459961,1291.410034)..(1733.300049,1307.589966)
	..controls (1736.829956,1275.979980) and (1738.619995,1243.880005)..(1737.459961,1212.150024)
	..controls (1729.599976,1188.780029) and (1700.569946,1191.689941)..(1684.770020,1205.079956)
	..controls (1685.760010,1208.280029) and (1686.760010,1211.439941)..(1687.760010,1214.599976)
	--cycle;
fill (1679.859985,1144.199951)..controls (1699.109985,1144.160034) and (1718.329956,1144.160034)..(1737.579956,1144.199951)
	..controls (1737.160034,1137.209961) and (1736.790039,1130.189941)..(1736.500000,1123.119995)
	..controls (1716.540039,1126.400024) and (1696.329956,1127.650024)..(1676.119995,1127.650024)
	..controls (1677.609985,1133.140015) and (1678.859985,1138.670044)..(1679.859985,1144.199951)
	--cycle;
fill (776.823975,627.870972)..controls (757.031006,616.351990) and (742.101990,599.051025)..(726.296997,582.960999)
	..controls (576.007996,582.289001) and (425.382996,603.789001)..(274.925995,610.031006)
	..controls (276.757996,593.898010) and (269.394989,571.440979)..(280.789001,559.250000)
	..controls (428.542999,551.729980) and (576.546997,532.468994)..(724.176025,530.770020)
	..controls (779.026978,571.729980) and (822.151978,626.909973)..(873.098022,672.737976)
	..controls (892.809021,687.340027) and (888.773010,713.448975)..(889.023010,734.870972)
	..controls (853.551025,697.109009) and (810.301025,667.629028)..(776.823975,627.870972)
	--cycle;
fill (875.590027,765.601990)..controls (907.487976,761.190979) and (912.684021,728.629028)..(911.604980,701.809021)
	..controls (911.023010,685.257996) and (903.909973,669.539001)..(891.309021,658.690979)
	..controls (842.320007,613.520020) and (798.573975,562.909973)..(747.301025,520.289001)
	..controls (718.062988,495.250000) and (677.226990,511.679993)..(642.754028,509.640991)
	..controls (611.604980,514.257996) and (580.168030,516.129028)..(548.684021,515.590027)
	..controls (510.011993,517.500000) and (471.585999,522.370972)..(432.992004,524.987976)
	..controls (374.398010,535.918030) and (312.687988,522.237976)..(256.003998,539.090027)
	..controls (243.238007,577.218994) and (239.746002,629.909973)..(275.550995,657.270020)
	..controls (350.738007,644.007996) and (427.628998,588.487976)..(503.648010,625.750000)
	..controls (606.031006,659.479980) and (709.703003,689.250000)..(812.796997,720.690979)
	..controls (837.914001,728.051025) and (871.929993,733.750000)..(875.590027,765.601990)
	--cycle;
drawoptions (withcolor (0.284168,0.356102,0.611160));
fill (2166.250000,1471.229980)..controls (2168.280029,1476.339966) and (2170.449951,1481.380005)..(2172.570068,1486.410034)
	..controls (2221.600098,1464.780029) and (2277.360107,1477.550049)..(2327.100098,1459.050049)
	..controls (2341.159912,1446.359985) and (2353.379883,1431.770020)..(2364.360107,1416.339966)
	..controls (2367.149902,1406.859985) and (2369.969971,1397.369995)..(2372.389893,1387.729980)
	..controls (2374.469971,1364.349976) and (2372.760010,1340.859985)..(2368.689941,1317.780029)
	..controls (2362.280029,1286.050049) and (2356.330078,1254.150024)..(2348.560059,1222.709961)
	..controls (2340.199951,1185.910034) and (2332.959961,1148.819946)..(2322.899902,1112.390015)
	..controls (2309.719971,1185.540039) and (2297.409912,1259.229980)..(2274.449951,1330.050049)
	..controls (2254.909912,1389.099976) and (2201.879883,1440.540039)..(2137.550049,1443.369995)
	..controls (2140.879883,1452.270020) and (2143.870117,1461.290039)..(2146.199951,1470.479980)
	..controls (2152.860107,1470.859985) and (2159.510010,1471.109985)..(2166.250000,1471.229980)
	--cycle;
fill (1064.890015,1454.430054)..controls (1149.349976,1480.709961) and (1241.550049,1475.390015)..(1329.250000,1484.119995)
	..controls (1331.699951,1472.560059) and (1334.739990,1461.119995)..(1338.319946,1449.849976)
	..controls (1293.650024,1458.170044) and (1242.459961,1469.229980)..(1201.959961,1441.790039)
	..controls (1165.979980,1419.329956) and (1151.969971,1377.000000)..(1141.239990,1338.280029)
	..controls (1112.339966,1232.819946) and (1102.859985,1123.609985)..(1084.310059,1016.159973)
	..controls (1066.050049,1084.609985) and (1052.000000,1154.140015)..(1035.949951,1223.130005)
	..controls (1029.750000,1254.569946) and (1025.300049,1286.300049)..(1019.479980,1317.780029)
	..controls (1015.570007,1343.890015) and (1011.909973,1370.839966)..(1018.690002,1396.829956)
	..controls (1019.309998,1398.660034) and (1020.559998,1402.359985)..(1021.179993,1404.189941)
	..controls (1021.969971,1405.939941) and (1023.549988,1409.430054)..(1024.300049,1411.180054)
	..controls (1033.489990,1424.199951) and (1043.969971,1436.300049)..(1055.780029,1446.989990)
	..controls (1058.729980,1449.609985) and (1061.770020,1452.060059)..(1064.890015,1454.430054)
	--cycle;
fill (911.604980,701.809021)..controls (961.426025,703.390991) and (1011.239990,701.559021)..(1061.060059,703.309021)
	..controls (1070.880005,659.809021) and (1085.560059,609.570007)..(1129.180054,588.698975)
	..controls (1216.760010,552.809021) and (1318.060059,617.601990)..(1348.300049,702.140991)
	..controls (1370.170044,703.020020) and (1392.130005,703.559021)..(1414.040039,703.309021)
	..controls (1598.229980,703.468994) and (1782.410034,702.968994)..(1966.589966,703.559021)
	..controls (1989.760010,703.890991) and (2012.880005,703.059021)..(2036.040039,702.020020)
	..controls (2045.400024,683.301025) and (2055.540039,664.968994)..(2065.729980,646.629028)
	..controls (2060.530029,647.539001) and (2055.419922,648.409973)..(2050.300049,649.289001)
	..controls (1956.609985,672.120972) and (1858.469971,669.418030)..(1763.609985,655.898010)
	..controls (1726.270020,648.539001) and (1687.430054,642.429993)..(1649.750000,651.031006)
	..controls (1550.979980,667.168030) and (1448.729980,673.159973)..(1350.540039,649.909973)
	..controls (1343.800049,648.828003) and (1337.030029,648.000000)..(1330.290039,647.168030)
	..controls (1306.709961,582.460999) and (1300.969971,512.101990)..(1272.109985,449.300995)
	..controls (1227.359985,457.738007) and (1172.469971,498.000000)..(1132.630005,458.949005)
	..controls (1076.369995,413.539001) and (1019.640015,368.710999)..(961.840027,325.250000)
	..controls (655.395020,333.820007) and (348.035004,327.160004)..(41.214802,328.621002)
	..controls (111.660004,399.898010) and (183.147995,470.339996)..(256.003998,539.090027)
	..controls (312.687988,522.237976) and (374.398010,535.918030)..(432.992004,524.987976)
	..controls (357.222992,512.429993) and (286.363007,479.871002)..(211.757996,462.109009)
	..controls (409.332001,423.558990) and (605.742004,377.441010)..(803.854980,341.968994)
	..controls (895.301025,372.988007) and (978.223022,430.089996)..(1068.170044,467.679993)
	..controls (961.301025,485.808990) and (854.257996,502.820007)..(747.301025,520.289001)
	..controls (798.573975,562.909973) and (842.320007,613.520020)..(891.309021,658.690979)
	..controls (903.909973,669.539001) and (911.023010,685.257996)..(911.604980,701.809021)
	--cycle;
fill (2332.550049,702.968994)..controls (2359.000000,705.140991) and (2385.489990,702.968994)..(2411.889893,700.809021)
	..controls (2384.159912,689.750000) and (2355.840088,680.229980)..(2328.100098,669.210999)
	..controls (2329.590088,680.479980) and (2331.129883,691.750000)..(2332.550049,702.968994)
	--cycle;
fill (3339.010010,329.160004)..controls (3051.270020,325.960999) and (2762.750000,335.230011)..(2475.560059,324.460999)
	..controls (2406.449951,371.539001) and (2339.699951,423.191010)..(2268.300049,466.191010)
	..controls (2217.439941,463.941010) and (2169.820068,438.449005)..(2120.000000,427.890991)
	..controls (2108.360107,493.550995) and (2092.889893,558.418030)..(2078.709961,623.551025)
	..controls (2134.889893,564.078003) and (2237.320068,543.409973)..(2303.600098,598.140991)
	..controls (2300.610107,525.320007) and (2395.260010,547.859009)..(2441.379883,530.890991)
	..controls (2397.459961,507.480011) and (2389.850098,440.980011)..(2417.550049,405.007996)
	..controls (2570.500000,378.980011) and (2726.110107,365.800995)..(2880.979980,352.910004)
	..controls (2914.870117,350.738007) and (2957.620117,330.699005)..(2983.699951,362.679993)
	..controls (3032.139893,419.281006) and (3080.219971,476.289001)..(3128.750000,532.890991)
	..controls (3196.949951,463.031006) and (3270.469971,398.480011)..(3339.010010,329.160004)
	--cycle;
fill (1963.219971,387.339996)..controls (1925.709961,374.609009) and (1887.209961,365.339996)..(1849.280029,353.949005)
	..controls (1856.930054,345.960999) and (1864.329956,337.730011)..(1872.109985,329.781006)
	..controls (1772.890015,328.578003) and (1673.619995,328.699005)..(1574.400024,329.699005)
	..controls (1584.500000,339.769989) and (1594.520020,349.949005)..(1604.709961,359.929993)
	..controls (1535.810059,375.609009) and (1468.400024,397.320007)..(1400.150024,415.621002)
	..controls (1453.420044,421.558990) and (1507.069946,418.988007)..(1560.550049,418.988007)
	..controls (1721.030029,414.238007) and (1881.380005,424.101990)..(2042.280029,407.839996)
	..controls (2015.750000,401.769989) and (1989.800049,393.289001)..(1963.219971,387.339996)
	--cycle;
drawoptions (withcolor (0.975647,0.430427,0.276127));
fill (1201.959961,1441.790039)..controls (1242.459961,1469.229980) and (1293.650024,1458.170044)..(1338.319946,1449.849976)
	..controls (1352.250000,1404.569946) and (1376.079956,1362.030029)..(1409.390015,1328.170044)
	..controls (1403.229980,1326.719971) and (1397.079956,1325.260010)..(1390.880005,1324.140015)
	..controls (1344.349976,1331.630005) and (1301.300049,1314.619995)..(1257.140015,1304.680054)
	..controls (1216.800049,1307.589966) and (1182.199951,1335.119995)..(1141.239990,1338.280029)
	..controls (1151.969971,1377.000000) and (1165.979980,1419.329956)..(1201.959961,1441.790039)
	--cycle;
fill (2137.550049,1443.369995)..controls (2201.879883,1440.540039) and (2254.909912,1389.099976)..(2274.449951,1330.050049)
	..controls (2297.409912,1259.229980) and (2309.719971,1185.540039)..(2322.899902,1112.390015)
	..controls (2343.229980,977.148010) and (2346.850098,839.000000)..(2332.550049,702.968994)
	..controls (2331.129883,691.750000) and (2329.590088,680.479980)..(2328.100098,669.210999)
	..controls (2306.429932,658.020020) and (2304.770020,631.737976)..(2303.889893,610.281006)
	..controls (2253.489990,574.809021) and (2183.590088,568.031006)..(2132.100098,605.250000)
	..controls (2064.530029,649.000000) and (2030.300049,726.140991)..(1998.949951,797.168030)
	..controls (1956.109985,898.718994) and (1916.069946,1006.380005)..(1923.680054,1118.500000)
	..controls (1926.670044,1114.469971) and (1929.709961,1110.430054)..(1932.819946,1106.359985)
	..controls (1969.959961,1145.359985) and (2018.199951,1179.920044)..(2074.340088,1179.209961)
	..controls (2105.409912,1179.839966) and (2110.479980,1142.369995)..(2123.949951,1121.699951)
	..controls (2166.909912,1047.390015) and (2210.870117,972.987976)..(2261.850098,903.960999)
	..controls (2260.439941,908.698975) and (2258.979980,913.359009)..(2257.479980,918.012024)
	..controls (2267.169922,926.078003) and (2276.659912,934.398010)..(2286.300049,942.512024)
	..controls (2246.629883,987.012024) and (2210.370117,1034.369995)..(2170.360107,1078.540039)
	..controls (2134.850098,1143.329956) and (2095.090088,1207.449951)..(2078.459961,1280.349976)
	..controls (2072.429932,1280.390015) and (2066.439941,1280.430054)..(2060.449951,1280.479980)
	..controls (2066.020020,1253.739990) and (2073.629883,1227.410034)..(2085.149902,1202.589966)
	..controls (2022.280029,1203.630005) and (1961.020020,1173.810059)..(1921.390015,1125.319946)
	..controls (1913.199951,1161.040039) and (1891.030029,1198.719971)..(1902.550049,1235.310059)
	..controls (1945.550049,1272.989990) and (2004.479980,1292.079956)..(2061.239990,1295.030029)
	..controls (2060.989990,1299.900024) and (2060.739990,1304.760010)..(2060.530029,1309.589966)
	..controls (2056.040039,1308.630005) and (2051.639893,1307.589966)..(2047.229980,1306.469971)
	..controls (2083.370117,1347.510010) and (2117.919922,1391.719971)..(2137.550049,1443.369995)
	--cycle;
fill (1741.239990,1408.060059)..controls (1763.900024,1388.770020) and (1789.150024,1372.670044)..(1814.349976,1356.910034)
	--(1817.010010,1355.329956)..controls (1786.689941,1364.770020) and (1761.079956,1383.479980)..(1741.239990,1408.060059)
	--cycle;
fill (2487.290039,412.750000)..controls (2499.010010,413.371002) and (2510.780029,413.289001)..(2522.550049,412.750000)
	..controls (2510.780029,412.250000) and (2499.010010,412.250000)..(2487.290039,412.750000)
	--cycle;
fill (3163.760010,594.101990)..controls (3089.820068,530.559021) and (3034.600098,445.808990)..(2965.610107,376.648010)
	..controls (2931.760010,364.757996) and (2895.199951,378.359009)..(2860.479980,380.230011)
	..controls (2722.290039,392.699005) and (2584.350098,408.960999)..(2446.199951,420.691010)
	..controls (2415.340088,424.429993) and (2410.850098,492.679993)..(2447.610107,485.558990)
	..controls (2565.590088,474.710999) and (2683.030029,455.039001)..(2801.340088,449.929993)
	..controls (2802.010010,448.429993) and (2803.300049,445.390991)..(2803.959961,443.898010)
	..controls (2866.550049,449.007996) and (2950.969971,405.550995)..(2995.090088,468.101990)
	..controls (3049.530029,531.640991) and (3108.659912,591.770020)..(3160.439941,657.270020)
	..controls (3155.780029,692.659973) and (3101.050049,673.820007)..(3075.020020,678.190979)
	..controls (3075.810059,670.120972) and (3076.719971,662.051025)..(3077.889893,653.987976)
	..controls (3079.340088,652.659973) and (3082.169922,649.948975)..(3083.590088,648.620972)
	..controls (3097.060059,638.479980) and (3105.629883,626.828003)..(3085.709961,618.179993)
	..controls (2980.830078,572.520020) and (2873.620117,531.479980)..(2769.280029,484.359009)
	..controls (2659.909912,488.769989) and (2550.120117,513.840027)..(2441.379883,530.890991)
	..controls (2397.459961,507.480011) and (2389.850098,440.980011)..(2417.550049,405.007996)
	..controls (2570.500000,378.980011) and (2726.110107,365.800995)..(2880.979980,352.910004)
	..controls (2914.870117,350.738007) and (2957.620117,330.699005)..(2983.699951,362.679993)
	..controls (3032.139893,419.281006) and (3080.219971,476.289001)..(3128.750000,532.890991)
	..controls (3140.270020,552.479980) and (3172.540039,568.648010)..(3163.760010,594.101990)
	--cycle;
fill (2522.550049,412.750000)..controls (2510.780029,412.250000) and (2499.010010,412.250000)..(2487.290039,412.750000)
	..controls (2499.010010,413.371002) and (2510.780029,413.289001)..(2522.550049,412.750000)
	--cycle;
fill (1266.869995,1106.900024)--(1268.619995,1109.770020)..controls (1213.810059,1064.520020) and (1176.750000,1000.650024)..(1133.089966,944.840027)
	..controls (1121.989990,933.148010) and (1110.800049,895.770020)..(1137.959961,901.460999)
	..controls (1165.979980,932.148010) and (1181.540039,972.620972)..(1206.030029,1006.340027)
	..controls (1205.699951,1004.510010) and (1204.989990,1000.849976)..(1204.660034,999.070007)
	..controls (1259.339966,1055.040039) and (1306.209961,1120.199951)..(1340.099976,1190.900024)
	..controls (1372.500000,1141.619995) and (1424.400024,1105.359985)..(1481.040039,1089.640015)
	..controls (1483.660034,1100.290039) and (1486.729980,1110.719971)..(1490.599976,1120.910034)
	..controls (1434.380005,1124.199951) and (1385.520020,1163.000000)..(1354.160034,1207.199951)
	..controls (1361.150024,1245.290039) and (1387.219971,1279.849976)..(1388.880005,1320.229980)
	..controls (1343.310059,1252.449951) and (1316.650024,1172.729980)..(1266.869995,1106.900024)
	--cycle;
fill (1084.310059,1016.159973)..controls (1102.859985,1123.609985) and (1112.339966,1232.819946)..(1141.239990,1338.280029)
	..controls (1182.199951,1335.119995) and (1216.800049,1307.589966)..(1257.140015,1304.680054)
	..controls (1301.300049,1314.619995) and (1344.349976,1331.630005)..(1390.880005,1324.140015)
	..controls (1436.209961,1290.079956) and (1487.479980,1264.420044)..(1536.180054,1235.310059)
	..controls (1538.969971,1240.680054) and (1541.839966,1246.040039)..(1544.790039,1251.280029)
	..controls (1552.439941,1218.219971) and (1532.310059,1187.369995)..(1522.790039,1156.800049)
	..controls (1467.060059,1035.329956) and (1435.000000,904.620972)..(1376.910034,783.979980)
	..controls (1340.729980,700.940979) and (1284.250000,597.059021)..(1181.119995,595.390991)
	..controls (1099.030029,600.301025) and (1073.209961,690.918030)..(1059.030029,757.578003)
	..controls (1056.780029,844.487976) and (1070.589966,930.620972)..(1084.310059,1016.159973)
	--cycle;
fill (1535.640015,1012.250000)..controls (1604.420044,1029.459961) and (1676.910034,1031.380005)..(1747.310059,1040.859985)
	..controls (1810.560059,1052.250000) and (1875.189941,1016.530029)..(1894.030029,954.237976)
	..controls (1925.920044,873.190979) and (1948.459961,788.679993)..(1966.589966,703.559021)
	..controls (1782.410034,702.968994) and (1598.229980,703.468994)..(1414.040039,703.309021)
	..controls (1466.319946,801.198975) and (1500.079956,908.159973)..(1535.640015,1012.250000)
	--cycle;
drawoptions (withcolor (0.893966,0.262330,0.249985));
fill (1390.880005,1324.140015)..controls (1397.079956,1325.260010) and (1403.229980,1326.719971)..(1409.390015,1328.170044)
	..controls (1441.489990,1308.089966) and (1476.920044,1293.869995)..(1508.689941,1273.119995)
	..controls (1516.680054,1268.250000) and (1524.739990,1263.550049)..(1532.729980,1258.689941)
	..controls (1536.760010,1256.270020) and (1540.800049,1253.819946)..(1544.790039,1251.280029)
	..controls (1541.839966,1246.040039) and (1538.969971,1240.680054)..(1536.180054,1235.310059)
	..controls (1487.479980,1264.420044) and (1436.209961,1290.079956)..(1390.880005,1324.140015)
	--cycle;
fill (1937.030029,1268.369995)..controls (1972.959961,1283.219971) and (2009.880005,1295.699951)..(2047.229980,1306.469971)
	..controls (2051.639893,1307.589966) and (2056.040039,1308.630005)..(2060.530029,1309.589966)
	..controls (2060.739990,1304.760010) and (2060.989990,1299.900024)..(2061.239990,1295.030029)
	..controls (2004.479980,1292.079956) and (1945.550049,1272.989990)..(1902.550049,1235.310059)
	..controls (1891.030029,1198.719971) and (1913.199951,1161.040039)..(1921.390015,1125.319946)
	..controls (1921.969971,1123.609985) and (1923.140015,1120.199951)..(1923.680054,1118.500000)
	..controls (1916.069946,1006.380005) and (1956.109985,898.718994)..(1998.949951,797.168030)
	..controls (2030.300049,726.140991) and (2064.530029,649.000000)..(2132.100098,605.250000)
	..controls (2183.590088,568.031006) and (2253.489990,574.809021)..(2303.889893,610.281006)
	..controls (2303.810059,607.237976) and (2303.649902,601.168030)..(2303.600098,598.140991)
	..controls (2237.320068,543.409973) and (2134.889893,564.078003)..(2078.709961,623.551025)
	..controls (2074.469971,631.320007) and (2069.969971,638.929993)..(2065.729980,646.629028)
	..controls (2055.540039,664.968994) and (2045.400024,683.301025)..(2036.040039,702.020020)
	..controls (2012.880005,703.059021) and (1989.760010,703.890991)..(1966.589966,703.559021)
	..controls (1948.459961,788.679993) and (1925.920044,873.190979)..(1894.030029,954.237976)
	..controls (1875.189941,1016.530029) and (1810.560059,1052.250000)..(1747.310059,1040.859985)
	..controls (1676.910034,1031.380005) and (1604.420044,1029.459961)..(1535.640015,1012.250000)
	..controls (1500.079956,908.159973) and (1466.319946,801.198975)..(1414.040039,703.309021)
	..controls (1392.130005,703.559021) and (1370.170044,703.020020)..(1348.300049,702.140991)
	..controls (1318.060059,617.601990) and (1216.760010,552.809021)..(1129.180054,588.698975)
	..controls (1085.560059,609.570007) and (1070.880005,659.809021)..(1061.060059,703.309021)
	..controls (1058.729980,721.309021) and (1059.319946,739.487976)..(1059.030029,757.578003)
	..controls (1073.209961,690.918030) and (1099.030029,600.301025)..(1181.119995,595.390991)
	..controls (1284.250000,597.059021) and (1340.729980,700.940979)..(1376.910034,783.979980)
	..controls (1435.000000,904.620972) and (1467.060059,1035.329956)..(1522.790039,1156.800049)
	..controls (1575.479980,1102.069946) and (1651.660034,1068.219971)..(1728.219971,1076.619995)
	..controls (1792.510010,1086.560059) and (1850.689941,1120.040039)..(1901.589966,1159.170044)
	..controls (1891.030029,1183.790039) and (1885.290039,1210.069946)..(1883.250000,1236.689941)
	..controls (1896.439941,1244.630005) and (1909.000000,1253.569946)..(1922.390015,1261.140015)
	..controls (1927.040039,1263.969971) and (1931.989990,1266.250000)..(1937.030029,1268.369995)
	--cycle;
fill (1133.089966,944.840027)..controls (1176.750000,1000.650024) and (1213.810059,1064.520020)..(1268.619995,1109.770020)
	--(1266.869995,1106.900024)..controls (1247.199951,1073.000000) and (1224.000000,1041.189941)..(1206.030029,1006.340027)
	..controls (1181.540039,972.620972) and (1165.979980,932.148010)..(1137.959961,901.460999)
	..controls (1110.800049,895.770020) and (1121.989990,933.148010)..(1133.089966,944.840027)
	--cycle;
fill (2170.360107,1078.540039)..controls (2210.370117,1034.369995) and (2246.629883,987.012024)..(2286.300049,942.512024)
	..controls (2276.659912,934.398010) and (2267.169922,926.078003)..(2257.479980,918.012024)
	..controls (2231.199951,972.909973) and (2197.389893,1023.929993)..(2170.360107,1078.540039)
	--cycle;
drawoptions (withcolor (0.569840,0.176077,0.129107));
fill (1645.630005,1144.619995)..controls (1664.349976,1190.150024) and (1751.260010,1197.510010)..(1764.530029,1144.699951)
	..controls (1755.540039,1144.489990) and (1746.560059,1144.280029)..(1737.579956,1144.199951)
	..controls (1718.329956,1144.160034) and (1699.109985,1144.160034)..(1679.859985,1144.199951)
	..controls (1668.420044,1144.239990) and (1657.030029,1144.489990)..(1645.630005,1144.619995)
	--cycle;
drawoptions (withcolor (0.842557,0.872251,0.895903));
fill (501.320007,699.809021)..controls (584.737976,730.590027) and (670.448975,757.870972)..(756.656006,780.198975)
	..controls (672.570007,750.918030) and (587.651978,721.690979)..(501.320007,699.809021)
	--cycle;
fill (102.555000,775.129028)..controls (143.559006,762.781006) and (186.391006,755.168030)..(225.479996,737.281006)
	..controls (183.479996,745.179993) and (140.229996,754.289001)..(102.555000,775.129028)
	--cycle;
fill (709.245972,745.309021)..controls (735.156006,757.789001) and (762.851990,765.690979)..(791.129028,770.840027)
	..controls (765.679993,757.198975) and (737.859009,748.801025)..(709.245972,745.309021)
	--cycle;
fill (435.445007,645.250000)..controls (565.776978,690.539001) and (698.434021,731.879028)..(831.718994,767.520020)
	..controls (700.890991,723.601990) and (567.854980,684.640991)..(435.445007,645.250000)
	--cycle;
fill (107.128998,754.828003)..controls (146.011993,746.429993) and (185.184006,737.237976)..(221.988007,721.809021)
	..controls (183.270004,730.960999) and (143.641006,738.487976)..(107.128998,754.828003)
	--cycle;
fill (107.167999,742.320007)..controls (181.272995,723.851990) and (256.546997,707.379028)..(328.613007,682.270020)
	..controls (253.718994,696.820007) and (179.320007,717.609009)..(107.167999,742.320007)
	--cycle;
fill (482.066010,673.031006)..controls (555.840027,699.809021) and (631.065979,723.601990)..(707.085999,742.859009)
	..controls (634.145020,714.409973) and (557.960999,692.198975)..(482.066010,673.031006)
	--cycle;
fill (247.520004,728.629028)..controls (270.433990,726.101990) and (292.351990,718.781006)..(312.937988,708.551025)
	..controls (289.937988,710.828003) and (267.441010,716.620972)..(247.520004,728.629028)
	--cycle;
fill (776.823975,627.870972)..controls (812.921997,653.570007) and (838.578003,695.281006)..(884.281006,705.679993)
	..controls (853.965027,654.898010) and (803.648010,620.879028)..(763.476990,578.507996)
	..controls (723.887024,532.851990) and (656.765991,537.007996)..(602.120972,541.500000)
	..controls (500.695007,548.031006) and (399.515991,558.301025)..(298.089996,564.620972)
	..controls (298.171997,567.159973) and (298.339996,572.229980)..(298.421997,574.770020)
	..controls (424.218994,568.820007) and (549.184021,549.520020)..(675.229980,548.648010)
	..controls (674.523010,552.640991) and (673.815979,556.629028)..(673.109009,560.590027)
	..controls (691.031006,561.789001) and (708.914001,563.289001)..(726.840027,564.370972)
	..controls (721.515991,568.031006) and (715.901978,571.070007)..(709.995972,573.520020)
	..controls (715.359009,576.801025) and (720.851990,579.879028)..(726.296997,582.960999)
	..controls (742.101990,599.051025) and (757.031006,616.351990)..(776.823975,627.870972)
	--cycle;
fill (409.996002,681.479980)..controls (426.921997,685.218994) and (444.097992,687.460999)..(461.398010,688.168030)
	..controls (445.179993,680.929993) and (427.589996,676.898010)..(409.996002,681.479980)
	--cycle;
fill (405.089996,660.390991)..controls (428.878998,659.020020) and (452.332001,663.840027)..(474.871002,671.039001)
	..controls (453.953003,659.101990) and (428.292999,646.750000)..(405.089996,660.390991)
	--cycle;
fill (298.464996,607.698975)..controls (353.355011,598.551025) and (410.621002,602.460999)..(464.058990,587.120972)
	..controls (408.832001,578.551025) and (353.316010,590.359009)..(298.089996,593.601990)
	..controls (298.171997,597.140991) and (298.382996,604.168030)..(298.464996,607.698975)
	--cycle;
fill (407.503998,580.668030)..controls (474.496002,581.460999) and (544.070007,581.129028)..(609.648010,567.031006)
	..controls (542.781006,553.718994) and (471.460999,566.120972)..(407.503998,580.668030)
	--cycle;
fill (602.039001,575.351990)..controls (627.448975,577.640991) and (663.129028,589.109009)..(681.093994,564.987976)
	..controls (654.437988,565.698975) and (623.706970,564.039001)..(602.039001,575.351990)
	--cycle;
drawoptions (withcolor (0.177809,0.204494,0.349342));
fill (1769.979980,591.898010)..controls (1856.020020,594.440979) and (1942.140015,592.229980)..(2028.260010,593.148010)
	--(2028.180054,590.609009)..controls (1942.099976,591.359009) and (1855.969971,589.031006)..(1769.979980,591.898010)
	--cycle;
fill (1395.699951,587.909973)..controls (1476.839966,588.909973) and (1558.260010,593.148010)..(1639.310059,588.359009)
	..controls (1558.140015,586.909973) and (1476.839966,585.120972)..(1395.699951,587.909973)
	--cycle;
fill (1382.939941,553.770020)..controls (1472.430054,553.968994) and (1562.300049,558.629028)..(1651.709961,554.468994)
	..controls (1562.170044,552.351990) and (1472.349976,549.020020)..(1382.939941,553.770020)
	--cycle;
fill (1772.010010,534.718994)..controls (1860.719971,533.507996) and (1949.500000,535.718994)..(2038.239990,533.718994)
	..controls (1949.500000,530.559021) and (1860.630005,533.468994)..(1771.890015,532.309021)
	--cycle;
fill (1364.560059,517.539001)..controls (1456.750000,516.750000) and (1548.949951,517.090027)..(1641.140015,517.590027)
	..controls (1641.099976,516.340027) and (1641.060059,513.801025)..(1641.020020,512.551025)
	..controls (1548.910034,513.507996) and (1456.790039,512.718994)..(1364.680054,512.351990)
	..controls (1364.640015,513.640991) and (1364.599976,516.250000)..(1364.560059,517.539001)
	--cycle;
fill (548.684021,515.590027)..controls (580.168030,516.129028) and (611.604980,514.257996)..(642.754028,509.640991)
	..controls (755.617004,490.140991) and (869.645020,476.871002)..(981.882996,453.750000)
	..controls (837.414001,472.300995) and (693.984009,501.488007)..(548.684021,515.590027)
	--cycle;
fill (1770.099976,504.488007)..controls (1859.510010,506.148010) and (1949.040039,506.191010)..(2038.449951,504.488007)
	..controls (1949.079956,502.160004) and (1859.469971,502.238007)..(1770.099976,504.488007)
	--cycle;
fill (488.550995,499.988007)..controls (577.090027,486.269989) and (665.914001,470.179993)..(753.370972,450.417999)
	..controls (664.875000,465.101990) and (575.590027,478.660004)..(488.550995,499.988007)
	--cycle;
fill (1343.849976,488.351990)..controls (1442.900024,487.980011) and (1542.040039,487.851990)..(1641.140015,488.558990)
	..controls (1641.099976,487.269989) and (1641.099976,484.691010)..(1641.099976,483.398010)
	..controls (1542.000000,484.031006) and (1442.939941,483.898010)..(1343.849976,483.281006)
	..controls (1343.849976,484.570007) and (1343.849976,487.101990)..(1343.849976,488.351990)
	--cycle;
fill (418.812988,480.570007)..controls (443.390991,478.871002) and (467.511993,473.589996)..(490.964996,466.140991)
	..controls (466.343994,467.468994) and (442.101990,472.550995)..(418.812988,480.570007)
	--cycle;
fill (368.035004,462.570007)..controls (438.273010,450.179993) and (509.136993,438.320007)..(578.004028,419.941010)
	..controls (507.597992,430.917999) and (436.613007,443.691010)..(368.035004,462.570007)
	--cycle;
fill (509.343994,462.441010)..controls (539.909973,461.031006) and (569.976990,454.250000)..(599.171997,445.351990)
	..controls (568.645020,447.757996) and (538.620972,453.878998)..(509.343994,462.441010)
	--cycle;
fill (763.434021,450.218994)..controls (818.284973,442.441010) and (873.179993,433.128998)..(927.156006,420.519989)
	..controls (872.348022,428.300995) and (816.370972,435.078003)..(763.434021,450.218994)
	--cycle;
fill (614.515991,442.519989)..controls (670.823975,435.949005) and (726.421997,423.851990)..(781.729980,411.789001)
	..controls (725.426025,417.820007) and (669.531006,429.300995)..(614.515991,442.519989)
	--cycle;
fill (588.398010,417.031006)..controls (661.551025,410.878998) and (732.367004,388.339996)..(805.270020,379.269989)
	..controls (805.062988,377.941010) and (804.645020,375.238007)..(804.437988,373.871002)
	..controls (732.453003,388.128998) and (659.554993,400.519989)..(588.398010,417.031006)
	--cycle;
fill (1142.400024,418.199005)..controls (1178.670044,412.371002) and (1214.510010,402.640991)..(1248.239990,388.050995)
	..controls (1212.349976,395.609009) and (1176.880005,405.679993)..(1142.400024,418.199005)
	--cycle;
fill (2120.000000,366.128998)..controls (2171.780029,387.167999) and (2225.750000,403.468994)..(2279.979980,416.949005)
	..controls (2229.040039,393.988007) and (2174.310059,379.019989)..(2120.000000,366.128998)
	--cycle;
fill (803.479980,410.000000)..controls (828.226990,405.507996) and (853.176025,401.640991)..(877.504028,395.031006)
	..controls (852.637024,397.148010) and (827.976990,401.441010)..(803.354980,405.390991)
	..controls (803.354980,406.550995) and (803.437988,408.878998)..(803.479980,410.000000)
	--cycle;
fill (1104.270020,396.398010)..controls (1176.130005,379.308990) and (1248.160034,360.429993)..(1318.400024,337.269989)
	..controls (1246.290039,353.410004) and (1174.050049,372.289001)..(1104.270020,396.398010)
	--cycle;
fill (2257.479980,377.820007)..controls (2274.830078,387.300995) and (2293.659912,393.660004)..(2313.209961,396.738007)
	..controls (2296.449951,386.007996) and (2277.239990,379.898010)..(2257.479980,377.820007)
	--cycle;
fill (1254.310059,388.210999)..controls (1288.699951,380.230011) and (1323.589966,372.531006)..(1356.109985,358.441010)
	..controls (1321.270020,364.718994) and (1286.670044,373.738007)..(1254.310059,388.210999)
	--cycle;
fill (2218.520020,334.281006)..controls (2260.520020,352.570007) and (2304.310059,368.328003)..(2349.389893,377.109009)
	..controls (2307.219971,359.140991) and (2263.429932,343.718994)..(2218.520020,334.281006)
	--cycle;
fill (1067.760010,373.160004)..controls (1104.310059,368.539001) and (1139.660034,356.480011)..(1173.469971,342.257996)
	..controls (1137.500000,349.500000) and (1102.109985,360.269989)..(1067.760010,373.160004)
	--cycle;
fill (2185.500000,354.691010)..controls (2202.879883,364.089996) and (2221.800049,370.539001)..(2241.560059,372.578003)
	..controls (2223.879883,363.757996) and (2205.129883,357.191010)..(2185.500000,354.691010)
	--cycle;
fill (1949.290039,312.109009)..controls (1998.199951,332.109009) and (2049.810059,345.589996)..(2100.830078,359.191010)
	..controls (2051.760010,340.101990) and (2001.030029,322.589996)..(1949.290039,312.109009)
	--cycle;
fill (2307.510010,336.269989)..controls (2328.929932,346.917999) and (2351.510010,355.230011)..(2375.129883,359.308990)
	..controls (2354.090088,347.539001) and (2331.260010,340.140991)..(2307.510010,336.269989)
	--cycle;
fill (1033.619995,354.859009)..controls (1114.130005,334.570007) and (1194.890015,312.320007)..(1272.689941,283.289001)
	..controls (1192.810059,306.000000) and (1111.880005,327.250000)..(1033.619995,354.859009)
	--cycle;
fill (1370.500000,355.148010)..controls (1422.280029,345.839996) and (1473.589966,331.359009)..(1522.869995,313.148010)
	..controls (1471.469971,324.300995) and (1419.910034,337.480011)..(1370.500000,355.148010)
	--cycle;
fill (2028.349976,303.789001)..controls (2073.800049,322.128998) and (2120.629883,338.179993)..(2168.199951,350.039001)
	..controls (2122.709961,331.859009) and (2076.090088,315.101990)..(2028.349976,303.789001)
	--cycle;
fill (2352.010010,317.058990)..controls (2371.100098,327.289001) and (2391.429932,334.769989)..(2412.929932,337.941010)
	..controls (2394.179932,327.000000) and (2373.719971,319.468994)..(2352.010010,317.058990)
	--cycle;
fill (1014.650024,335.269989)..controls (1148.479980,290.570007) and (1284.959961,253.520004)..(1418.369995,208.229996)
	..controls (1283.420044,241.960999) and (1151.839966,290.238007)..(1017.650024,327.578003)
	..controls (1016.900024,329.488007) and (1015.400024,333.359009)..(1014.650024,335.269989)
	--cycle;
fill (1333.030029,333.609009)..controls (1376.530029,325.378998) and (1419.739990,313.359009)..(1460.949951,297.179993)
	..controls (1417.989990,307.871002) and (1373.949951,316.769989)..(1333.030029,333.609009)
	--cycle;
fill (1208.859985,330.488007)..controls (1223.660034,331.121002) and (1237.839966,327.039001)..(1249.199951,317.308990)
	..controls (1235.020020,319.140991) and (1221.459961,323.878998)..(1208.859985,330.488007)
	--cycle;
fill (2131.360107,275.929993)..controls (2179.679932,298.300995) and (2231.290039,314.480011)..(2283.100098,326.917999)
	..controls (2233.780029,306.750000) and (2182.669922,290.191010)..(2131.360107,275.929993)
	--cycle;
fill (1258.140015,317.140991)..controls (1327.130005,299.468994) and (1396.290039,280.628998)..(1463.949951,258.460999)
	..controls (1394.660034,274.718994) and (1324.719971,292.109009)..(1258.140015,317.140991)
	--cycle;
fill (2415.179932,303.378998)..controls (2426.110107,308.578003) and (2437.760010,312.191010)..(2449.689941,314.398010)
	..controls (2439.129883,308.160004) and (2427.360107,304.500000)..(2415.179932,303.378998)
	--cycle;
fill (1986.969971,257.589996)..controls (2038.079956,277.007996) and (2090.270020,294.558990)..(2143.000000,308.871002)
	..controls (2093.100098,286.699005) and (2040.280029,269.691010)..(1986.969971,257.589996)
	--cycle;
fill (2265.300049,287.121002)..controls (2286.590088,298.140991) and (2309.429932,305.750000)..(2332.959961,310.238007)
	..controls (2311.709961,299.179993) and (2288.969971,291.148010)..(2265.300049,287.121002)
	--cycle;
fill (1958.150024,282.667999)..controls (1974.619995,291.230011) and (1992.250000,297.308990)..(2010.589966,300.128998)
	..controls (1994.829956,289.949005) and (1976.859985,284.078003)..(1958.150024,282.667999)
	--cycle;
fill (2310.379883,267.570007)..controls (2337.330078,281.500000) and (2366.520020,289.820007)..(2395.800049,297.218994)
	..controls (2368.389893,284.578003) and (2339.620117,275.058990)..(2310.379883,267.570007)
	--cycle;
fill (1471.020020,293.480011)..controls (1483.869995,294.269989) and (1495.930054,290.941010)..(1506.569946,283.828003)
	..controls (1494.430054,285.949005) and (1482.489990,289.031006)..(1471.020020,293.480011)
	--cycle;
fill (2165.620117,254.059006)..controls (2193.689941,268.398010) and (2223.800049,278.628998)..(2254.820068,284.289001)
	..controls (2227.500000,268.199005) and (2196.149902,261.500000)..(2165.620117,254.059006)
	--cycle;
fill (1287.119995,279.917999)..controls (1339.729980,266.121002) and (1392.750000,251.729996)..(1443.979980,233.852005)
	..controls (1390.630005,243.410004) and (1337.479980,259.917999)..(1287.119995,279.917999)
	--cycle;
fill (2007.599976,233.007996)..controls (2041.359985,248.358994) and (2076.459961,262.710999)..(2113.429932,267.699005)
	..controls (2079.540039,252.559006) and (2043.650024,241.828003)..(2007.599976,233.007996)
	--cycle;
fill (2141.000000,211.270004)..controls (2190.320068,229.647995) and (2240.229980,247.397995)..(2291.169922,260.710999)
	..controls (2242.260010,241.328003) and (2192.239990,223.488007)..(2141.000000,211.270004)
	--cycle;
fill (2028.680054,207.559006)..controls (2068.020020,223.820007) and (2108.280029,239.128998)..(2150.030029,247.781006)
	..controls (2111.850098,228.690994) and (2070.139893,217.000000)..(2028.680054,207.559006)
	--cycle;
fill (2052.510010,180.121002)..controls (2075.379883,192.628998) and (2100.169922,200.871002)..(2125.909912,205.397995)
	..controls (2103.580078,191.641006) and (2078.290039,184.229996)..(2052.510010,180.121002)
	--cycle;
drawoptions (withcolor (0.001227,0.041705,0.401867));
fill (37.222698,328.621002)--(41.214802,328.621002)..controls (348.035004,327.160004) and (655.395020,333.820007)..(961.840027,325.250000)
	..controls (951.401978,317.179993) and (941.421997,308.531006)..(931.273010,300.089996)
	..controls (996.354980,277.468994) and (1062.310059,257.507996)..(1127.020020,233.891006)
	..controls (785.515991,224.660004) and (443.390991,236.839996)..(101.973000,227.690994)
	..controls (82.839798,227.440994) and (64.253899,234.800995)..(50.406300,247.940994)
	..controls (29.281300,269.109009) and (38.179699,301.917999)..(37.222698,328.621002)
	--cycle;
fill (1961.979980,237.210999)..controls (1862.089966,222.488007) and (1759.699951,234.800995)..(1658.819946,230.770004)
	..controls (1600.719971,234.050995) and (1541.380005,223.238007)..(1484.359985,237.417999)
	..controls (1512.640015,269.859009) and (1543.790039,299.507996)..(1574.400024,329.699005)
	..controls (1673.619995,328.699005) and (1772.890015,328.578003)..(1872.109985,329.781006)
	..controls (1902.219971,299.089996) and (1933.280029,269.320007)..(1961.979980,237.210999)
	--cycle;
fill (2475.560059,324.460999)..controls (2762.750000,335.230011) and (3051.270020,325.960999)..(3339.010010,329.160004)
	--(3342.870117,329.160004)..controls (3341.459961,302.460999) and (3348.570068,272.480011)..(3333.560059,248.479996)
	..controls (3318.129883,235.800995) and (3298.500000,228.608994)..(3278.500000,228.729996)
	..controls (3000.290039,237.007996) and (2720.750000,222.289001)..(2443.169922,236.128998)
	..controls (2477.020020,249.440994) and (2511.489990,261.000000)..(2545.719971,273.230011)
	..controls (2522.719971,290.859009) and (2498.850098,307.289001)..(2475.560059,324.460999)
	--cycle;
drawoptions (withcolor (0.002225,0.028683,0.274411));
fill (101.973000,227.690994)..controls (443.390991,236.839996) and (785.515991,224.660004)..(1127.020020,233.891006)
	..controls (1185.319946,214.378998) and (1244.459961,197.289001)..(1302.339966,176.417999)
	..controls (915.223022,171.757996) and (527.851990,176.039001)..(140.645004,174.250000)
	..controls (109.414001,169.968994) and (104.008003,204.781006)..(101.973000,227.690994)
	--cycle;
fill (1426.229980,175.750000)..controls (1444.439941,197.417999) and (1465.229980,216.628998)..(1484.359985,237.417999)
	..controls (1541.380005,223.238007) and (1600.719971,234.050995)..(1658.819946,230.770004)
	..controls (1759.699951,234.800995) and (1862.089966,222.488007)..(1961.979980,237.210999)
	..controls (1981.150024,216.460999) and (2001.030029,196.417999)..(2020.400024,175.828003)
	..controls (1822.410034,173.460999) and (1624.219971,173.710999)..(1426.229980,175.750000)
	--cycle;
fill (2273.080078,176.328003)..controls (2329.179932,198.000000) and (2386.479980,216.210999)..(2443.169922,236.128998)
	..controls (2720.750000,222.289001) and (3000.290039,237.007996)..(3278.500000,228.729996)
	..controls (3277.169922,205.320007) and (3269.270020,172.167999)..(3239.070068,174.550995)
	..controls (2917.120117,175.539001) and (2594.989990,172.128998)..(2273.080078,176.328003)
	--cycle;
        drawoptions();
        );
        $
        enddef;
}

\NewDocumentCommand\SchemaEtudiantFatigueBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaEtudiantFatigue
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaEtudiantFatigue-lrcorner SchemaEtudiantFatigue));
    pickup pencircle scaled 0.1;
    draw (SchemaEtudiantFatigue scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaEtudiantFatigue{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaEtudiantFatigueBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaEtudiantFatigueBase%
    }%
  }%    
}%

%%%%%%%%%
%% Demain
%%%%%%%%
\def\MPCodeSchemaDemain{
  vardef SchemaDemain=
  tour:=\useKV[Schemas]{Angle};
  color ColBack;
  ColBack=\useKV[Schemas]{CouleurBack};
  save $;picture $,tete;
  tete=image(label(TEX("DEMAIN !"),(0,0)));
  ecart:=8;
  bboxmargin:=8pt;
  path cc,cd,ce;
  cc=bbox tete;
  pair A[];
  A1=llcorner cc;
  A2=lrcorner cc;
  A3=urcorner cc;
  A4=ulcorner cc;
  cd=(A1+(ecart,0))--
  (A2-(ecart,0)){dir0}..{dir90}(A2+(0,ecart))--
  (A3-(0,ecart)){dir90}..{dir180}(A3-(ecart,0))--
  (A4+(ecart,0)){dir180}..{dir-90}(A4-(0,ecart))--
  (A1+(0,ecart)){dir-90}..{dir0}cycle;
  ce=homothetie(cd,(0,0),0.9);
  $=image(
  fill cd withcolor ColBack;
  fill ce withcolor white;
  trace tete;
  );
  $:=rotation($,(0,0),tour);
  $
  enddef;
}%

\NewDocumentCommand\SchemaDemainBase{}{%
  \mplibforcehmode%
  \begin{mplibcode}
    \MPCodeSchemaDemain
    MPEchelleRecep=(\mpdim{\PfCtoheightsymbol}/abs(urcorner SchemaDemain-lrcorner SchemaDemain));
    pickup pencircle scaled 0.1;
    draw (SchemaDemain scaled MPEchelleRecep);
  \end{mplibcode}%
}%

\NewDocumentCommand\SchemaDemain{so}{%
  \useKVdefault[Schemas]%
  \setKV[Schemas]{#2}%
  \IfBooleanTF{#1}{%without depth
    \settoheight\PfCtoheightsymbol{\hbox{B}}%
    \SchemaDemainBase%
  }{%
    \settototalheight\PfCtoheightsymbol{\hbox{qB}}%
    \settodepth\PfCdepthsymbol{\hbox{qB}}%
    \raisebox{-\PfCdepthsymbol}{%
      \SchemaDemainBase%
    }%
  }%    
}%
