https://stexupery.csspi.ca/

Submitted URL:
https://stexupery.csspi.ca/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 22 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="fr-fr" dir="ltr" class="js backgroundblendmode multiplebgs placeholder"><head>
<script>/*
 * Geant du web - http://www.geantduweb.ca/
 * File created: 2023-10-19 by Michael Bourdeau
 * File last updated: 2024-05-03 by Michael Bourdeau
 */

function blockCookies() {
  // Disable cookies
  if (!document.__defineGetter__)
    Object.defineProperty(document, 'cookie', {
      get: function () {
        return '';
      },
      set: function () {
        return true;
      }
    });
  else {
    const setter = document.__lookupSetter__('cookie');
    if (setter) {
      Object.defineProperty(document, 'cookie', {
        get: function () {
          return '';
        },
        set: function (v) {
          if (v.match(/gdwPrivacyConsent\=/) || v.match(/73ecf7e7843f501b96044bc7b5ad23cc\=/))
            setter.call(document, v);
          return true;
        }
      });
    }
  }

  let cookies = document.cookie.split(';');
  for (var i = 0; i < cookies.length; i++) {
    const cookie = cookies[i];
    const position = cookie.indexOf('=');
    let name = '';

    if (position > -1)
      name = cookie.substr(0, position);
    else
      name = cookie;

    if (name.match(/gdwPrivacyConsent/))
      document.cookie = `${name}=; expires=Thu, 01 Jan 1970 00:00:00 GMT`;
  }

  // Disable local storage
  window.localStorage.clear();
  window.localStorage.__proto__ = Object.create(window.Storage.prototype);
  window.localStorage.__proto__.setItem = function () {
    return undefined;
  };

  // Disable session storage
  window.sessionStorage.clear();
  window.sessionStorage.__proto__ = Object.create(window.Storage.prototype);
  window.sessionStorage.__proto__.setItem = function () {
    return undefined;
  };
};

blockCookies();

window.onerror = (message, source, lineNo, colNo, error) => {
  if (error instanceof ReferenceError) {
    const accordionHead = document.querySelectorAll('.accordion-header');
    accordionHead.forEach(function (element) {
      element.classList.remove('collapsed');
    });

    const accordionBody = document.querySelectorAll('.accordion-body');
    accordionBody.forEach(function (element) {
      element.style.display = 'block';
    });

    const tabPanels = document.querySelectorAll('ul.nav-tabs');
    tabPanels.forEach(function (element) {
      element.style.display = 'none';
    });

    const tabPanes = document.querySelectorAll('.tab-pane');
    tabPanes.forEach(function (element) {
      const label = document.getElementById(element.getAttribute('aria-labelledby'));
      if (label) {
        const article = element.querySelector('.article-content');
        const done = article.querySelector('.aria-label');

        if (!done) {
          const h2 = document.createElement('h2');
          h2.textContent = label.textContent;
          h2.classList.add('aria-label');
          article.insertBefore(h2, article.firstChild);
        }
      }

      element.style.display = 'block';
      element.style.opacity = '1';
    });
  }
};</script>


	<meta charset="utf-8">
	<base href="https://stexupery.csspi.ca/">
	<meta name="author" content="Geant du web: http://www.geantduweb.ca/">
	<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, shrink-to-fit=no">
	<meta name="format-detection" content="telephone=no">
	<meta name="msapplication-TileColor" content="#FFFFFF">
	<meta name="msapplication-config" content="/templates/gdw/favicon/browserconfig.xml">
	<meta name="theme-color" content="#ffffff">
	<meta name="title" content="École secondaire Antoine-de-Saint-Exupéry">
	<meta property="og:type" content="website">
	<meta property="og:url" content="https://stexupery.csspi.ca/">
	<meta property="og:site_name" content="École secondaire Antoine-de-Saint-Exupéry">
	<meta property="og:title" content="École secondaire Antoine-de-Saint-Exupéry">
	<meta name="generator" content="Joomla! - Open Source Content Management">
	<title>École secondaire Antoine-de-Saint-Exupéry</title>
	<link href="https://fonts.googleapis.com" rel="preconnect">
	<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="">
	<link href="https://cdn.jsdelivr.net" rel="preconnect">
	<link href="/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
	<link href="/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
	<link href="/favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
	<link href="/favicon/site.webmanifest" rel="manifest">
	<link href="/favicon/safari-pinned-tab.svg" rel="mask-icon" color="#FFFFFF">

	<link href="/media/vendor/awesomplete/css/awesomplete.css?1.1.5" rel="stylesheet">
	<link href="/media/vendor/joomla-custom-elements/css/joomla-alert.min.css?0.2.0" rel="stylesheet">
	<link href="/media/plg_system_gdwprivacy/css/core.css?5388387b9ae4ddb4da167fa51e287d1b" rel="stylesheet">
	<link href="/templates/gdw/css/general.css?v=1688503585" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&amp;family=Roboto&amp;display=swap" rel="stylesheet">
	<link href="https://cdn.jsdelivr.net/npm/simplebar@5/dist/simplebar.min.css" rel="stylesheet">
	<style>:root {--main-accent: #b51d2f;
--dark-accent: #570808;
--mid-accent: #841526;
--light-accent: #f0f0f0;
--darkest-accent: #70706e;
--note-accent: #141412;
}</style>

</head>
<body class="flex-body blank-empty  home-page">
	<noscript><div class="banner">Attention : JavaScript doit être activé pour un fonctionnement correct de la siteweb.</div></noscript>
	<div class="alert alert-info rounded-0 visually-hidden-focusable"><a href="#content" class="alert-link">Aller au contenu principal</a></div>
	
	<header id="banner">
		<div class="container-fluid max-width">
			<div class="row">
				<div class="moduletable gdwheader"><a href="/"><img width="90" height="80" src="/images/logo/logo.png" alt="École secondaire Antoine-de-Saint-Exupéry"></a><p>École secondaire Antoine-de-Saint-Exupéry</p></div><div class="moduletable finder"><div id="mod-finder-131">
	<button type="button" data-bs-toggle="popover">
		<svg role="img" width="32" height="32"><use xlink:href="/icons.svg#search"></use></svg>
		<svg role="img" width="32" height="32"><use xlink:href="/icons.svg#close"></use></svg>
	</button>
	<div class="search-popover d-none" role="tooltip">
		<form class="mod-finder js-finder-searchform form-search" action="/recherche" method="get" role="search">
			<label for="mod-finder-searchword131" class="visually-hidden finder">Valider</label><div class="control-group"><div class="controls" data-bs-toggle="tooltip"><div class="awesomplete"><input type="text" name="q" id="mod-finder-searchword131" class="js-finder-search-query form-control" placeholder="Recherche …" autocomplete="off" aria-expanded="false" aria-owns="awesomplete_list_1" role="combobox"><ul hidden="" role="listbox" id="awesomplete_list_1"></ul><span class="visually-hidden" role="status" aria-live="assertive" aria-atomic="true">Type 2 or more characters for results.</span></div><button type="submit"><svg role="img" width="18" height="18"><use xlink:href="/icons.svg#search"></use></svg></button></div></div>		</form>
	</div>
</div></div><div class="moduletable gdwbutton d-xl-block d-none"><a href="/nous-joindre/contact">
		<span>Nous joindre</span>
</a></div>
			</div>
		</div>
	</header>
	
	<header id="menu">
		<div class="container-fluid max-width">
			<div class="row">
				<div class="moduletable finder d-sm-none"><div id="mod-finder-137">
	<button type="button" data-bs-toggle="popover">
		<svg role="img" width="32" height="32"><use xlink:href="/icons.svg#search"></use></svg>
		<svg role="img" width="32" height="32"><use xlink:href="/icons.svg#close"></use></svg>
	</button>
	<div class="search-popover d-none" role="tooltip">
		<form class="mod-finder js-finder-searchform form-search" action="/recherche" method="get" role="search">
			<label for="mod-finder-searchword137" class="visually-hidden finder">Valider</label><div class="control-group"><div class="controls" data-bs-toggle="tooltip"><div class="awesomplete"><input type="text" name="q" id="mod-finder-searchword137" class="js-finder-search-query form-control" placeholder="Recherche …" autocomplete="off" aria-expanded="false" aria-owns="awesomplete_list_2" role="combobox"><ul hidden="" role="listbox" id="awesomplete_list_2"></ul><span class="visually-hidden" role="status" aria-live="assertive" aria-atomic="true">Type 2 or more characters for results.</span></div><button type="submit"><svg role="img" width="18" height="18"><use xlink:href="/icons.svg#search"></use></svg></button></div></div>		</form>
	</div>
</div></div><div class="moduletable gdwmenu d-xl-block d-none"><div id="gdwmenu-115"><nav class="menu"><ul class="nav "><li class="item-101 default current active"><a href="/" aria-current="page">Accueil</a></li><li class="item-297 deeper parent"><a class="nav-header">École <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-369 divider deeper parent"><a class="separator">Le personnel</a><div class="submenu"><div class="container-fluid"><ul><li class="item-310"><a href="/ecole/le-personnel/mot-de-la-directrice">Mot de la directrice</a></li><li class="item-311"><a href="/ecole/le-personnel/equipe/membres">Équipe</a></li><li class="item-313"><a href="/ecole/le-personnel/conseil-detablissement">Conseil d'établissement</a></li></ul></div></div></li><li class="item-370 divider deeper parent"><a class="separator">À propos</a><div class="submenu"><div class="container-fluid"><ul><li class="item-371"><a href="/ecole/a-propos/projet-educatif">Projet éducatif</a></li><li class="item-312"><a href="/ecole/a-propos/code-de-vie">Code de vie</a></li><li class="item-314"><a href="/ecole/a-propos/archives/articles">Archives</a></li><li class="item-315"><a href="/ecole/a-propos/st-ex-son-histoire">St-Ex ; son histoire</a></li><li class="item-316"><a href="/ecole/a-propos/plan-de-lutte-a-lintimidation-et-a-la-violence">Plan de lutte à l'intimidation et à la violence</a></li></ul></div></div></li></ul></div></div></li><li class="item-321"><a href="/inscription">Inscription</a></li><li class="item-298 deeper parent"><a class="nav-header">Services <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-317"><a href="/service/cafeteria">Cafétéria</a></li><li class="item-318"><a href="/service/bibliotheque">Bibliothèque</a></li><li class="item-319"><a href="/service/service-de-psychologie">Service de psychologie</a></li><li class="item-320"><a href="/service/service-dorientation">Service d'orientation</a></li></ul></div></div></li><li class="item-300 deeper parent sports-tag"><a class="nav-header">Sport-études <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-390 divider deeper parent"><a class="separator">Futurs étudiants</a><div class="submenu"><div class="container-fluid"><ul><li class="item-322"><a href="/sport/futurs-etudiants/visite-virtuelle">Visite virtuelle</a></li><li class="item-323"><a href="/sport/futurs-etudiants/le-programme-sport-etude">Le programme</a></li><li class="item-324"><a href="/sport/futurs-etudiants/soumettre-une-candidature-sport-etude">Soumettre une candidature</a></li><li class="item-329"><a href="/sport/futurs-etudiants/f-a-q">F.A.Q.</a></li></ul></div></div></li><li class="item-391 divider deeper parent"><a class="separator">Nos athlètes</a><div class="submenu"><div class="container-fluid"><ul><li class="item-330"><a href="/sport/nos-athletes/nouvelles/articles">Nouvelles</a></li><li class="item-327"><a href="/sport/nos-athletes/performances">Performances</a></li><li class="item-332"><a href="/sport/nos-athletes/aide-financiere">Aide financière</a></li><li class="item-325"><a href="/sport/nos-athletes/pantheon">Panthéon</a></li></ul></div></div></li><li class="item-392 divider deeper parent"><a class="separator">Partenaires</a><div class="submenu"><div class="container-fluid"><ul><li class="item-326"><a href="/sport/partenaires/liste-partenaires/partenaires">Partenaires</a></li><li class="item-328"><a href="/sport/partenaires/mees">MÉES</a></li></ul></div></div></li></ul></div></div></li><li class="item-301 deeper parent lang-tag"><a class="nav-header">Langues-études <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-335"><a href="/langues-etudes/programme-langue-etude">Le programme</a></li><li class="item-334"><a href="/langues-etudes/candidature-langue-etude">Soumettre une candidature</a></li></ul></div></div></li><li class="item-302 deeper parent"><a class="nav-header">Vie scolaire <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-336"><a href="/vie-scolaire/evenements/evenements">Événements</a></li><li class="item-337"><a href="/vie-scolaire/calendriers-et-horaires">Calendriers et horaires</a></li><li class="item-338"><a href="/vie-scolaire/activites-culturelles">Activités culturelles</a></li><li class="item-339"><a href="/vie-scolaire/activites-sportives">Activités sportives</a></li><li class="item-340"><a href="/vie-scolaire/conseil-general-etudiant">Conseil général étudiant</a></li><li class="item-341"><a href="/vie-scolaire/cafe-lentre-deux">Café l'entre-deux</a></li><li class="item-342"><a href="/vie-scolaire/fondation-evenko">Fondation Evenko</a></li></ul></div></div></li><li class="item-303 deeper parent"><a class="nav-header">Niveaux <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-343"><a href="/niveaux-titre/parcours-scolaire">Parcours scolaire</a></li><li class="item-367 divider deeper parent"><a class="separator">Niveaux</a><div class="submenu"><div class="container-fluid"><ul><li class="item-344"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-1">Secondaire 1</a></li><li class="item-345"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-2">Secondaire 2</a></li><li class="item-346"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-3">Secondaire 3</a></li><li class="item-347"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-4">Secondaire 4</a></li><li class="item-348"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-5">Secondaire 5</a></li></ul></div></div></li><li class="item-361 divider deeper parent"><a class="separator">Adaptation scolaire</a><div class="submenu"><div class="container-fluid"><ul><li class="item-362"><a href="/niveaux-titre/adaptation-scolaire/ccs">CCS</a></li><li class="item-363"><a href="/niveaux-titre/adaptation-scolaire/fpt">FPT</a></li><li class="item-364"><a href="/niveaux-titre/adaptation-scolaire/fms">FMS</a></li></ul></div></div></li><li class="item-349"><a href="/niveaux-titre/pre-dep">Pré-dep</a></li></ul></div></div></li><li class="item-306 deeper parent"><a class="nav-header">Info parents <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-366 divider deeper parent"><a class="separator">Niveaux</a><div class="submenu"><div class="container-fluid"><ul><li class="item-353"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-1">Secondaire 1</a></li><li class="item-354"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-2">Secondaire 2</a></li><li class="item-355"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-3">Secondaire 3</a></li><li class="item-356"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-4">Secondaire 4</a></li><li class="item-357"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-5">Secondaire 5</a></li></ul></div></div></li><li class="item-368 divider deeper parent"><a class="separator">Parcours</a><div class="submenu"><div class="container-fluid"><ul><li class="item-358"><a href="/info-parent/parcours/parcours-fpt">Parcours FPT</a></li><li class="item-359"><a href="/info-parent/parcours/parcours-fms">Parcours FMS</a></li></ul></div></div></li><li class="item-389"><a href="/info-parent/guide/publications">Guide</a></li></ul></div></div></li><li class="item-305"><a href="/les-anciens">Les anciens</a></li><li class="item-352 deeper parent"><a class="nav-header">Trucs <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-304 divider deeper parent"><a class="separator">Trucs pour élèves</a><div class="submenu"><div class="container-fluid"><ul><li class="item-350"><a href="/trucs/trucs-pour-eleves/pour-etudier">Pour étudier</a></li></ul></div></div></li><li class="item-308 divider deeper parent"><a class="separator">Trucs pour parents</a><div class="submenu"><div class="container-fluid"><ul><li class="item-365"><a href="/trucs/trucs-parents/appuyer-nos-enfants/publications">Pour appuyer nos enfants</a></li></ul></div></div></li></ul></div></div></li><li class="item-307 deeper parent"><a class="nav-header">En ligne <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu"><div class="container-fluid"><ul><li class="item-351"><a href="/en-ligne/capsules">Capsules</a></li></ul></div></div></li><li class="item-393 d-xl-none"><a href="/nous-joindre/contact">Nous joindre</a></li></ul></nav><div class="bkg-elem d-none"><svg xmlns="http://www.w3.org/2000/svg" role="img" width="376" height="437" viewBox="0 0 376 437.3" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M119.3,175.4c-0.2,0-0.2,0-0.4-0.2L0.2,56.4C0,56.4,0,56.1,0,55.9c0.2-0.2,0.4-0.4,0.5-0.2l99.1,22.5c0.2,0,0.4,0.2,0.4,0.4l19.6,96.3c0,0.2,0,0.4-0.2,0.5H119.3z M2,57l116.6,116.6L99.3,79.1L2,57z"></path><path fill="#fff" d="M99.7,79.1C99.7,79.1,99.5,79.1,99.7,79.1L0.4,56.6c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.5L158.8,0c0.2,0,0.4,0,0.5,0.2c0.2,0.2,0.2,0.4,0,0.5L100,78.9C99.9,79.1,99.9,79.1,99.7,79.1z M2.2,56.1l97.3,22.2l58.2-76.8L2.2,56.1z"></path><path fill="#fff" d="M119.3,175.4L119.3,175.4c-0.2,0-0.4-0.2-0.5-0.4L99.1,78.8c0-0.2,0-0.4,0-0.4l59.5-78.2C158.8,0,159,0,159.2,0c0.2,0.2,0.4,0.4,0.2,0.5L119.7,175C119.7,175.2,119.5,175.4,119.3,175.4z M100.2,78.8l19.1,93.9L158.1,2.5L100.2,78.8z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="#fff" d="M174.7,437.3c-0.2,0-0.2,0-0.4-0.2s-0.2-0.4-0.2-0.5l55.9-111c0.2-0.2,0.4-0.4,0.5-0.2c0.2,0,0.4,0.2,0.4,0.4l7.2,74.8c0,0.2,0,0.4-0.2,0.5l-63.1,36C174.7,437.3,174.7,437.3,174.7,437.3z M230.2,327.5l-54.4,108.1l61.5-35.1L230.2,327.5z"></path><path fill="#fff" d="M306.2,424.7L306.2,424.7l-68.9-23.6c-0.2,0-0.4-0.2-0.4-0.4l-7.2-74.8c0-0.2,0.2-0.4,0.4-0.5c0.2,0,0.4,0,0.5,0.2l75.9,98.4c0.2,0.2,0.2,0.4,0,0.5C306.6,424.7,306.4,424.7,306.2,424.7z M238.1,400.3l66.9,22.9l-73.9-95.9L238.1,400.3z"></path><path fill="#fff" d="M174.7,437.3c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0-0.4,0.2-0.5l63.1-36c0.2,0,0.2,0,0.4,0l68.7,23.6c0.2,0,0.4,0.4,0.4,0.5c0,0.2-0.2,0.4-0.4,0.4L174.7,437.3L174.7,437.3z M237.6,401.2l-60.9,35l127.4-12.3L237.6,401.2z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M124.4,84.4c0,0-0.2,0-0.2-0.2V84l25.2-27.8h0.2l0,0l34.4,11c0.2,0,0.2,0.2,0.2,0.2s0,0.2-0.2,0.2L124.4,84.4L124.4,84.4z"></path><path fill="#fff" d="M149.6,56.4l34.4,11l-59.7,16.8L149.6,56.4 M149.6,55.9c-0.2,0-0.2,0-0.4,0.2L124,83.8c-0.2,0.2-0.2,0.4,0,0.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l59.7-16.8c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L149.6,55.9L149.6,55.9L149.6,55.9z"></path><path fill="var(--fill-mid)" d="M124.4,84.4L124.4,84.4c-0.2,0-0.2-0.2-0.2-0.2L135,23.1c0-0.2,0.2-0.2,0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l14.4,33.2v0.2L124.4,84.4C124.6,84.4,124.4,84.4,124.4,84.4z"></path><path fill="#fff" d="M135,23.1l14.4,33.2l-25.1,27.9L135,23.1 M135,22.7L135,22.7c-0.2,0-0.4,0.2-0.4,0.4l-10.8,61.1c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l25.2-27.8c0.2-0.2,0.2-0.4,0-0.5l-14.4-33.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path><path fill="var(--fill-dark)" d="M183.9,67.6l-34.4-11c0,0-0.2,0-0.2-0.2l-14.4-33.2c0-0.2,0-0.2,0-0.4c0,0,0,0,0.2,0h0.2L184,67.2c0,0,0.2,0.2,0,0.4C184.2,67.6,184,67.6,183.9,67.6C184,67.6,184,67.6,183.9,67.6z"></path><path fill="#fff" d="M135,23.1l48.8,44.3l-34.2-11L135,23.1 M135,22.7c-0.2,0-0.2,0-0.2,0c-0.2,0.2-0.2,0.4-0.2,0.5l14.4,33.2c0,0.2,0.2,0.2,0.4,0.2l34.4,11h0.2c0.2,0,0.4,0,0.4-0.2c0.2-0.2,0-0.4,0-0.5l-49-44.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M300.5,370.6c-0.2,0-0.2,0-0.2-0.2l-14.4-92.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0h0.2l37.1,42.5v0.2l-22.7,49.6C300.7,370.4,300.7,370.6,300.5,370.6L300.5,370.6z"></path><path fill="#fff" d="M286.1,278.1l37.1,42.5l-22.7,49.6L286.1,278.1 M286.1,277.6h-0.2c-0.2,0-0.4,0.4-0.2,0.5l14.4,92.3c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4-0.2,0.4-0.2l22.7-49.6c0-0.2,0-0.4,0-0.5l-37.1-42.5C286.4,277.8,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-mid)" d="M323.2,320.8L323.2,320.8l-37.3-42.7v-0.2l0.2-0.2l0,0l89.4,26.9c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L323.2,320.8C323.4,320.8,323.2,320.8,323.2,320.8z"></path><path fill="#fff" d="M286.1,278.1l89.4,26.9l-52.3,15.7L286.1,278.1 M286.1,277.6c-0.2,0-0.4,0-0.4,0.2c-0.2,0.2-0.2,0.4,0,0.5l37.1,42.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l52.3-15.7c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L286.1,277.6C286.2,277.6,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-dark)" d="M300.7,370.6C300.5,370.6,300.5,370.6,300.7,370.6c-0.2-0.2-0.2-0.2-0.2-0.4l22.7-49.6c0,0,0-0.2,0.2-0.2l52.3-15.7l0,0c0,0,0.2,0,0.2,0.2c0,0.2,0,0.2,0,0.4L300.7,370.6L300.7,370.6z"></path><path fill="#fff" d="M375.5,305l-75,65.3l22.7-49.6L375.5,305 M375.5,304.6L375.5,304.6L323,320.3c-0.2,0-0.2,0.2-0.4,0.2l-22.7,49.6c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l75-65.3c0.2-0.2,0.2-0.4,0.2-0.5C375.8,304.6,375.6,304.6,375.5,304.6L375.5,304.6z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M48.5,155.6c0,0-0.2,0-0.2-0.2l-9.7-15.9v-0.2l10.1-14.8l0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.2l-0.4,30.6C48.7,155.4,48.5,155.4,48.5,155.6L48.5,155.6z"></path><path fill="#fff" d="M48.8,124.6l-0.4,30.6l-9.7-15.9L48.8,124.6 M48.8,124.2c-0.2,0-0.4,0-0.4,0.2l-10.1,14.8c-0.2,0.2-0.2,0.4,0,0.5l9.7,15.9c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0c0.2,0,0.4-0.2,0.4-0.4l0.4-30.6C49.2,124.4,49.2,124.2,48.8,124.2L48.8,124.2L48.8,124.2z"></path><path fill="var(--fill-mid)" d="M48.5,155.6C48.3,155.6,48.3,155.6,48.5,155.6l-27.6-13.7l-0.2-0.2c0-0.2,0.2-0.2,0.2-0.2l17.8-2.2c0,0,0.2,0,0.2,0.2l9.7,15.9C48.7,155.2,48.7,155.4,48.5,155.6C48.5,155.4,48.5,155.6,48.5,155.6z"></path><path fill="#fff" d="M38.8,139.3l9.7,15.9l-27.4-13.7L38.8,139.3 M38.8,139L38.8,139l-17.8,2.2c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l27.4,13.7h0.2c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.7-15.9C39.1,139,38.9,139,38.8,139L38.8,139z"></path><path fill="var(--fill-dark)" d="M20.9,141.9c-0.2,0-0.2,0-0.2-0.2c0-0.2,0-0.2,0.2-0.2l27.8-17.1c0,0,0,0,0.2,0H49c0,0,0,0.2,0,0.4l-10.1,14.8c0,0-0.2,0-0.2,0.2C38.8,139.7,20.9,141.9,20.9,141.9z"></path><path fill="#fff" d="M48.8,124.6l-10.1,14.8l-17.8,2.2L48.8,124.6 M48.8,124.2h-0.2l-27.9,16.9c-0.2,0.2-0.2,0.4-0.2,0.5c0,0.2,0.2,0.4,0.4,0.4l0,0l17.8-2.2c0.2,0,0.2,0,0.4-0.2l10.1-14.8c0.2-0.2,0.2-0.4,0-0.5C49,124.2,49,124.2,48.8,124.2L48.8,124.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M150.9,300.8c0,0-0.2,0-0.2-0.2L66.2,118.6v-0.2h0.2c0,0,0,0,0.2,0L221.9,195c0,0,0.2,0,0.2,0.2v0.2L151.4,301C151,300.8,150.9,300.8,150.9,300.8L150.9,300.8z"></path><path fill="#fff" d="M66.3,118.4L221.7,195L151,300.7L66.3,118.4 M66.3,118.1c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.4-0.2,0.5l84.5,182.1c0,0.2,0.2,0.2,0.4,0.2l0,0c0.2,0,0.4,0,0.4-0.2l70.7-105.6c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4l-155-76.4C66.3,118.1,66.3,118.1,66.3,118.1L66.3,118.1z"></path><path fill="var(--fill-mid)" d="M221.5,195.2L221.5,195.2L66.2,118.6l-0.2-0.2c0-0.2,0-0.2,0.2-0.2c0,0,195.9-43.8,196.1-43.8h0.2v0.2L221.7,195C221.7,195.2,221.7,195.2,221.5,195.2L221.5,195.2z"></path><path fill="#fff" d="M262.3,74.6L221.5,195L66.3,118.4L262.3,74.6 M262.3,74.1C262.3,74.1,262.1,74.1,262.3,74.1l-196.1,44c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l155.4,76.6h0.2h0.2c0.2,0,0.2-0.2,0.2-0.4l40.7-120.4c0-0.2,0-0.4-0.2-0.4C262.4,74.3,262.3,74.1,262.3,74.1L262.3,74.1z"></path><path fill="var(--fill-dark)" d="M150.9,300.8C150.9,300.8,150.7,300.8,150.9,300.8c-0.2-0.2-0.2-0.2-0.2-0.4l70.7-105.6l40.6-120.4c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.4l-32.1,124.6L150.9,300.8C151,300.8,150.9,300.8,150.9,300.8z"></path><path fill="#fff" d="M262.3,74.6l-32.1,124.6l-79.3,101.3l70.7-105.6L262.3,74.6 M262.3,74.1c-0.2,0-0.4,0.2-0.4,0.4l-40.6,120.4l-70.7,105.4c-0.2,0.2,0,0.5,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l79.3-101.3v-0.2l32.1-124.6C262.8,74.4,262.6,74.3,262.3,74.1L262.3,74.1L262.3,74.1z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M46.1,365.7L46.1,365.7c-0.2-0.2-0.2-0.2-0.2-0.4l46.3-142.8c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0,0.2,0.2l22.2,88.1v0.2L46.1,365.7C46.3,365.7,46.1,365.7,46.1,365.7z"></path><path fill="#fff" d="M92.6,222.8l22.2,88.1l-68.7,54.6L92.6,222.8 M92.6,222.2c-0.2,0-0.4,0.2-0.4,0.4L46,365.4c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l68.7-54.6c0.2-0.2,0.2-0.4,0.2-0.5l-22.2-88.1C93,222.4,92.8,222.2,92.6,222.2L92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-mid)" d="M114.8,310.9C114.6,310.9,114.6,310.9,114.8,310.9l-22.4-88.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0H93l108.5,103.6c0,0,0.2,0.2,0,0.2l-0.2,0.2C201.2,326.6,114.8,310.9,114.8,310.9z"></path><path fill="#fff" d="M92.6,222.8l108.5,103.6l-86.3-15.5L92.6,222.8 M92.6,222.2h-0.2c-0.2,0.2-0.2,0.4-0.2,0.5l22.2,88.1c0,0.2,0.2,0.4,0.4,0.4l86.3,15.5l0,0c0.2,0,0.4-0.2,0.4-0.2c0-0.2,0-0.4-0.2-0.5L92.8,222.4C92.8,222.2,92.6,222.2,92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-dark)" d="M46.1,365.7c0,0-0.2,0-0.2-0.2s0-0.2,0-0.4l68.7-54.6c0,0,0,0,0.2,0l86.3,15.5c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L46.1,365.7L46.1,365.7z"></path><path fill="#fff" d="M114.8,310.7l86.3,15.5l-155,39.1L114.8,310.7 M114.8,310.4c-0.2,0-0.2,0-0.4,0.2l-68.7,54.6c-0.2,0.2-0.2,0.4-0.2,0.5s0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l155-39.1c0.2,0,0.4-0.2,0.4-0.5c0-0.2-0.2-0.4-0.4-0.4L114.8,310.4L114.8,310.4L114.8,310.4z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M281.4,169.4c-0.2,0-0.2-0.2-0.2-0.2l-7-42.7v-0.2c0,0,0,0,0.2,0l0,0l28.3,11.2c0,0,0.2,0,0.2,0.2v0.2l-21.3,31.5C281.5,169.3,281.5,169.4,281.4,169.4L281.4,169.4z"></path><path fill="#fff" d="M274.3,126.5l28.3,11.2l-21.3,31.5L274.3,126.5 M274.3,126c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.2-0.2,0.4l7,42.7c0,0.2,0.2,0.4,0.4,0.4c0,0,0,0,0.2,0s0.4,0,0.4-0.2l21.3-31.5c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4L274.3,126C274.5,126,274.3,126,274.3,126L274.3,126z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M316.5,86.9c0,0-0.2,0-0.2-0.2L310,69.6v-0.2l0.2-0.2l17.3,0.7c0,0,0.2,0,0.2,0.2v0.2l-11,16.4C316.7,86.9,316.7,86.9,316.5,86.9L316.5,86.9z"></path><path fill="#fff" d="M310.4,69.6l17.3,0.7l-11,16.4L310.4,69.6 M310.4,69c-0.2,0-0.4,0-0.4,0.2c0,0.2-0.2,0.4,0,0.4l6.3,17.1c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4,0,0.4-0.2l11-16.4c0.2-0.2,0.2-0.4,0-0.5c0-0.2-0.2-0.2-0.4-0.2L310.4,69L310.4,69L310.4,69z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M232.5,37.7C232.5,37.7,232.3,37.7,232.5,37.7c-0.2-0.2-0.2-0.4-0.2-0.4L245,20l0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l9.9,22.5v0.2h-0.2C255.1,42.9,232.5,37.7,232.5,37.7z"></path><path fill="#fff" d="M245.1,20.2l9.9,22.5l-22.5-5.2L245.1,20.2 M245.1,19.6c-0.2,0-0.4,0-0.4,0.2l-12.6,17.3c0,0.2-0.2,0.4,0,0.4c0,0.2,0.2,0.2,0.4,0.4l22.5,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.9-22.5C245.5,19.8,245.5,19.8,245.1,19.6C245.3,19.6,245.1,19.6,245.1,19.6L245.1,19.6z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-mid)" d="M34.1,221.5c-0.2,0-0.2-0.2-0.2-0.2c0-0.2,0-0.2,0.2-0.2l25.2-13.7c0,0,0,0,0.2,0c0,0,0,0,0.2,0l0.2,0.2l-1.6,18.9c0,0,0,0.2-0.2,0.2c0,0,0,0-0.2,0L34.1,221.5z"></path><path fill="#fff" d="M59.5,207.6l-1.6,18.9l-23.6-5.2L59.5,207.6 M59.5,207.1h-0.2l-25.2,13.7c-0.2,0-0.2,0.4-0.2,0.5s0.2,0.4,0.4,0.4l23.6,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.2,0c0.2,0,0.2-0.2,0.2-0.4l1.6-18.9c0-0.2,0-0.4-0.2-0.4C59.7,207.1,59.5,207.1,59.5,207.1L59.5,207.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M207.8,280.8C207.8,280.8,207.6,280.6,207.8,280.8l-3.2-20.9v-0.2h0.2l22.7,4.3c0,0,0.2,0,0.2,0.2v0.2L208,281C208,280.8,208,280.8,207.8,280.8C208,280.8,207.8,280.8,207.8,280.8z"></path><path fill="#fff" d="M204.8,259.7l22.7,4.3l-19.6,16.6L204.8,259.7 M204.8,259.4c-0.2,0-0.2,0-0.4,0.2s-0.2,0.2-0.2,0.4l3.1,20.7c0,0.2,0.2,0.4,0.4,0.4h0.2c0.2,0,0.2,0,0.4-0.2l19.6-16.6c0.2-0.2,0.2-0.4,0.2-0.5c0-0.2-0.2-0.4-0.4-0.4L204.8,259.4C204.9,259.4,204.8,259.4,204.8,259.4L204.8,259.4z"></path></g>
</svg><svg xmlns="http://www.w3.org/2000/svg" role="img" width="376" height="437" viewBox="0 0 376 437.3" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M119.3,175.4c-0.2,0-0.2,0-0.4-0.2L0.2,56.4C0,56.4,0,56.1,0,55.9c0.2-0.2,0.4-0.4,0.5-0.2l99.1,22.5c0.2,0,0.4,0.2,0.4,0.4l19.6,96.3c0,0.2,0,0.4-0.2,0.5H119.3z M2,57l116.6,116.6L99.3,79.1L2,57z"></path><path fill="#fff" d="M99.7,79.1C99.7,79.1,99.5,79.1,99.7,79.1L0.4,56.6c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.5L158.8,0c0.2,0,0.4,0,0.5,0.2c0.2,0.2,0.2,0.4,0,0.5L100,78.9C99.9,79.1,99.9,79.1,99.7,79.1z M2.2,56.1l97.3,22.2l58.2-76.8L2.2,56.1z"></path><path fill="#fff" d="M119.3,175.4L119.3,175.4c-0.2,0-0.4-0.2-0.5-0.4L99.1,78.8c0-0.2,0-0.4,0-0.4l59.5-78.2C158.8,0,159,0,159.2,0c0.2,0.2,0.4,0.4,0.2,0.5L119.7,175C119.7,175.2,119.5,175.4,119.3,175.4z M100.2,78.8l19.1,93.9L158.1,2.5L100.2,78.8z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="#fff" d="M174.7,437.3c-0.2,0-0.2,0-0.4-0.2s-0.2-0.4-0.2-0.5l55.9-111c0.2-0.2,0.4-0.4,0.5-0.2c0.2,0,0.4,0.2,0.4,0.4l7.2,74.8c0,0.2,0,0.4-0.2,0.5l-63.1,36C174.7,437.3,174.7,437.3,174.7,437.3z M230.2,327.5l-54.4,108.1l61.5-35.1L230.2,327.5z"></path><path fill="#fff" d="M306.2,424.7L306.2,424.7l-68.9-23.6c-0.2,0-0.4-0.2-0.4-0.4l-7.2-74.8c0-0.2,0.2-0.4,0.4-0.5c0.2,0,0.4,0,0.5,0.2l75.9,98.4c0.2,0.2,0.2,0.4,0,0.5C306.6,424.7,306.4,424.7,306.2,424.7z M238.1,400.3l66.9,22.9l-73.9-95.9L238.1,400.3z"></path><path fill="#fff" d="M174.7,437.3c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0-0.4,0.2-0.5l63.1-36c0.2,0,0.2,0,0.4,0l68.7,23.6c0.2,0,0.4,0.4,0.4,0.5c0,0.2-0.2,0.4-0.4,0.4L174.7,437.3L174.7,437.3z M237.6,401.2l-60.9,35l127.4-12.3L237.6,401.2z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M124.4,84.4c0,0-0.2,0-0.2-0.2V84l25.2-27.8h0.2l0,0l34.4,11c0.2,0,0.2,0.2,0.2,0.2s0,0.2-0.2,0.2L124.4,84.4L124.4,84.4z"></path><path fill="#fff" d="M149.6,56.4l34.4,11l-59.7,16.8L149.6,56.4 M149.6,55.9c-0.2,0-0.2,0-0.4,0.2L124,83.8c-0.2,0.2-0.2,0.4,0,0.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l59.7-16.8c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L149.6,55.9L149.6,55.9L149.6,55.9z"></path><path fill="var(--fill-mid)" d="M124.4,84.4L124.4,84.4c-0.2,0-0.2-0.2-0.2-0.2L135,23.1c0-0.2,0.2-0.2,0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l14.4,33.2v0.2L124.4,84.4C124.6,84.4,124.4,84.4,124.4,84.4z"></path><path fill="#fff" d="M135,23.1l14.4,33.2l-25.1,27.9L135,23.1 M135,22.7L135,22.7c-0.2,0-0.4,0.2-0.4,0.4l-10.8,61.1c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l25.2-27.8c0.2-0.2,0.2-0.4,0-0.5l-14.4-33.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path><path fill="var(--fill-dark)" d="M183.9,67.6l-34.4-11c0,0-0.2,0-0.2-0.2l-14.4-33.2c0-0.2,0-0.2,0-0.4c0,0,0,0,0.2,0h0.2L184,67.2c0,0,0.2,0.2,0,0.4C184.2,67.6,184,67.6,183.9,67.6C184,67.6,184,67.6,183.9,67.6z"></path><path fill="#fff" d="M135,23.1l48.8,44.3l-34.2-11L135,23.1 M135,22.7c-0.2,0-0.2,0-0.2,0c-0.2,0.2-0.2,0.4-0.2,0.5l14.4,33.2c0,0.2,0.2,0.2,0.4,0.2l34.4,11h0.2c0.2,0,0.4,0,0.4-0.2c0.2-0.2,0-0.4,0-0.5l-49-44.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M300.5,370.6c-0.2,0-0.2,0-0.2-0.2l-14.4-92.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0h0.2l37.1,42.5v0.2l-22.7,49.6C300.7,370.4,300.7,370.6,300.5,370.6L300.5,370.6z"></path><path fill="#fff" d="M286.1,278.1l37.1,42.5l-22.7,49.6L286.1,278.1 M286.1,277.6h-0.2c-0.2,0-0.4,0.4-0.2,0.5l14.4,92.3c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4-0.2,0.4-0.2l22.7-49.6c0-0.2,0-0.4,0-0.5l-37.1-42.5C286.4,277.8,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-mid)" d="M323.2,320.8L323.2,320.8l-37.3-42.7v-0.2l0.2-0.2l0,0l89.4,26.9c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L323.2,320.8C323.4,320.8,323.2,320.8,323.2,320.8z"></path><path fill="#fff" d="M286.1,278.1l89.4,26.9l-52.3,15.7L286.1,278.1 M286.1,277.6c-0.2,0-0.4,0-0.4,0.2c-0.2,0.2-0.2,0.4,0,0.5l37.1,42.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l52.3-15.7c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L286.1,277.6C286.2,277.6,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-dark)" d="M300.7,370.6C300.5,370.6,300.5,370.6,300.7,370.6c-0.2-0.2-0.2-0.2-0.2-0.4l22.7-49.6c0,0,0-0.2,0.2-0.2l52.3-15.7l0,0c0,0,0.2,0,0.2,0.2c0,0.2,0,0.2,0,0.4L300.7,370.6L300.7,370.6z"></path><path fill="#fff" d="M375.5,305l-75,65.3l22.7-49.6L375.5,305 M375.5,304.6L375.5,304.6L323,320.3c-0.2,0-0.2,0.2-0.4,0.2l-22.7,49.6c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l75-65.3c0.2-0.2,0.2-0.4,0.2-0.5C375.8,304.6,375.6,304.6,375.5,304.6L375.5,304.6z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M48.5,155.6c0,0-0.2,0-0.2-0.2l-9.7-15.9v-0.2l10.1-14.8l0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.2l-0.4,30.6C48.7,155.4,48.5,155.4,48.5,155.6L48.5,155.6z"></path><path fill="#fff" d="M48.8,124.6l-0.4,30.6l-9.7-15.9L48.8,124.6 M48.8,124.2c-0.2,0-0.4,0-0.4,0.2l-10.1,14.8c-0.2,0.2-0.2,0.4,0,0.5l9.7,15.9c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0c0.2,0,0.4-0.2,0.4-0.4l0.4-30.6C49.2,124.4,49.2,124.2,48.8,124.2L48.8,124.2L48.8,124.2z"></path><path fill="var(--fill-mid)" d="M48.5,155.6C48.3,155.6,48.3,155.6,48.5,155.6l-27.6-13.7l-0.2-0.2c0-0.2,0.2-0.2,0.2-0.2l17.8-2.2c0,0,0.2,0,0.2,0.2l9.7,15.9C48.7,155.2,48.7,155.4,48.5,155.6C48.5,155.4,48.5,155.6,48.5,155.6z"></path><path fill="#fff" d="M38.8,139.3l9.7,15.9l-27.4-13.7L38.8,139.3 M38.8,139L38.8,139l-17.8,2.2c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l27.4,13.7h0.2c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.7-15.9C39.1,139,38.9,139,38.8,139L38.8,139z"></path><path fill="var(--fill-dark)" d="M20.9,141.9c-0.2,0-0.2,0-0.2-0.2c0-0.2,0-0.2,0.2-0.2l27.8-17.1c0,0,0,0,0.2,0H49c0,0,0,0.2,0,0.4l-10.1,14.8c0,0-0.2,0-0.2,0.2C38.8,139.7,20.9,141.9,20.9,141.9z"></path><path fill="#fff" d="M48.8,124.6l-10.1,14.8l-17.8,2.2L48.8,124.6 M48.8,124.2h-0.2l-27.9,16.9c-0.2,0.2-0.2,0.4-0.2,0.5c0,0.2,0.2,0.4,0.4,0.4l0,0l17.8-2.2c0.2,0,0.2,0,0.4-0.2l10.1-14.8c0.2-0.2,0.2-0.4,0-0.5C49,124.2,49,124.2,48.8,124.2L48.8,124.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M150.9,300.8c0,0-0.2,0-0.2-0.2L66.2,118.6v-0.2h0.2c0,0,0,0,0.2,0L221.9,195c0,0,0.2,0,0.2,0.2v0.2L151.4,301C151,300.8,150.9,300.8,150.9,300.8L150.9,300.8z"></path><path fill="#fff" d="M66.3,118.4L221.7,195L151,300.7L66.3,118.4 M66.3,118.1c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.4-0.2,0.5l84.5,182.1c0,0.2,0.2,0.2,0.4,0.2l0,0c0.2,0,0.4,0,0.4-0.2l70.7-105.6c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4l-155-76.4C66.3,118.1,66.3,118.1,66.3,118.1L66.3,118.1z"></path><path fill="var(--fill-mid)" d="M221.5,195.2L221.5,195.2L66.2,118.6l-0.2-0.2c0-0.2,0-0.2,0.2-0.2c0,0,195.9-43.8,196.1-43.8h0.2v0.2L221.7,195C221.7,195.2,221.7,195.2,221.5,195.2L221.5,195.2z"></path><path fill="#fff" d="M262.3,74.6L221.5,195L66.3,118.4L262.3,74.6 M262.3,74.1C262.3,74.1,262.1,74.1,262.3,74.1l-196.1,44c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l155.4,76.6h0.2h0.2c0.2,0,0.2-0.2,0.2-0.4l40.7-120.4c0-0.2,0-0.4-0.2-0.4C262.4,74.3,262.3,74.1,262.3,74.1L262.3,74.1z"></path><path fill="var(--fill-dark)" d="M150.9,300.8C150.9,300.8,150.7,300.8,150.9,300.8c-0.2-0.2-0.2-0.2-0.2-0.4l70.7-105.6l40.6-120.4c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.4l-32.1,124.6L150.9,300.8C151,300.8,150.9,300.8,150.9,300.8z"></path><path fill="#fff" d="M262.3,74.6l-32.1,124.6l-79.3,101.3l70.7-105.6L262.3,74.6 M262.3,74.1c-0.2,0-0.4,0.2-0.4,0.4l-40.6,120.4l-70.7,105.4c-0.2,0.2,0,0.5,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l79.3-101.3v-0.2l32.1-124.6C262.8,74.4,262.6,74.3,262.3,74.1L262.3,74.1L262.3,74.1z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M46.1,365.7L46.1,365.7c-0.2-0.2-0.2-0.2-0.2-0.4l46.3-142.8c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0,0.2,0.2l22.2,88.1v0.2L46.1,365.7C46.3,365.7,46.1,365.7,46.1,365.7z"></path><path fill="#fff" d="M92.6,222.8l22.2,88.1l-68.7,54.6L92.6,222.8 M92.6,222.2c-0.2,0-0.4,0.2-0.4,0.4L46,365.4c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l68.7-54.6c0.2-0.2,0.2-0.4,0.2-0.5l-22.2-88.1C93,222.4,92.8,222.2,92.6,222.2L92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-mid)" d="M114.8,310.9C114.6,310.9,114.6,310.9,114.8,310.9l-22.4-88.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0H93l108.5,103.6c0,0,0.2,0.2,0,0.2l-0.2,0.2C201.2,326.6,114.8,310.9,114.8,310.9z"></path><path fill="#fff" d="M92.6,222.8l108.5,103.6l-86.3-15.5L92.6,222.8 M92.6,222.2h-0.2c-0.2,0.2-0.2,0.4-0.2,0.5l22.2,88.1c0,0.2,0.2,0.4,0.4,0.4l86.3,15.5l0,0c0.2,0,0.4-0.2,0.4-0.2c0-0.2,0-0.4-0.2-0.5L92.8,222.4C92.8,222.2,92.6,222.2,92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-dark)" d="M46.1,365.7c0,0-0.2,0-0.2-0.2s0-0.2,0-0.4l68.7-54.6c0,0,0,0,0.2,0l86.3,15.5c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L46.1,365.7L46.1,365.7z"></path><path fill="#fff" d="M114.8,310.7l86.3,15.5l-155,39.1L114.8,310.7 M114.8,310.4c-0.2,0-0.2,0-0.4,0.2l-68.7,54.6c-0.2,0.2-0.2,0.4-0.2,0.5s0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l155-39.1c0.2,0,0.4-0.2,0.4-0.5c0-0.2-0.2-0.4-0.4-0.4L114.8,310.4L114.8,310.4L114.8,310.4z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M281.4,169.4c-0.2,0-0.2-0.2-0.2-0.2l-7-42.7v-0.2c0,0,0,0,0.2,0l0,0l28.3,11.2c0,0,0.2,0,0.2,0.2v0.2l-21.3,31.5C281.5,169.3,281.5,169.4,281.4,169.4L281.4,169.4z"></path><path fill="#fff" d="M274.3,126.5l28.3,11.2l-21.3,31.5L274.3,126.5 M274.3,126c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.2-0.2,0.4l7,42.7c0,0.2,0.2,0.4,0.4,0.4c0,0,0,0,0.2,0s0.4,0,0.4-0.2l21.3-31.5c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4L274.3,126C274.5,126,274.3,126,274.3,126L274.3,126z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M316.5,86.9c0,0-0.2,0-0.2-0.2L310,69.6v-0.2l0.2-0.2l17.3,0.7c0,0,0.2,0,0.2,0.2v0.2l-11,16.4C316.7,86.9,316.7,86.9,316.5,86.9L316.5,86.9z"></path><path fill="#fff" d="M310.4,69.6l17.3,0.7l-11,16.4L310.4,69.6 M310.4,69c-0.2,0-0.4,0-0.4,0.2c0,0.2-0.2,0.4,0,0.4l6.3,17.1c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4,0,0.4-0.2l11-16.4c0.2-0.2,0.2-0.4,0-0.5c0-0.2-0.2-0.2-0.4-0.2L310.4,69L310.4,69L310.4,69z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M232.5,37.7C232.5,37.7,232.3,37.7,232.5,37.7c-0.2-0.2-0.2-0.4-0.2-0.4L245,20l0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l9.9,22.5v0.2h-0.2C255.1,42.9,232.5,37.7,232.5,37.7z"></path><path fill="#fff" d="M245.1,20.2l9.9,22.5l-22.5-5.2L245.1,20.2 M245.1,19.6c-0.2,0-0.4,0-0.4,0.2l-12.6,17.3c0,0.2-0.2,0.4,0,0.4c0,0.2,0.2,0.2,0.4,0.4l22.5,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.9-22.5C245.5,19.8,245.5,19.8,245.1,19.6C245.3,19.6,245.1,19.6,245.1,19.6L245.1,19.6z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-mid)" d="M34.1,221.5c-0.2,0-0.2-0.2-0.2-0.2c0-0.2,0-0.2,0.2-0.2l25.2-13.7c0,0,0,0,0.2,0c0,0,0,0,0.2,0l0.2,0.2l-1.6,18.9c0,0,0,0.2-0.2,0.2c0,0,0,0-0.2,0L34.1,221.5z"></path><path fill="#fff" d="M59.5,207.6l-1.6,18.9l-23.6-5.2L59.5,207.6 M59.5,207.1h-0.2l-25.2,13.7c-0.2,0-0.2,0.4-0.2,0.5s0.2,0.4,0.4,0.4l23.6,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.2,0c0.2,0,0.2-0.2,0.2-0.4l1.6-18.9c0-0.2,0-0.4-0.2-0.4C59.7,207.1,59.5,207.1,59.5,207.1L59.5,207.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M207.8,280.8C207.8,280.8,207.6,280.6,207.8,280.8l-3.2-20.9v-0.2h0.2l22.7,4.3c0,0,0.2,0,0.2,0.2v0.2L208,281C208,280.8,208,280.8,207.8,280.8C208,280.8,207.8,280.8,207.8,280.8z"></path><path fill="#fff" d="M204.8,259.7l22.7,4.3l-19.6,16.6L204.8,259.7 M204.8,259.4c-0.2,0-0.2,0-0.4,0.2s-0.2,0.2-0.2,0.4l3.1,20.7c0,0.2,0.2,0.4,0.4,0.4h0.2c0.2,0,0.2,0,0.4-0.2l19.6-16.6c0.2-0.2,0.2-0.4,0.2-0.5c0-0.2-0.2-0.4-0.4-0.4L204.8,259.4C204.9,259.4,204.8,259.4,204.8,259.4L204.8,259.4z"></path></g>
</svg></div></div></div><div class="moduletable gdwmenu auto-size d-xl-none"><div id="gdwmenu-132"><nav class="menu"><div class="nav " data-simplebar=""><ul class="root-menu"><li class="item-101 default current active"><a href="/" aria-current="page">Accueil</a></li><li class="item-297 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=ecole]">École <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="ecole"><ul><li class="item-369 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=le-personnel]">Le personnel <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="le-personnel"><ul><li class="item-310"><a href="/ecole/le-personnel/mot-de-la-directrice">Mot de la directrice</a></li><li class="item-311"><a href="/ecole/le-personnel/equipe/membres">Équipe</a></li><li class="item-313"><a href="/ecole/le-personnel/conseil-detablissement">Conseil d'établissement</a></li></ul></div></li><li class="item-370 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=a-propos]">À propos <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="a-propos"><ul><li class="item-371"><a href="/ecole/a-propos/projet-educatif">Projet éducatif</a></li><li class="item-312"><a href="/ecole/a-propos/code-de-vie">Code de vie</a></li><li class="item-314"><a href="/ecole/a-propos/archives/articles">Archives</a></li><li class="item-315"><a href="/ecole/a-propos/st-ex-son-histoire">St-Ex ; son histoire</a></li><li class="item-316"><a href="/ecole/a-propos/plan-de-lutte-a-lintimidation-et-a-la-violence">Plan de lutte à l'intimidation et à la violence</a></li></ul></div></li></ul></div></li><li class="item-321"><a href="/inscription">Inscription</a></li><li class="item-298 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=service]">Services <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="service"><ul><li class="item-317"><a href="/service/cafeteria">Cafétéria</a></li><li class="item-318"><a href="/service/bibliotheque">Bibliothèque</a></li><li class="item-319"><a href="/service/service-de-psychologie">Service de psychologie</a></li><li class="item-320"><a href="/service/service-dorientation">Service d'orientation</a></li></ul></div></li><li class="item-300 deeper parent sports-tag"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=sport]">Sport-études <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="sport"><ul><li class="item-390 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=futurs-etudiants]">Futurs étudiants <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="futurs-etudiants"><ul><li class="item-322"><a href="/sport/futurs-etudiants/visite-virtuelle">Visite virtuelle</a></li><li class="item-323"><a href="/sport/futurs-etudiants/le-programme-sport-etude">Le programme</a></li><li class="item-324"><a href="/sport/futurs-etudiants/soumettre-une-candidature-sport-etude">Soumettre une candidature</a></li><li class="item-329"><a href="/sport/futurs-etudiants/f-a-q">F.A.Q.</a></li></ul></div></li><li class="item-391 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=nos-athletes]">Nos athlètes <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="nos-athletes"><ul><li class="item-330"><a href="/sport/nos-athletes/nouvelles/articles">Nouvelles</a></li><li class="item-327"><a href="/sport/nos-athletes/performances">Performances</a></li><li class="item-332"><a href="/sport/nos-athletes/aide-financiere">Aide financière</a></li><li class="item-325"><a href="/sport/nos-athletes/pantheon">Panthéon</a></li></ul></div></li><li class="item-392 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=partenaires]">Partenaires <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="partenaires"><ul><li class="item-326"><a href="/sport/partenaires/liste-partenaires/partenaires">Partenaires</a></li><li class="item-328"><a href="/sport/partenaires/mees">MÉES</a></li></ul></div></li></ul></div></li><li class="item-301 deeper parent lang-tag"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=langues-etudes]">Langues-études <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="langues-etudes"><ul><li class="item-335"><a href="/langues-etudes/programme-langue-etude">Le programme</a></li><li class="item-334"><a href="/langues-etudes/candidature-langue-etude">Soumettre une candidature</a></li></ul></div></li><li class="item-302 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=vie-scolaire]">Vie scolaire <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="vie-scolaire"><ul><li class="item-336"><a href="/vie-scolaire/evenements/evenements">Événements</a></li><li class="item-337"><a href="/vie-scolaire/calendriers-et-horaires">Calendriers et horaires</a></li><li class="item-338"><a href="/vie-scolaire/activites-culturelles">Activités culturelles</a></li><li class="item-339"><a href="/vie-scolaire/activites-sportives">Activités sportives</a></li><li class="item-340"><a href="/vie-scolaire/conseil-general-etudiant">Conseil général étudiant</a></li><li class="item-341"><a href="/vie-scolaire/cafe-lentre-deux">Café l'entre-deux</a></li><li class="item-342"><a href="/vie-scolaire/fondation-evenko">Fondation Evenko</a></li></ul></div></li><li class="item-303 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=niveaux-titre]">Niveaux <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="niveaux-titre"><ul><li class="item-343"><a href="/niveaux-titre/parcours-scolaire">Parcours scolaire</a></li><li class="item-367 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=niveaux-separateur]">Niveaux <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="niveaux-separateur"><ul><li class="item-344"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-1">Secondaire 1</a></li><li class="item-345"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-2">Secondaire 2</a></li><li class="item-346"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-3">Secondaire 3</a></li><li class="item-347"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-4">Secondaire 4</a></li><li class="item-348"><a href="/niveaux-titre/niveaux-separateur/niveaux-secondaire-5">Secondaire 5</a></li></ul></div></li><li class="item-361 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=adaptation-scolaire]">Adaptation scolaire <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="adaptation-scolaire"><ul><li class="item-362"><a href="/niveaux-titre/adaptation-scolaire/ccs">CCS</a></li><li class="item-363"><a href="/niveaux-titre/adaptation-scolaire/fpt">FPT</a></li><li class="item-364"><a href="/niveaux-titre/adaptation-scolaire/fms">FMS</a></li></ul></div></li><li class="item-349"><a href="/niveaux-titre/pre-dep">Pré-dep</a></li></ul></div></li><li class="item-306 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=info-parent]">Info parents <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="info-parent"><ul><li class="item-366 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=niveaux-separateur-info-parent]">Niveaux <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="niveaux-separateur-info-parent"><ul><li class="item-353"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-1">Secondaire 1</a></li><li class="item-354"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-2">Secondaire 2</a></li><li class="item-355"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-3">Secondaire 3</a></li><li class="item-356"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-4">Secondaire 4</a></li><li class="item-357"><a href="/info-parent/niveaux-separateur-info-parent/info-parents-secondaire-5">Secondaire 5</a></li></ul></div></li><li class="item-368 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=parcours]">Parcours <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="parcours"><ul><li class="item-358"><a href="/info-parent/parcours/parcours-fpt">Parcours FPT</a></li><li class="item-359"><a href="/info-parent/parcours/parcours-fms">Parcours FMS</a></li></ul></div></li><li class="item-389"><a href="/info-parent/guide/publications">Guide</a></li></ul></div></li><li class="item-305"><a href="/les-anciens">Les anciens</a></li><li class="item-352 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=trucs]">Trucs <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="trucs"><ul><li class="item-304 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=trucs-pour-eleves]">Trucs pour élèves <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="trucs-pour-eleves"><ul><li class="item-350"><a href="/trucs/trucs-pour-eleves/pour-etudier">Pour étudier</a></li></ul></div></li><li class="item-308 divider deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=trucs-parents]">Trucs pour parents <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="trucs-parents"><ul><li class="item-365"><a href="/trucs/trucs-parents/appuyer-nos-enfants/publications">Pour appuyer nos enfants</a></li></ul></div></li></ul></div></li><li class="item-307 deeper parent"><a class="nav-header" data-bs-toggle="collapse" data-bs-target="[data-submenu=en-ligne]">En ligne <svg role="img" width="10" height="6"><use xlink:href="/icons.svg#chevron"></use></svg></a><div class="submenu collapse" data-submenu="en-ligne"><ul><li class="item-351"><a href="/en-ligne/capsules">Capsules</a></li></ul></div></li><li class="item-393 d-xl-none"><a href="/nous-joindre/contact">Nous joindre</a></li></ul></div></nav><div class="toggle"><i></i></div></div></div>
			</div>
		</div>
	</header>
	
			<div id="slideshow">
			<div class="moduletable gdwslideshow"><div class="gdwrotator" id="mod_gdwslideshow116" data-duration="800" data-autotime="7000" data-selections="1" data-controls="0"><div class="rotator"><div class="content"><div class="picture"><picture><source media="(max-width:991.98px)" srcset="/components/com_gdwgestion/download.php?fileid=1432"><source media="(min-width:992px)" srcset="/components/com_gdwgestion/download.php?fileid=1431"><img src="/components/com_gdwgestion/download.php?fileid=1431" alt=""></picture></div><div class="text"><div class="container-fluid max-width"><div class="text-content"><a href="https://stexupery.csspi.ca/images/2024-2025/thumbnail_image0.png" target="_blank" class="btn link"><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg><span>Portes ouvertes pour les programmes particuliers</span></a></div></div></div></div></div><div class="selections d-flex align-items-center justify-content-center flex-column"><div class="selection active"></div><div class="selection"></div><div class="selection"></div></div><div class="scroll-slide d-none d-lg-flex align-items-center justify-content-center flex-column"><i><svg role="img" width="20" height="30"><use xlink:href="/icons.svg#mouse"></use></svg></i></div><script type="application/json">[{"picture":"<picture><source media=\"(max-width:991.98px)\" srcset=\"\/components\/com_gdwgestion\/download.php?fileid=1432\"><source media=\"(min-width:992px)\" srcset=\"\/components\/com_gdwgestion\/download.php?fileid=1431\"><img src=\"\/components\/com_gdwgestion\/download.php?fileid=1431\" alt=\"\" \/><\/picture>","text":"<a href=\"https:\/\/stexupery.csspi.ca\/images\/2024-2025\/thumbnail_image0.png\" target=\"_blank\" class=\"btn link\"><svg role=\"img\" width=\"18\" height=\"10\"><use xlink:href=\"\/icons.svg#arrow\"\/><\/svg><span>Portes ouvertes pour les programmes particuliers<\/span><\/a>"},{"picture":"<picture><source media=\"(max-width:991.98px)\" srcset=\"\/components\/com_gdwgestion\/download.php?fileid=1387\"><source media=\"(min-width:992px)\" srcset=\"\/components\/com_gdwgestion\/download.php?fileid=1386\"><img src=\"\/components\/com_gdwgestion\/download.php?fileid=1386\" alt=\"\" \/><\/picture>","text":"<p>Rentr\u00e9e scolaire 2024-2025<\/p><a href=\"\/sport\/nos-athletes\/nouvelles\/article\/tous-les-details-sur-la-rentree-24-25\" target=\"_blank\" class=\"btn link\"><svg role=\"img\" width=\"18\" height=\"10\"><use xlink:href=\"\/icons.svg#arrow\"\/><\/svg><span>Voir les d\u00e9tails<\/span><\/a>"},{"picture":"<picture><source media=\"(max-width:991.98px)\" srcset=\"\/components\/com_gdwgestion\/download.php?fileid=1414\"><source media=\"(min-width:992px)\" srcset=\"\/components\/com_gdwgestion\/download.php?fileid=1413\"><img src=\"\/components\/com_gdwgestion\/download.php?fileid=1413\" alt=\"\" \/><\/picture>","text":"<p>On c\u00e9l\u00e8bre les \u00e9l\u00e8ves et les enseignants de l'\u00e9cole dans La Presse!<\/p>\r\n<p><span style=\"font-size: 12px;\">Cr\u00e9dit photo: Hugo-S\u00e9bastien Aubert, La Presse<\/span><\/p><a href=\"https:\/\/lp.ca\/7KQ7Jf?sharing=true\" target=\"_blank\" rel=\"nofollow noreferrer\" class=\"btn link\"><svg role=\"img\" width=\"18\" height=\"10\"><use xlink:href=\"\/icons.svg#arrow\"\/><\/svg><span>Lire l'article<\/span><\/a>"}]</script></div></div>
			<aside><div class="moduletable gdwbutton"><div class="bkg-svg"><svg xmlns="http://www.w3.org/2000/svg" role="img" width="232" height="282" viewBox="0 0 232.3 281.7" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M116.5,149.3c-0.1,0-0.1-0.1-0.1-0.1l8.6-81.5c0,0,0-0.1,0.1-0.1l75.1-25l0,0c0,0,0.1,0,0.1,0.1v0.1l-83.6,106.4C116.6,149.3,116.6,149.3,116.5,149.3L116.5,149.3z"></path><path fill="#fff" d="M200.2,42.7l-83.6,106.4l8.6-81.5L200.2,42.7 M200.2,42.5C200.2,42.5,200.1,42.5,200.2,42.5l-75.2,25c-0.1,0-0.2,0.1-0.2,0.2l-8.6,81.5c0,0.1,0.1,0.2,0.2,0.3h0.1c0.1,0,0.1,0,0.2-0.1L200.3,43c0.1-0.1,0.1-0.2,0-0.3C200.3,42.5,200.3,42.5,200.2,42.5L200.2,42.5z"></path><path fill="var(--fill-mid)" d="M116.5,149.3c0,0-0.1,0-0.1-0.1L56.7,27.8v-0.1h0.1c0,0,0,0,0.1,0l68.3,40l0.1,0.1l-8.5,81.5C116.7,149.3,116.6,149.3,116.5,149.3C116.6,149.3,116.5,149.3,116.5,149.3z"></path><path fill="#fff" d="M56.8,27.7l68.3,40l-8.6,81.5L56.8,27.7 M56.8,27.4c-0.1,0-0.1,0-0.2,0.1c-0.1,0.1-0.1,0.2-0.1,0.3l59.7,121.5c0,0.1,0.1,0.1,0.2,0.1l0,0c0.1,0,0.2-0.1,0.2-0.2l8.6-81.5c0-0.1,0-0.2-0.1-0.2l-68.3-40C56.9,27.5,56.9,27.4,56.8,27.4L56.8,27.4z"></path><path fill="var(--fill-dark)" d="M125.1,67.8C125.1,67.8,125,67.8,125.1,67.8l-68.3-40c-0.1,0-0.1-0.1-0.1-0.1c0-0.1,0.1-0.1,0.1-0.1l143.4,15c0.1,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1-0.1,0.1L125.1,67.8L125.1,67.8z"></path><path fill="#fff" d="M56.8,27.7l143.4,15l-75.1,25L56.8,27.7 M56.8,27.4c-0.1,0-0.2,0.1-0.2,0.2s0,0.2,0.1,0.3l68.3,40h0.1h0.1l75.1-25c0.1,0,0.2-0.1,0.2-0.3c0-0.1-0.1-0.2-0.2-0.2L56.8,27.4L56.8,27.4L56.8,27.4z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M188.4,129.1C188.3,129.1,188.3,129.1,188.4,129.1l-16.9-8.5l-0.1-0.1l0.7-18.2c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1l16.2,26.7C188.5,129,188.5,129.1,188.4,129.1L188.4,129.1z"></path><path fill="#fff" d="M172.2,102.3l16.2,26.7l-16.9-8.5L172.2,102.3 M172.2,102L172.2,102c-0.2,0-0.2,0.1-0.2,0.2l-0.7,18.2c0,0.1,0,0.2,0.1,0.2l16.9,8.5h0.1c0.1,0,0.1,0,0.2-0.1c0.1-0.1,0.1-0.2,0-0.3L172.4,102C172.4,102.1,172.3,102,172.2,102L172.2,102z"></path><path fill="var(--fill-mid)" d="M157.3,132.1c-0.1,0-0.1,0-0.1-0.1s0-0.1,0-0.1l14.2-11.5c0,0,0,0,0.1,0c0,0,0,0,0.1,0l16.9,8.5l0.1,0.1c0,0.1-0.1,0.1-0.1,0.1C188.4,129.1,157.3,132.1,157.3,132.1z"></path><path fill="#fff" d="M171.5,120.5l16.9,8.5l-31.1,3L171.5,120.5 M171.5,120.3c-0.1,0-0.1,0-0.2,0.1l-14.2,11.5c-0.1,0.1-0.1,0.2-0.1,0.3s0.1,0.2,0.2,0.2l0,0l31.1-3c0.1,0,0.2-0.1,0.2-0.2s0-0.2-0.1-0.3L171.5,120.3C171.5,120.3,171.5,120.3,171.5,120.3L171.5,120.3z"></path><path fill="var(--fill-dark)" d="M157.3,132.1C157.2,132.1,157.2,132.1,157.3,132.1c-0.1-0.1-0.1-0.1-0.1-0.2l14.9-29.7l0.1-0.1l0,0c0.1,0,0.1,0.1,0.1,0.1l-0.7,18.2v0.1L157.3,132.1L157.3,132.1z"></path><path fill="#fff" d="M172.2,102.3l-0.7,18.2L157.3,132L172.2,102.3 M172.2,102c-0.1,0-0.2,0.1-0.2,0.1l-15,29.8c-0.1,0.1,0,0.2,0.1,0.3c0,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0,0.2-0.1l14.2-11.5c0.1,0,0.1-0.1,0.1-0.2l0.7-18.2C172.5,102.2,172.4,102.1,172.2,102L172.2,102L172.2,102z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M99.4,11.2c0,0-0.1,0-0.1-0.1l-3.7-8.8c0-0.1,0-0.1,0-0.1h0.1c0,0,0,0,0.1,0l13.6,9.1c0,0,0.1,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.1L99.4,11.2z"></path><path fill="#fff" d="M95.7,2.3l13.6,9.1l-9.9-0.3L95.7,2.3 M95.7,2c-0.1,0-0.1,0-0.2,0.1s-0.1,0.2-0.1,0.3l3.7,8.8c0,0.1,0.1,0.2,0.2,0.2l9.9,0.3l0,0c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2-0.1-0.3L95.8,2.1C95.8,2,95.7,2,95.7,2L95.7,2z"></path><path fill="var(--fill-mid)" d="M95.2,19.9C95.2,19.9,95.1,19.8,95.2,19.9c-0.1-0.1-0.1-0.1-0.1-0.2l4.2-8.6l0.1-0.1l9.9,0.3c0.1,0,0.1,0,0.1,0.1s0,0.1-0.1,0.1L95.2,19.9L95.2,19.9z"></path><path fill="#fff" d="M99.4,11.1l9.9,0.3l-14.1,8.3L99.4,11.1 M99.4,10.9c-0.1,0-0.2,0.1-0.2,0.1L95,19.6c0,0.1,0,0.2,0.1,0.3c0,0,0.1,0.1,0.2,0.1h0.1l14.1-8.3c0.1-0.1,0.1-0.2,0.1-0.3s-0.1-0.2-0.2-0.2L99.4,10.9L99.4,10.9L99.4,10.9z"></path><path fill="var(--fill-dark)" d="M95.2,19.9c-0.1,0-0.1-0.1-0.1-0.1l0.5-17.5c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1l3.7,8.8v0.1l-4.2,8.6C95.3,19.8,95.2,19.9,95.2,19.9L95.2,19.9z"></path><path fill="#fff" d="M95.7,2.3l3.7,8.8l-4.2,8.6L95.7,2.3 M95.7,2L95.7,2c-0.2,0-0.2,0.1-0.3,0.2l-0.5,17.5c0,0.1,0.1,0.2,0.2,0.2c0,0,0,0,0.1,0s0.2-0.1,0.2-0.1l4.2-8.6c0-0.1,0-0.1,0-0.2l-3.7-8.8C95.9,2.1,95.8,2,95.7,2L95.7,2z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M151.1,24.5C151,24.4,151,24.4,151.1,24.5l-5.3-24.2c0-0.1,0-0.1,0.1-0.1c0,0,0,0,0.1,0h0.1l16.4,15.4v0.1v0.1l-11.1,8.6C151.2,24.5,151.2,24.5,151.1,24.5L151.1,24.5z"></path><path fill="#fff" d="M145.9,0.3l16.4,15.4l-11.1,8.6L145.9,0.3 M145.9,0h-0.1c-0.1,0.1-0.1,0.2-0.1,0.3l5.2,24.1c0,0.1,0.1,0.2,0.2,0.2h0.1c0.1,0,0.1,0,0.2-0.1l11.1-8.6c0.1,0,0.1-0.1,0.1-0.2c0-0.1,0-0.1-0.1-0.2L146.1,0.1C146,0,146,0,145.9,0L145.9,0z"></path><path fill="var(--fill-mid)" d="M162.3,15.8C162.2,15.8,162.2,15.8,162.3,15.8L145.8,0.3c0,0-0.1-0.1,0-0.1l0.1-0.1l24.4,3.8c0,0,0.1,0,0.1,0.1v0.1l-8,11.6C162.4,15.8,162.3,15.8,162.3,15.8L162.3,15.8z"></path><path fill="#fff" d="M145.9,0.3l24.4,3.8l-8,11.6L145.9,0.3 M145.9,0c-0.1,0-0.2,0.1-0.2,0.1c0,0.1,0,0.2,0.1,0.3l16.4,15.4c0,0,0.1,0.1,0.2,0.1l0,0c0.1,0,0.1,0,0.2-0.1l8-11.6c0-0.1,0.1-0.2,0-0.2s-0.1-0.1-0.2-0.1L145.9,0L145.9,0L145.9,0z"></path><path fill="var(--fill-dark)" d="M151.1,24.5c0,0-0.1,0-0.1-0.1s0-0.1,0-0.2l11.1-8.6l8-11.6l0.1-0.1c0,0,0,0,0.1,0s0.1,0.1,0,0.2l-7.1,12.5L151.1,24.5C151.2,24.5,151.2,24.5,151.1,24.5z"></path><path fill="#fff" d="M170.2,4.1l-7.1,12.5l-12,7.8l11.1-8.6L170.2,4.1 M170.2,3.8c-0.1,0-0.2,0-0.2,0.1l-8,11.6l-11,8.6c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.1,0.1,0.2,0.1h0.1l12-7.8l0.1-0.1l7.1-12.5c0.1-0.1,0-0.3-0.1-0.3C170.3,3.8,170.3,3.8,170.2,3.8L170.2,3.8z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M220.6,223.2L220.6,223.2c0,0.1,0,0.1,0,0.2l-44.2,58.3c0,0.1-0.1,0.1-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l3.9-44.1c0-0.1,0-0.1,0.1-0.1l40.3-14.2C220.5,223.1,220.5,223.1,220.6,223.2z M176.4,281.1l43.6-57.5l-39.8,14L176.4,281.1z"></path><path fill="#fff" d="M180.2,237.4v0.1l-3.9,44.1c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.2-0.1l-33.4-65.1c0-0.1,0-0.1,0-0.2c0,0,0.1-0.1,0.2,0L180.2,237.4C180.2,237.3,180.2,237.3,180.2,237.4z M176.1,281l3.8-43.5l-36.8-20.7L176.1,281z"></path><path fill="#fff" d="M220.6,223.2L220.6,223.2c0,0.1,0,0.2-0.1,0.2l-40.3,14.2h-0.1l-37.3-21c-0.1,0-0.1-0.1-0.1-0.2c0-0.1,0.1-0.1,0.2-0.1L220.6,223.2C220.5,223.1,220.5,223.2,220.6,223.2z M180.1,237.3l39.6-13.9l-76.3-6.7L180.1,237.3z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M34.4,184c-0.1,0-0.1,0-0.1-0.1s0-0.1,0.1-0.1l44.1-20.4c0,0,0,0,0.1,0h0.1l35.5,30.7c0,0,0.1,0.1,0,0.1l-0.1,0.1C114.1,194.2,34.4,184,34.4,184z"></path><path fill="#fff" d="M78.5,163.5l35.5,30.6l-79.6-10.2L78.5,163.5 M78.5,163.2L78.5,163.2l-44.2,20.4c-0.1,0-0.2,0.2-0.1,0.3c0,0.1,0.1,0.2,0.2,0.2l79.6,10.2l0,0c0.1,0,0.2-0.1,0.2-0.1c0-0.1,0-0.2-0.1-0.3L78.5,163.2C78.7,163.2,78.6,163.2,78.5,163.2L78.5,163.2z"></path><path fill="var(--fill-mid)" d="M34.4,184L34.4,184c-0.1-0.1-0.1-0.1-0.1-0.2L78,116.5l0.1-0.1l0,0c0.1,0,0.1,0.1,0.1,0.1l0.4,46.9c0,0,0,0.1-0.1,0.1L34.4,184C34.5,184,34.5,184,34.4,184z"></path><path fill="#fff" d="M78.1,116.5l0.4,46.9l-44.1,20.4L78.1,116.5 M78.1,116.3c-0.1,0-0.2,0-0.2,0.1l-43.7,67.4c-0.1,0.1-0.1,0.2,0,0.3c0,0.1,0.1,0.1,0.2,0.1h0.1l44.1-20.4c0.1,0,0.1-0.1,0.1-0.2l-0.4-46.9C78.4,116.4,78.3,116.3,78.1,116.3C78.2,116.3,78.2,116.3,78.1,116.3L78.1,116.3z"></path><path fill="var(--fill-dark)" d="M114.1,194.2C114,194.2,114,194.2,114.1,194.2l-35.6-30.7v-0.1L78,116.5c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1L114.1,194.2C114.2,194.1,114.2,194.2,114.1,194.2L114.1,194.2z"></path><path fill="#fff" d="M78.1,116.5l35.9,77.6l-35.5-30.6L78.1,116.5 M78.1,116.3L78.1,116.3c-0.2,0-0.3,0.1-0.3,0.3l0.4,46.9c0,0.1,0,0.1,0.1,0.2l35.5,30.6c0,0,0.1,0.1,0.2,0.1s0.1,0,0.2-0.1s0.1-0.2,0.1-0.3l-35.9-77.6C78.3,116.3,78.2,116.3,78.1,116.3L78.1,116.3z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M14.2,114.9c0,0-0.1,0-0.1-0.1l-14-32.7V82h0.1c0,0,0,0,0.1,0l27.1,14.4c0,0,0.1,0,0.1,0.1s0,0.1,0,0.1l-13.1,18.3C14.3,114.9,14.3,114.9,14.2,114.9C14.3,114.9,14.2,114.9,14.2,114.9z"></path><path fill="#fff" d="M0.3,82.1l27.1,14.4l-13.1,18.3L0.3,82.1 M0.3,81.9c-0.1,0-0.1,0-0.2,0.1C0,82,0,82.1,0,82.2l14,32.7c0,0.1,0.1,0.1,0.2,0.2l0,0c0.1,0,0.2,0,0.2-0.1l13.1-18.3c0-0.1,0.1-0.1,0-0.2s-0.1-0.1-0.1-0.2L0.3,81.9C0.3,81.9,0.3,81.9,0.3,81.9L0.3,81.9z"></path><path fill="var(--fill-mid)" d="M27.3,96.6L27.3,96.6L0.2,82.2l-0.1-0.1c0,0,0-0.1,0.1-0.1l34.9-6.7h0.1v0.1l-7.8,21.1C27.4,96.6,27.4,96.6,27.3,96.6C27.4,96.6,27.3,96.6,27.3,96.6z"></path><path fill="#fff" d="M35.2,75.4l-7.8,21.1L0.3,82.1L35.2,75.4 M35.2,75.1C35.2,75.1,35.1,75.1,35.2,75.1l-35,6.7C0.1,81.9,0,82,0,82.1s0,0.2,0.1,0.3l27.1,14.4h0.1h0.1c0.1,0,0.1-0.1,0.1-0.1l7.8-21.1c0-0.1,0-0.2,0-0.2C35.3,75.2,35.2,75.1,35.2,75.1L35.2,75.1z"></path><path fill="var(--fill-dark)" d="M14.3,114.9C14.2,114.9,14.2,114.9,14.3,114.9c-0.1-0.1-0.1-0.1-0.1-0.2l13.1-18.3l7.7-21c0-0.1,0.1-0.1,0.1-0.1l0,0c0.1,0,0.1,0.1,0.1,0.2l-6.3,21.9L14.3,114.9L14.3,114.9z"></path><path fill="#fff" d="M35.2,75.4l-6.3,21.9l-14.6,17.5l13.1-18.3L35.2,75.4 M35.2,75.1c-0.1,0-0.2,0.1-0.2,0.2l-7.8,21.1l-13.1,18.3c-0.1,0.1-0.1,0.3,0.1,0.3c0,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0,0.2-0.1L29,97.4v-0.1l6.3-21.9C35.4,75.3,35.4,75.2,35.2,75.1C35.2,75.2,35.2,75.1,35.2,75.1L35.2,75.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M129.6,240.7C129.5,240.7,129.5,240.7,129.6,240.7c-0.1-0.1-0.1-0.1-0.1-0.1l9.3-78.9c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1l36.4,58v0.1c0,0,0,0.1-0.1,0.1L129.6,240.7L129.6,240.7z"></path><path fill="#fff" d="M138.9,161.8l36.4,58l-45.7,20.9L138.9,161.8 M138.9,161.5C138.9,161.5,138.8,161.5,138.9,161.5c-0.2,0-0.2,0.1-0.2,0.2l-9.3,78.9c0,0.1,0,0.2,0.1,0.2h0.1h0.1l45.7-20.9c0.1,0,0.1-0.1,0.1-0.2s0-0.1,0-0.2l-36.4-58C139,161.5,139,161.5,138.9,161.5L138.9,161.5z"></path><path fill="var(--fill-mid)" d="M175.3,219.9C175.2,219.9,175.2,219.8,175.3,219.9l-36.5-58v-0.1h0.1l0,0l75.1,25.9l0.1,0.1v0.1L175.3,219.9L175.3,219.9L175.3,219.9z"></path><path fill="#fff" d="M138.9,161.8l75.1,25.9l-38.7,32.1L138.9,161.8 M138.9,161.5c-0.1,0-0.1,0-0.2,0.1c-0.1,0.1-0.1,0.2,0,0.3l36.4,58c0,0.1,0.1,0.1,0.2,0.1l0,0c0.1,0,0.1,0,0.2-0.1l38.7-32.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1-0.1-0.2-0.2-0.2L138.9,161.5L138.9,161.5L138.9,161.5z"></path><path fill="var(--fill-dark)" d="M129.6,240.7c0,0-0.1,0-0.1-0.1s0-0.1,0.1-0.2l45.7-20.9l38.6-32.1h0.1h0.1c0,0,0,0.1,0,0.2L177.4,223L129.6,240.7L129.6,240.7z"></path><path fill="#fff" d="M213.9,187.7L177.2,223l-47.7,17.7l45.7-20.9L213.9,187.7 M213.9,187.4c-0.1,0-0.1,0-0.2,0.1l-38.6,32.1l-45.7,20.9c-0.1,0.1-0.2,0.2-0.1,0.3c0,0.1,0.1,0.2,0.2,0.2h0.1l47.7-17.7c0,0,0.1,0,0.1-0.1l36.7-35.3c0.1-0.1,0.1-0.2,0-0.3C214.1,187.4,214,187.4,213.9,187.4L213.9,187.4z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M207.4,27.7C207.3,27.7,207.3,27.7,207.4,27.7l-5.2-5.2v-0.1c0,0,0-0.1,0.1-0.1l7.6-4.8c0,0,0,0,0.1,0h0.1c0,0,0.1,0.1,0,0.1l-2.5,10C207.5,27.7,207.4,27.7,207.4,27.7L207.4,27.7z"></path><path fill="#fff" d="M209.9,17.6l-2.5,10l-5.1-5.1L209.9,17.6 M209.9,17.4h-0.1l-7.6,4.8c-0.1,0-0.1,0.1-0.1,0.2s0,0.2,0.1,0.2l5.1,5.1c0,0,0.1,0.1,0.2,0.1c0,0,0,0,0.1,0s0.2-0.1,0.2-0.2l2.5-10c0-0.1,0-0.2-0.1-0.3C210,17.4,209.9,17.4,209.9,17.4L209.9,17.4z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M226,104.7C225.9,104.7,225.9,104.7,226,104.7c-0.1-0.1-0.1-0.1-0.1-0.1l0.6-4.6c0,0,0-0.1,0.1-0.1c0,0,0,0,0.1,0l0,0l5.4,2l0.1,0.1c0,0.1,0,0.1-0.1,0.1L226,104.7L226,104.7z"></path><path fill="#fff" d="M226.6,100l5.4,2l-6.1,2.6L226.6,100 M226.6,99.8h-0.1c-0.1,0-0.1,0.1-0.1,0.2l-0.6,4.6c0,0.1,0,0.2,0.1,0.2c0,0,0.1,0.1,0.2,0.1h0.1l6.1-2.6c0.1,0,0.2-0.1,0.2-0.2s-0.1-0.2-0.2-0.2L226.6,99.8C226.7,99.8,226.6,99.8,226.6,99.8L226.6,99.8z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M179.6,5.9C179.5,5.9,179.5,5.9,179.6,5.9l-4.9-2.5l-0.1-0.1c0-0.1,0-0.1,0.1-0.1l5.9-1.8l0,0h0.1v0.1l-1.1,4.2C179.7,5.8,179.6,5.9,179.6,5.9L179.6,5.9z"></path><path fill="#fff" d="M180.6,1.5l-1.1,4.2l-4.9-2.5L180.6,1.5 M180.6,1.3L180.6,1.3l-6,1.8c-0.1,0-0.2,0.1-0.2,0.2c0,0.1,0,0.2,0.1,0.2l4.9,2.5h0.1h0.1c0.1,0,0.1-0.1,0.1-0.2l1.1-4.2c0-0.1,0-0.2-0.1-0.2C180.7,1.3,180.7,1.3,180.6,1.3L180.6,1.3z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M53.8,14L53.8,14c-0.1-0.1-0.1-0.1-0.1-0.2l2.7-11.2c0,0,0-0.1,0.1-0.1l0,0h0.1l9.6,9.1v0.1l-0.1,0.1C66.1,12,53.8,14,53.8,14z"></path><path fill="#fff" d="M56.5,2.7l9.6,9.1l-12.3,2L56.5,2.7 M56.5,2.5L56.5,2.5c-0.2,0-0.2,0.1-0.2,0.2l-2.7,11.2c0,0.1,0,0.2,0.1,0.2c0,0.1,0.1,0.1,0.2,0.1l0,0l12.3-2c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2-0.1-0.3l-9.6-9.1C56.7,2.5,56.6,2.5,56.5,2.5L56.5,2.5z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-mid)" d="M194,77.2L194,77.2l-4.2-1.9l-0.1-0.1c0,0,0-0.1,0.1-0.1l5.8-3.7c0,0,0,0,0.1,0h0.1c0,0,0.1,0.1,0,0.1l-1.7,5.5C194.1,77.1,194.1,77.1,194,77.2L194,77.2z"></path><path fill="#fff" d="M195.7,71.5L194,77l-4.1-1.9L195.7,71.5 M195.7,71.2h-0.1l-5.8,3.7c-0.1,0-0.1,0.1-0.1,0.2s0.1,0.2,0.1,0.2l4.1,1.9h0.1h0.1c0.1,0,0.1-0.1,0.1-0.2l1.7-5.5c0-0.1,0-0.2-0.1-0.3C195.8,71.3,195.7,71.2,195.7,71.2L195.7,71.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M204.6,165.3C204.6,165.3,204.6,165.2,204.6,165.3c-0.1-0.1-0.1-0.1-0.1-0.1l0.9-5c0,0,0-0.1,0.1-0.1l0,0h0.1l3.7,4.3v0.1l-0.1,0.1L204.6,165.3z"></path><path fill="#fff" d="M205.6,160.1l3.7,4.3l-4.6,0.7L205.6,160.1 M205.6,159.9C205.5,159.9,205.5,159.9,205.6,159.9c-0.2,0-0.2,0.1-0.2,0.2l-0.9,5c0,0.1,0,0.2,0.1,0.2c0,0,0.1,0.1,0.2,0.1l0,0l4.6-0.7c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2,0-0.2l-3.7-4.3C205.7,159.9,205.6,159.9,205.6,159.9L205.6,159.9z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M92.1,220.4c-0.1,0-0.1,0-0.1-0.1s0-0.1,0.1-0.1l12.8-8.4c0,0,0,0,0.1,0c0,0,0,0,0.1,0l0.1,0.1l0.5,10.8v0.1h-0.1C105.3,222.8,92.1,220.4,92.1,220.4z"></path><path fill="#fff" d="M104.9,211.9l0.5,10.8l-13.3-2.4L104.9,211.9 M104.9,211.6L104.9,211.6L92,220c-0.1,0.1-0.1,0.2-0.1,0.3s0.1,0.2,0.2,0.2l13.3,2.4l0,0c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2l-0.5-10.8c0-0.1-0.1-0.2-0.1-0.2C104.9,211.6,104.9,211.6,104.9,211.6L104.9,211.6z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M145.1,267.6L145.1,267.6l-8.2-8.1v-0.1l0.1-0.1c0,0,12.6-1.3,12.7-1.3c0,0,0.1,0,0.1,0.1v0.1l-4.5,9.4C145.2,267.5,145.2,267.6,145.1,267.6L145.1,267.6z"></path><path fill="#fff" d="M149.7,258l-4.5,9.4l-8.1-8.1L149.7,258 M149.7,257.8C149.6,257.8,149.6,257.8,149.7,257.8l-12.7,1.3c-0.1,0-0.2,0.1-0.2,0.2s0,0.2,0.1,0.3l8.1,8.1c0,0,0.1,0.1,0.2,0.1l0,0c0.1,0,0.1-0.1,0.2-0.1l4.5-9.4c0-0.1,0-0.2,0-0.3C149.8,257.8,149.7,257.8,149.7,257.8L149.7,257.8z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M31.9,161.3C31.9,161.3,31.8,161.3,31.9,161.3l-9.2-7.2V154c0,0,0-0.1,0.1-0.1l10.8-6.9c0,0,0,0,0.1,0c0,0,0,0,0.1,0l0.1,0.1L32,161.2C32,161.2,32,161.3,31.9,161.3L31.9,161.3z"></path><path fill="#fff" d="M33.5,147.1l-1.6,14.1l-9.2-7.2L33.5,147.1 M33.5,146.8L33.5,146.8l-10.9,6.9c-0.1,0-0.1,0.1-0.1,0.2c0,0.1,0,0.2,0.1,0.2l9.2,7.2c0,0,0.1,0.1,0.2,0.1h0.1c0.1,0,0.1-0.1,0.2-0.2l1.6-14.1c0-0.1,0-0.2-0.1-0.2C33.6,146.8,33.6,146.8,33.5,146.8L33.5,146.8z"></path></g>
</svg><svg xmlns="http://www.w3.org/2000/svg" role="img" width="376" height="437" viewBox="0 0 376 437.3" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M119.3,175.4c-0.2,0-0.2,0-0.4-0.2L0.2,56.4C0,56.4,0,56.1,0,55.9c0.2-0.2,0.4-0.4,0.5-0.2l99.1,22.5c0.2,0,0.4,0.2,0.4,0.4l19.6,96.3c0,0.2,0,0.4-0.2,0.5H119.3z M2,57l116.6,116.6L99.3,79.1L2,57z"></path><path fill="#fff" d="M99.7,79.1C99.7,79.1,99.5,79.1,99.7,79.1L0.4,56.6c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.5L158.8,0c0.2,0,0.4,0,0.5,0.2c0.2,0.2,0.2,0.4,0,0.5L100,78.9C99.9,79.1,99.9,79.1,99.7,79.1z M2.2,56.1l97.3,22.2l58.2-76.8L2.2,56.1z"></path><path fill="#fff" d="M119.3,175.4L119.3,175.4c-0.2,0-0.4-0.2-0.5-0.4L99.1,78.8c0-0.2,0-0.4,0-0.4l59.5-78.2C158.8,0,159,0,159.2,0c0.2,0.2,0.4,0.4,0.2,0.5L119.7,175C119.7,175.2,119.5,175.4,119.3,175.4z M100.2,78.8l19.1,93.9L158.1,2.5L100.2,78.8z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="#fff" d="M174.7,437.3c-0.2,0-0.2,0-0.4-0.2s-0.2-0.4-0.2-0.5l55.9-111c0.2-0.2,0.4-0.4,0.5-0.2c0.2,0,0.4,0.2,0.4,0.4l7.2,74.8c0,0.2,0,0.4-0.2,0.5l-63.1,36C174.7,437.3,174.7,437.3,174.7,437.3z M230.2,327.5l-54.4,108.1l61.5-35.1L230.2,327.5z"></path><path fill="#fff" d="M306.2,424.7L306.2,424.7l-68.9-23.6c-0.2,0-0.4-0.2-0.4-0.4l-7.2-74.8c0-0.2,0.2-0.4,0.4-0.5c0.2,0,0.4,0,0.5,0.2l75.9,98.4c0.2,0.2,0.2,0.4,0,0.5C306.6,424.7,306.4,424.7,306.2,424.7z M238.1,400.3l66.9,22.9l-73.9-95.9L238.1,400.3z"></path><path fill="#fff" d="M174.7,437.3c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0-0.4,0.2-0.5l63.1-36c0.2,0,0.2,0,0.4,0l68.7,23.6c0.2,0,0.4,0.4,0.4,0.5c0,0.2-0.2,0.4-0.4,0.4L174.7,437.3L174.7,437.3z M237.6,401.2l-60.9,35l127.4-12.3L237.6,401.2z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M124.4,84.4c0,0-0.2,0-0.2-0.2V84l25.2-27.8h0.2l0,0l34.4,11c0.2,0,0.2,0.2,0.2,0.2s0,0.2-0.2,0.2L124.4,84.4L124.4,84.4z"></path><path fill="#fff" d="M149.6,56.4l34.4,11l-59.7,16.8L149.6,56.4 M149.6,55.9c-0.2,0-0.2,0-0.4,0.2L124,83.8c-0.2,0.2-0.2,0.4,0,0.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l59.7-16.8c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L149.6,55.9L149.6,55.9L149.6,55.9z"></path><path fill="var(--fill-mid)" d="M124.4,84.4L124.4,84.4c-0.2,0-0.2-0.2-0.2-0.2L135,23.1c0-0.2,0.2-0.2,0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l14.4,33.2v0.2L124.4,84.4C124.6,84.4,124.4,84.4,124.4,84.4z"></path><path fill="#fff" d="M135,23.1l14.4,33.2l-25.1,27.9L135,23.1 M135,22.7L135,22.7c-0.2,0-0.4,0.2-0.4,0.4l-10.8,61.1c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l25.2-27.8c0.2-0.2,0.2-0.4,0-0.5l-14.4-33.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path><path fill="var(--fill-dark)" d="M183.9,67.6l-34.4-11c0,0-0.2,0-0.2-0.2l-14.4-33.2c0-0.2,0-0.2,0-0.4c0,0,0,0,0.2,0h0.2L184,67.2c0,0,0.2,0.2,0,0.4C184.2,67.6,184,67.6,183.9,67.6C184,67.6,184,67.6,183.9,67.6z"></path><path fill="#fff" d="M135,23.1l48.8,44.3l-34.2-11L135,23.1 M135,22.7c-0.2,0-0.2,0-0.2,0c-0.2,0.2-0.2,0.4-0.2,0.5l14.4,33.2c0,0.2,0.2,0.2,0.4,0.2l34.4,11h0.2c0.2,0,0.4,0,0.4-0.2c0.2-0.2,0-0.4,0-0.5l-49-44.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M300.5,370.6c-0.2,0-0.2,0-0.2-0.2l-14.4-92.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0h0.2l37.1,42.5v0.2l-22.7,49.6C300.7,370.4,300.7,370.6,300.5,370.6L300.5,370.6z"></path><path fill="#fff" d="M286.1,278.1l37.1,42.5l-22.7,49.6L286.1,278.1 M286.1,277.6h-0.2c-0.2,0-0.4,0.4-0.2,0.5l14.4,92.3c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4-0.2,0.4-0.2l22.7-49.6c0-0.2,0-0.4,0-0.5l-37.1-42.5C286.4,277.8,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-mid)" d="M323.2,320.8L323.2,320.8l-37.3-42.7v-0.2l0.2-0.2l0,0l89.4,26.9c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L323.2,320.8C323.4,320.8,323.2,320.8,323.2,320.8z"></path><path fill="#fff" d="M286.1,278.1l89.4,26.9l-52.3,15.7L286.1,278.1 M286.1,277.6c-0.2,0-0.4,0-0.4,0.2c-0.2,0.2-0.2,0.4,0,0.5l37.1,42.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l52.3-15.7c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L286.1,277.6C286.2,277.6,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-dark)" d="M300.7,370.6C300.5,370.6,300.5,370.6,300.7,370.6c-0.2-0.2-0.2-0.2-0.2-0.4l22.7-49.6c0,0,0-0.2,0.2-0.2l52.3-15.7l0,0c0,0,0.2,0,0.2,0.2c0,0.2,0,0.2,0,0.4L300.7,370.6L300.7,370.6z"></path><path fill="#fff" d="M375.5,305l-75,65.3l22.7-49.6L375.5,305 M375.5,304.6L375.5,304.6L323,320.3c-0.2,0-0.2,0.2-0.4,0.2l-22.7,49.6c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l75-65.3c0.2-0.2,0.2-0.4,0.2-0.5C375.8,304.6,375.6,304.6,375.5,304.6L375.5,304.6z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M48.5,155.6c0,0-0.2,0-0.2-0.2l-9.7-15.9v-0.2l10.1-14.8l0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.2l-0.4,30.6C48.7,155.4,48.5,155.4,48.5,155.6L48.5,155.6z"></path><path fill="#fff" d="M48.8,124.6l-0.4,30.6l-9.7-15.9L48.8,124.6 M48.8,124.2c-0.2,0-0.4,0-0.4,0.2l-10.1,14.8c-0.2,0.2-0.2,0.4,0,0.5l9.7,15.9c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0c0.2,0,0.4-0.2,0.4-0.4l0.4-30.6C49.2,124.4,49.2,124.2,48.8,124.2L48.8,124.2L48.8,124.2z"></path><path fill="var(--fill-mid)" d="M48.5,155.6C48.3,155.6,48.3,155.6,48.5,155.6l-27.6-13.7l-0.2-0.2c0-0.2,0.2-0.2,0.2-0.2l17.8-2.2c0,0,0.2,0,0.2,0.2l9.7,15.9C48.7,155.2,48.7,155.4,48.5,155.6C48.5,155.4,48.5,155.6,48.5,155.6z"></path><path fill="#fff" d="M38.8,139.3l9.7,15.9l-27.4-13.7L38.8,139.3 M38.8,139L38.8,139l-17.8,2.2c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l27.4,13.7h0.2c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.7-15.9C39.1,139,38.9,139,38.8,139L38.8,139z"></path><path fill="var(--fill-dark)" d="M20.9,141.9c-0.2,0-0.2,0-0.2-0.2c0-0.2,0-0.2,0.2-0.2l27.8-17.1c0,0,0,0,0.2,0H49c0,0,0,0.2,0,0.4l-10.1,14.8c0,0-0.2,0-0.2,0.2C38.8,139.7,20.9,141.9,20.9,141.9z"></path><path fill="#fff" d="M48.8,124.6l-10.1,14.8l-17.8,2.2L48.8,124.6 M48.8,124.2h-0.2l-27.9,16.9c-0.2,0.2-0.2,0.4-0.2,0.5c0,0.2,0.2,0.4,0.4,0.4l0,0l17.8-2.2c0.2,0,0.2,0,0.4-0.2l10.1-14.8c0.2-0.2,0.2-0.4,0-0.5C49,124.2,49,124.2,48.8,124.2L48.8,124.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M150.9,300.8c0,0-0.2,0-0.2-0.2L66.2,118.6v-0.2h0.2c0,0,0,0,0.2,0L221.9,195c0,0,0.2,0,0.2,0.2v0.2L151.4,301C151,300.8,150.9,300.8,150.9,300.8L150.9,300.8z"></path><path fill="#fff" d="M66.3,118.4L221.7,195L151,300.7L66.3,118.4 M66.3,118.1c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.4-0.2,0.5l84.5,182.1c0,0.2,0.2,0.2,0.4,0.2l0,0c0.2,0,0.4,0,0.4-0.2l70.7-105.6c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4l-155-76.4C66.3,118.1,66.3,118.1,66.3,118.1L66.3,118.1z"></path><path fill="var(--fill-mid)" d="M221.5,195.2L221.5,195.2L66.2,118.6l-0.2-0.2c0-0.2,0-0.2,0.2-0.2c0,0,195.9-43.8,196.1-43.8h0.2v0.2L221.7,195C221.7,195.2,221.7,195.2,221.5,195.2L221.5,195.2z"></path><path fill="#fff" d="M262.3,74.6L221.5,195L66.3,118.4L262.3,74.6 M262.3,74.1C262.3,74.1,262.1,74.1,262.3,74.1l-196.1,44c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l155.4,76.6h0.2h0.2c0.2,0,0.2-0.2,0.2-0.4l40.7-120.4c0-0.2,0-0.4-0.2-0.4C262.4,74.3,262.3,74.1,262.3,74.1L262.3,74.1z"></path><path fill="var(--fill-dark)" d="M150.9,300.8C150.9,300.8,150.7,300.8,150.9,300.8c-0.2-0.2-0.2-0.2-0.2-0.4l70.7-105.6l40.6-120.4c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.4l-32.1,124.6L150.9,300.8C151,300.8,150.9,300.8,150.9,300.8z"></path><path fill="#fff" d="M262.3,74.6l-32.1,124.6l-79.3,101.3l70.7-105.6L262.3,74.6 M262.3,74.1c-0.2,0-0.4,0.2-0.4,0.4l-40.6,120.4l-70.7,105.4c-0.2,0.2,0,0.5,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l79.3-101.3v-0.2l32.1-124.6C262.8,74.4,262.6,74.3,262.3,74.1L262.3,74.1L262.3,74.1z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M46.1,365.7L46.1,365.7c-0.2-0.2-0.2-0.2-0.2-0.4l46.3-142.8c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0,0.2,0.2l22.2,88.1v0.2L46.1,365.7C46.3,365.7,46.1,365.7,46.1,365.7z"></path><path fill="#fff" d="M92.6,222.8l22.2,88.1l-68.7,54.6L92.6,222.8 M92.6,222.2c-0.2,0-0.4,0.2-0.4,0.4L46,365.4c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l68.7-54.6c0.2-0.2,0.2-0.4,0.2-0.5l-22.2-88.1C93,222.4,92.8,222.2,92.6,222.2L92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-mid)" d="M114.8,310.9C114.6,310.9,114.6,310.9,114.8,310.9l-22.4-88.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0H93l108.5,103.6c0,0,0.2,0.2,0,0.2l-0.2,0.2C201.2,326.6,114.8,310.9,114.8,310.9z"></path><path fill="#fff" d="M92.6,222.8l108.5,103.6l-86.3-15.5L92.6,222.8 M92.6,222.2h-0.2c-0.2,0.2-0.2,0.4-0.2,0.5l22.2,88.1c0,0.2,0.2,0.4,0.4,0.4l86.3,15.5l0,0c0.2,0,0.4-0.2,0.4-0.2c0-0.2,0-0.4-0.2-0.5L92.8,222.4C92.8,222.2,92.6,222.2,92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-dark)" d="M46.1,365.7c0,0-0.2,0-0.2-0.2s0-0.2,0-0.4l68.7-54.6c0,0,0,0,0.2,0l86.3,15.5c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L46.1,365.7L46.1,365.7z"></path><path fill="#fff" d="M114.8,310.7l86.3,15.5l-155,39.1L114.8,310.7 M114.8,310.4c-0.2,0-0.2,0-0.4,0.2l-68.7,54.6c-0.2,0.2-0.2,0.4-0.2,0.5s0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l155-39.1c0.2,0,0.4-0.2,0.4-0.5c0-0.2-0.2-0.4-0.4-0.4L114.8,310.4L114.8,310.4L114.8,310.4z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M281.4,169.4c-0.2,0-0.2-0.2-0.2-0.2l-7-42.7v-0.2c0,0,0,0,0.2,0l0,0l28.3,11.2c0,0,0.2,0,0.2,0.2v0.2l-21.3,31.5C281.5,169.3,281.5,169.4,281.4,169.4L281.4,169.4z"></path><path fill="#fff" d="M274.3,126.5l28.3,11.2l-21.3,31.5L274.3,126.5 M274.3,126c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.2-0.2,0.4l7,42.7c0,0.2,0.2,0.4,0.4,0.4c0,0,0,0,0.2,0s0.4,0,0.4-0.2l21.3-31.5c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4L274.3,126C274.5,126,274.3,126,274.3,126L274.3,126z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M316.5,86.9c0,0-0.2,0-0.2-0.2L310,69.6v-0.2l0.2-0.2l17.3,0.7c0,0,0.2,0,0.2,0.2v0.2l-11,16.4C316.7,86.9,316.7,86.9,316.5,86.9L316.5,86.9z"></path><path fill="#fff" d="M310.4,69.6l17.3,0.7l-11,16.4L310.4,69.6 M310.4,69c-0.2,0-0.4,0-0.4,0.2c0,0.2-0.2,0.4,0,0.4l6.3,17.1c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4,0,0.4-0.2l11-16.4c0.2-0.2,0.2-0.4,0-0.5c0-0.2-0.2-0.2-0.4-0.2L310.4,69L310.4,69L310.4,69z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M232.5,37.7C232.5,37.7,232.3,37.7,232.5,37.7c-0.2-0.2-0.2-0.4-0.2-0.4L245,20l0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l9.9,22.5v0.2h-0.2C255.1,42.9,232.5,37.7,232.5,37.7z"></path><path fill="#fff" d="M245.1,20.2l9.9,22.5l-22.5-5.2L245.1,20.2 M245.1,19.6c-0.2,0-0.4,0-0.4,0.2l-12.6,17.3c0,0.2-0.2,0.4,0,0.4c0,0.2,0.2,0.2,0.4,0.4l22.5,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.9-22.5C245.5,19.8,245.5,19.8,245.1,19.6C245.3,19.6,245.1,19.6,245.1,19.6L245.1,19.6z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-mid)" d="M34.1,221.5c-0.2,0-0.2-0.2-0.2-0.2c0-0.2,0-0.2,0.2-0.2l25.2-13.7c0,0,0,0,0.2,0c0,0,0,0,0.2,0l0.2,0.2l-1.6,18.9c0,0,0,0.2-0.2,0.2c0,0,0,0-0.2,0L34.1,221.5z"></path><path fill="#fff" d="M59.5,207.6l-1.6,18.9l-23.6-5.2L59.5,207.6 M59.5,207.1h-0.2l-25.2,13.7c-0.2,0-0.2,0.4-0.2,0.5s0.2,0.4,0.4,0.4l23.6,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.2,0c0.2,0,0.2-0.2,0.2-0.4l1.6-18.9c0-0.2,0-0.4-0.2-0.4C59.7,207.1,59.5,207.1,59.5,207.1L59.5,207.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M207.8,280.8C207.8,280.8,207.6,280.6,207.8,280.8l-3.2-20.9v-0.2h0.2l22.7,4.3c0,0,0.2,0,0.2,0.2v0.2L208,281C208,280.8,208,280.8,207.8,280.8C208,280.8,207.8,280.8,207.8,280.8z"></path><path fill="#fff" d="M204.8,259.7l22.7,4.3l-19.6,16.6L204.8,259.7 M204.8,259.4c-0.2,0-0.2,0-0.4,0.2s-0.2,0.2-0.2,0.4l3.1,20.7c0,0.2,0.2,0.4,0.4,0.4h0.2c0.2,0,0.2,0,0.4-0.2l19.6-16.6c0.2-0.2,0.2-0.4,0.2-0.5c0-0.2-0.2-0.4-0.4-0.4L204.8,259.4C204.9,259.4,204.8,259.4,204.8,259.4L204.8,259.4z"></path></g>
</svg></div><a href="/vie-scolaire/calendriers-et-horaires">
			<i><svg role="img" width="31" height="31"><use xlink:href="/icons.svg#calendar-lg"></use></svg></i>
		<span>Consultez le calendrier scolaire</span>
	<i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i>
</a></div><div class="moduletable gdwbutton"><div class="bkg-image"><img width="220" height="322" src="/images/IMG-Background-Slideshow.jpg" alt="Code de vie"></div><a href="/ecole/a-propos/code-de-vie">
			<i><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#code-de-vie-st-ex"></use></svg></i>
		<span>Code de vie</span>
	<i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i>
</a></div><div class="moduletable custom"><div class="custom">
		<p><a href="https://portailparents.ca" target="_blank" rel="noopener noreferrer"><img src="/images/logo/mozaik-portail.png" alt="Portail Connexion" width="169" height="36"></a></p></div>
</div></aside>
		</div>
		
	<main id="content">
		<div id="system-message-container" aria-live="polite"></div>

		<div class="moduletable gdwstory"><div class="bkg-elem"><svg xmlns="http://www.w3.org/2000/svg" role="img" width="232" height="282" viewBox="0 0 232.3 281.7" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M116.5,149.3c-0.1,0-0.1-0.1-0.1-0.1l8.6-81.5c0,0,0-0.1,0.1-0.1l75.1-25l0,0c0,0,0.1,0,0.1,0.1v0.1l-83.6,106.4C116.6,149.3,116.6,149.3,116.5,149.3L116.5,149.3z"></path><path fill="#fff" d="M200.2,42.7l-83.6,106.4l8.6-81.5L200.2,42.7 M200.2,42.5C200.2,42.5,200.1,42.5,200.2,42.5l-75.2,25c-0.1,0-0.2,0.1-0.2,0.2l-8.6,81.5c0,0.1,0.1,0.2,0.2,0.3h0.1c0.1,0,0.1,0,0.2-0.1L200.3,43c0.1-0.1,0.1-0.2,0-0.3C200.3,42.5,200.3,42.5,200.2,42.5L200.2,42.5z"></path><path fill="var(--fill-mid)" d="M116.5,149.3c0,0-0.1,0-0.1-0.1L56.7,27.8v-0.1h0.1c0,0,0,0,0.1,0l68.3,40l0.1,0.1l-8.5,81.5C116.7,149.3,116.6,149.3,116.5,149.3C116.6,149.3,116.5,149.3,116.5,149.3z"></path><path fill="#fff" d="M56.8,27.7l68.3,40l-8.6,81.5L56.8,27.7 M56.8,27.4c-0.1,0-0.1,0-0.2,0.1c-0.1,0.1-0.1,0.2-0.1,0.3l59.7,121.5c0,0.1,0.1,0.1,0.2,0.1l0,0c0.1,0,0.2-0.1,0.2-0.2l8.6-81.5c0-0.1,0-0.2-0.1-0.2l-68.3-40C56.9,27.5,56.9,27.4,56.8,27.4L56.8,27.4z"></path><path fill="var(--fill-dark)" d="M125.1,67.8C125.1,67.8,125,67.8,125.1,67.8l-68.3-40c-0.1,0-0.1-0.1-0.1-0.1c0-0.1,0.1-0.1,0.1-0.1l143.4,15c0.1,0,0.1,0.1,0.1,0.1c0,0.1,0,0.1-0.1,0.1L125.1,67.8L125.1,67.8z"></path><path fill="#fff" d="M56.8,27.7l143.4,15l-75.1,25L56.8,27.7 M56.8,27.4c-0.1,0-0.2,0.1-0.2,0.2s0,0.2,0.1,0.3l68.3,40h0.1h0.1l75.1-25c0.1,0,0.2-0.1,0.2-0.3c0-0.1-0.1-0.2-0.2-0.2L56.8,27.4L56.8,27.4L56.8,27.4z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M188.4,129.1C188.3,129.1,188.3,129.1,188.4,129.1l-16.9-8.5l-0.1-0.1l0.7-18.2c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1l16.2,26.7C188.5,129,188.5,129.1,188.4,129.1L188.4,129.1z"></path><path fill="#fff" d="M172.2,102.3l16.2,26.7l-16.9-8.5L172.2,102.3 M172.2,102L172.2,102c-0.2,0-0.2,0.1-0.2,0.2l-0.7,18.2c0,0.1,0,0.2,0.1,0.2l16.9,8.5h0.1c0.1,0,0.1,0,0.2-0.1c0.1-0.1,0.1-0.2,0-0.3L172.4,102C172.4,102.1,172.3,102,172.2,102L172.2,102z"></path><path fill="var(--fill-mid)" d="M157.3,132.1c-0.1,0-0.1,0-0.1-0.1s0-0.1,0-0.1l14.2-11.5c0,0,0,0,0.1,0c0,0,0,0,0.1,0l16.9,8.5l0.1,0.1c0,0.1-0.1,0.1-0.1,0.1C188.4,129.1,157.3,132.1,157.3,132.1z"></path><path fill="#fff" d="M171.5,120.5l16.9,8.5l-31.1,3L171.5,120.5 M171.5,120.3c-0.1,0-0.1,0-0.2,0.1l-14.2,11.5c-0.1,0.1-0.1,0.2-0.1,0.3s0.1,0.2,0.2,0.2l0,0l31.1-3c0.1,0,0.2-0.1,0.2-0.2s0-0.2-0.1-0.3L171.5,120.3C171.5,120.3,171.5,120.3,171.5,120.3L171.5,120.3z"></path><path fill="var(--fill-dark)" d="M157.3,132.1C157.2,132.1,157.2,132.1,157.3,132.1c-0.1-0.1-0.1-0.1-0.1-0.2l14.9-29.7l0.1-0.1l0,0c0.1,0,0.1,0.1,0.1,0.1l-0.7,18.2v0.1L157.3,132.1L157.3,132.1z"></path><path fill="#fff" d="M172.2,102.3l-0.7,18.2L157.3,132L172.2,102.3 M172.2,102c-0.1,0-0.2,0.1-0.2,0.1l-15,29.8c-0.1,0.1,0,0.2,0.1,0.3c0,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0,0.2-0.1l14.2-11.5c0.1,0,0.1-0.1,0.1-0.2l0.7-18.2C172.5,102.2,172.4,102.1,172.2,102L172.2,102L172.2,102z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M99.4,11.2c0,0-0.1,0-0.1-0.1l-3.7-8.8c0-0.1,0-0.1,0-0.1h0.1c0,0,0,0,0.1,0l13.6,9.1c0,0,0.1,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.1L99.4,11.2z"></path><path fill="#fff" d="M95.7,2.3l13.6,9.1l-9.9-0.3L95.7,2.3 M95.7,2c-0.1,0-0.1,0-0.2,0.1s-0.1,0.2-0.1,0.3l3.7,8.8c0,0.1,0.1,0.2,0.2,0.2l9.9,0.3l0,0c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2-0.1-0.3L95.8,2.1C95.8,2,95.7,2,95.7,2L95.7,2z"></path><path fill="var(--fill-mid)" d="M95.2,19.9C95.2,19.9,95.1,19.8,95.2,19.9c-0.1-0.1-0.1-0.1-0.1-0.2l4.2-8.6l0.1-0.1l9.9,0.3c0.1,0,0.1,0,0.1,0.1s0,0.1-0.1,0.1L95.2,19.9L95.2,19.9z"></path><path fill="#fff" d="M99.4,11.1l9.9,0.3l-14.1,8.3L99.4,11.1 M99.4,10.9c-0.1,0-0.2,0.1-0.2,0.1L95,19.6c0,0.1,0,0.2,0.1,0.3c0,0,0.1,0.1,0.2,0.1h0.1l14.1-8.3c0.1-0.1,0.1-0.2,0.1-0.3s-0.1-0.2-0.2-0.2L99.4,10.9L99.4,10.9L99.4,10.9z"></path><path fill="var(--fill-dark)" d="M95.2,19.9c-0.1,0-0.1-0.1-0.1-0.1l0.5-17.5c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1l3.7,8.8v0.1l-4.2,8.6C95.3,19.8,95.2,19.9,95.2,19.9L95.2,19.9z"></path><path fill="#fff" d="M95.7,2.3l3.7,8.8l-4.2,8.6L95.7,2.3 M95.7,2L95.7,2c-0.2,0-0.2,0.1-0.3,0.2l-0.5,17.5c0,0.1,0.1,0.2,0.2,0.2c0,0,0,0,0.1,0s0.2-0.1,0.2-0.1l4.2-8.6c0-0.1,0-0.1,0-0.2l-3.7-8.8C95.9,2.1,95.8,2,95.7,2L95.7,2z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M151.1,24.5C151,24.4,151,24.4,151.1,24.5l-5.3-24.2c0-0.1,0-0.1,0.1-0.1c0,0,0,0,0.1,0h0.1l16.4,15.4v0.1v0.1l-11.1,8.6C151.2,24.5,151.2,24.5,151.1,24.5L151.1,24.5z"></path><path fill="#fff" d="M145.9,0.3l16.4,15.4l-11.1,8.6L145.9,0.3 M145.9,0h-0.1c-0.1,0.1-0.1,0.2-0.1,0.3l5.2,24.1c0,0.1,0.1,0.2,0.2,0.2h0.1c0.1,0,0.1,0,0.2-0.1l11.1-8.6c0.1,0,0.1-0.1,0.1-0.2c0-0.1,0-0.1-0.1-0.2L146.1,0.1C146,0,146,0,145.9,0L145.9,0z"></path><path fill="var(--fill-mid)" d="M162.3,15.8C162.2,15.8,162.2,15.8,162.3,15.8L145.8,0.3c0,0-0.1-0.1,0-0.1l0.1-0.1l24.4,3.8c0,0,0.1,0,0.1,0.1v0.1l-8,11.6C162.4,15.8,162.3,15.8,162.3,15.8L162.3,15.8z"></path><path fill="#fff" d="M145.9,0.3l24.4,3.8l-8,11.6L145.9,0.3 M145.9,0c-0.1,0-0.2,0.1-0.2,0.1c0,0.1,0,0.2,0.1,0.3l16.4,15.4c0,0,0.1,0.1,0.2,0.1l0,0c0.1,0,0.1,0,0.2-0.1l8-11.6c0-0.1,0.1-0.2,0-0.2s-0.1-0.1-0.2-0.1L145.9,0L145.9,0L145.9,0z"></path><path fill="var(--fill-dark)" d="M151.1,24.5c0,0-0.1,0-0.1-0.1s0-0.1,0-0.2l11.1-8.6l8-11.6l0.1-0.1c0,0,0,0,0.1,0s0.1,0.1,0,0.2l-7.1,12.5L151.1,24.5C151.2,24.5,151.2,24.5,151.1,24.5z"></path><path fill="#fff" d="M170.2,4.1l-7.1,12.5l-12,7.8l11.1-8.6L170.2,4.1 M170.2,3.8c-0.1,0-0.2,0-0.2,0.1l-8,11.6l-11,8.6c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.1,0.1,0.1,0.2,0.1h0.1l12-7.8l0.1-0.1l7.1-12.5c0.1-0.1,0-0.3-0.1-0.3C170.3,3.8,170.3,3.8,170.2,3.8L170.2,3.8z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M220.6,223.2L220.6,223.2c0,0.1,0,0.1,0,0.2l-44.2,58.3c0,0.1-0.1,0.1-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l3.9-44.1c0-0.1,0-0.1,0.1-0.1l40.3-14.2C220.5,223.1,220.5,223.1,220.6,223.2z M176.4,281.1l43.6-57.5l-39.8,14L176.4,281.1z"></path><path fill="#fff" d="M180.2,237.4v0.1l-3.9,44.1c0,0.1-0.1,0.1-0.1,0.1c-0.1,0-0.1,0-0.2-0.1l-33.4-65.1c0-0.1,0-0.1,0-0.2c0,0,0.1-0.1,0.2,0L180.2,237.4C180.2,237.3,180.2,237.3,180.2,237.4z M176.1,281l3.8-43.5l-36.8-20.7L176.1,281z"></path><path fill="#fff" d="M220.6,223.2L220.6,223.2c0,0.1,0,0.2-0.1,0.2l-40.3,14.2h-0.1l-37.3-21c-0.1,0-0.1-0.1-0.1-0.2c0-0.1,0.1-0.1,0.2-0.1L220.6,223.2C220.5,223.1,220.5,223.2,220.6,223.2z M180.1,237.3l39.6-13.9l-76.3-6.7L180.1,237.3z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M34.4,184c-0.1,0-0.1,0-0.1-0.1s0-0.1,0.1-0.1l44.1-20.4c0,0,0,0,0.1,0h0.1l35.5,30.7c0,0,0.1,0.1,0,0.1l-0.1,0.1C114.1,194.2,34.4,184,34.4,184z"></path><path fill="#fff" d="M78.5,163.5l35.5,30.6l-79.6-10.2L78.5,163.5 M78.5,163.2L78.5,163.2l-44.2,20.4c-0.1,0-0.2,0.2-0.1,0.3c0,0.1,0.1,0.2,0.2,0.2l79.6,10.2l0,0c0.1,0,0.2-0.1,0.2-0.1c0-0.1,0-0.2-0.1-0.3L78.5,163.2C78.7,163.2,78.6,163.2,78.5,163.2L78.5,163.2z"></path><path fill="var(--fill-mid)" d="M34.4,184L34.4,184c-0.1-0.1-0.1-0.1-0.1-0.2L78,116.5l0.1-0.1l0,0c0.1,0,0.1,0.1,0.1,0.1l0.4,46.9c0,0,0,0.1-0.1,0.1L34.4,184C34.5,184,34.5,184,34.4,184z"></path><path fill="#fff" d="M78.1,116.5l0.4,46.9l-44.1,20.4L78.1,116.5 M78.1,116.3c-0.1,0-0.2,0-0.2,0.1l-43.7,67.4c-0.1,0.1-0.1,0.2,0,0.3c0,0.1,0.1,0.1,0.2,0.1h0.1l44.1-20.4c0.1,0,0.1-0.1,0.1-0.2l-0.4-46.9C78.4,116.4,78.3,116.3,78.1,116.3C78.2,116.3,78.2,116.3,78.1,116.3L78.1,116.3z"></path><path fill="var(--fill-dark)" d="M114.1,194.2C114,194.2,114,194.2,114.1,194.2l-35.6-30.7v-0.1L78,116.5c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1L114.1,194.2C114.2,194.1,114.2,194.2,114.1,194.2L114.1,194.2z"></path><path fill="#fff" d="M78.1,116.5l35.9,77.6l-35.5-30.6L78.1,116.5 M78.1,116.3L78.1,116.3c-0.2,0-0.3,0.1-0.3,0.3l0.4,46.9c0,0.1,0,0.1,0.1,0.2l35.5,30.6c0,0,0.1,0.1,0.2,0.1s0.1,0,0.2-0.1s0.1-0.2,0.1-0.3l-35.9-77.6C78.3,116.3,78.2,116.3,78.1,116.3L78.1,116.3z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M14.2,114.9c0,0-0.1,0-0.1-0.1l-14-32.7V82h0.1c0,0,0,0,0.1,0l27.1,14.4c0,0,0.1,0,0.1,0.1s0,0.1,0,0.1l-13.1,18.3C14.3,114.9,14.3,114.9,14.2,114.9C14.3,114.9,14.2,114.9,14.2,114.9z"></path><path fill="#fff" d="M0.3,82.1l27.1,14.4l-13.1,18.3L0.3,82.1 M0.3,81.9c-0.1,0-0.1,0-0.2,0.1C0,82,0,82.1,0,82.2l14,32.7c0,0.1,0.1,0.1,0.2,0.2l0,0c0.1,0,0.2,0,0.2-0.1l13.1-18.3c0-0.1,0.1-0.1,0-0.2s-0.1-0.1-0.1-0.2L0.3,81.9C0.3,81.9,0.3,81.9,0.3,81.9L0.3,81.9z"></path><path fill="var(--fill-mid)" d="M27.3,96.6L27.3,96.6L0.2,82.2l-0.1-0.1c0,0,0-0.1,0.1-0.1l34.9-6.7h0.1v0.1l-7.8,21.1C27.4,96.6,27.4,96.6,27.3,96.6C27.4,96.6,27.3,96.6,27.3,96.6z"></path><path fill="#fff" d="M35.2,75.4l-7.8,21.1L0.3,82.1L35.2,75.4 M35.2,75.1C35.2,75.1,35.1,75.1,35.2,75.1l-35,6.7C0.1,81.9,0,82,0,82.1s0,0.2,0.1,0.3l27.1,14.4h0.1h0.1c0.1,0,0.1-0.1,0.1-0.1l7.8-21.1c0-0.1,0-0.2,0-0.2C35.3,75.2,35.2,75.1,35.2,75.1L35.2,75.1z"></path><path fill="var(--fill-dark)" d="M14.3,114.9C14.2,114.9,14.2,114.9,14.3,114.9c-0.1-0.1-0.1-0.1-0.1-0.2l13.1-18.3l7.7-21c0-0.1,0.1-0.1,0.1-0.1l0,0c0.1,0,0.1,0.1,0.1,0.2l-6.3,21.9L14.3,114.9L14.3,114.9z"></path><path fill="#fff" d="M35.2,75.4l-6.3,21.9l-14.6,17.5l13.1-18.3L35.2,75.4 M35.2,75.1c-0.1,0-0.2,0.1-0.2,0.2l-7.8,21.1l-13.1,18.3c-0.1,0.1-0.1,0.3,0.1,0.3c0,0,0.1,0.1,0.2,0.1c0.1,0,0.1,0,0.2-0.1L29,97.4v-0.1l6.3-21.9C35.4,75.3,35.4,75.2,35.2,75.1C35.2,75.2,35.2,75.1,35.2,75.1L35.2,75.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M129.6,240.7C129.5,240.7,129.5,240.7,129.6,240.7c-0.1-0.1-0.1-0.1-0.1-0.1l9.3-78.9c0-0.1,0-0.1,0.1-0.1l0,0c0,0,0.1,0,0.1,0.1l36.4,58v0.1c0,0,0,0.1-0.1,0.1L129.6,240.7L129.6,240.7z"></path><path fill="#fff" d="M138.9,161.8l36.4,58l-45.7,20.9L138.9,161.8 M138.9,161.5C138.9,161.5,138.8,161.5,138.9,161.5c-0.2,0-0.2,0.1-0.2,0.2l-9.3,78.9c0,0.1,0,0.2,0.1,0.2h0.1h0.1l45.7-20.9c0.1,0,0.1-0.1,0.1-0.2s0-0.1,0-0.2l-36.4-58C139,161.5,139,161.5,138.9,161.5L138.9,161.5z"></path><path fill="var(--fill-mid)" d="M175.3,219.9C175.2,219.9,175.2,219.8,175.3,219.9l-36.5-58v-0.1h0.1l0,0l75.1,25.9l0.1,0.1v0.1L175.3,219.9L175.3,219.9L175.3,219.9z"></path><path fill="#fff" d="M138.9,161.8l75.1,25.9l-38.7,32.1L138.9,161.8 M138.9,161.5c-0.1,0-0.1,0-0.2,0.1c-0.1,0.1-0.1,0.2,0,0.3l36.4,58c0,0.1,0.1,0.1,0.2,0.1l0,0c0.1,0,0.1,0,0.2-0.1l38.7-32.1c0.1-0.1,0.1-0.1,0.1-0.2c0-0.1-0.1-0.2-0.2-0.2L138.9,161.5L138.9,161.5L138.9,161.5z"></path><path fill="var(--fill-dark)" d="M129.6,240.7c0,0-0.1,0-0.1-0.1s0-0.1,0.1-0.2l45.7-20.9l38.6-32.1h0.1h0.1c0,0,0,0.1,0,0.2L177.4,223L129.6,240.7L129.6,240.7z"></path><path fill="#fff" d="M213.9,187.7L177.2,223l-47.7,17.7l45.7-20.9L213.9,187.7 M213.9,187.4c-0.1,0-0.1,0-0.2,0.1l-38.6,32.1l-45.7,20.9c-0.1,0.1-0.2,0.2-0.1,0.3c0,0.1,0.1,0.2,0.2,0.2h0.1l47.7-17.7c0,0,0.1,0,0.1-0.1l36.7-35.3c0.1-0.1,0.1-0.2,0-0.3C214.1,187.4,214,187.4,213.9,187.4L213.9,187.4z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M207.4,27.7C207.3,27.7,207.3,27.7,207.4,27.7l-5.2-5.2v-0.1c0,0,0-0.1,0.1-0.1l7.6-4.8c0,0,0,0,0.1,0h0.1c0,0,0.1,0.1,0,0.1l-2.5,10C207.5,27.7,207.4,27.7,207.4,27.7L207.4,27.7z"></path><path fill="#fff" d="M209.9,17.6l-2.5,10l-5.1-5.1L209.9,17.6 M209.9,17.4h-0.1l-7.6,4.8c-0.1,0-0.1,0.1-0.1,0.2s0,0.2,0.1,0.2l5.1,5.1c0,0,0.1,0.1,0.2,0.1c0,0,0,0,0.1,0s0.2-0.1,0.2-0.2l2.5-10c0-0.1,0-0.2-0.1-0.3C210,17.4,209.9,17.4,209.9,17.4L209.9,17.4z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M226,104.7C225.9,104.7,225.9,104.7,226,104.7c-0.1-0.1-0.1-0.1-0.1-0.1l0.6-4.6c0,0,0-0.1,0.1-0.1c0,0,0,0,0.1,0l0,0l5.4,2l0.1,0.1c0,0.1,0,0.1-0.1,0.1L226,104.7L226,104.7z"></path><path fill="#fff" d="M226.6,100l5.4,2l-6.1,2.6L226.6,100 M226.6,99.8h-0.1c-0.1,0-0.1,0.1-0.1,0.2l-0.6,4.6c0,0.1,0,0.2,0.1,0.2c0,0,0.1,0.1,0.2,0.1h0.1l6.1-2.6c0.1,0,0.2-0.1,0.2-0.2s-0.1-0.2-0.2-0.2L226.6,99.8C226.7,99.8,226.6,99.8,226.6,99.8L226.6,99.8z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M179.6,5.9C179.5,5.9,179.5,5.9,179.6,5.9l-4.9-2.5l-0.1-0.1c0-0.1,0-0.1,0.1-0.1l5.9-1.8l0,0h0.1v0.1l-1.1,4.2C179.7,5.8,179.6,5.9,179.6,5.9L179.6,5.9z"></path><path fill="#fff" d="M180.6,1.5l-1.1,4.2l-4.9-2.5L180.6,1.5 M180.6,1.3L180.6,1.3l-6,1.8c-0.1,0-0.2,0.1-0.2,0.2c0,0.1,0,0.2,0.1,0.2l4.9,2.5h0.1h0.1c0.1,0,0.1-0.1,0.1-0.2l1.1-4.2c0-0.1,0-0.2-0.1-0.2C180.7,1.3,180.7,1.3,180.6,1.3L180.6,1.3z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M53.8,14L53.8,14c-0.1-0.1-0.1-0.1-0.1-0.2l2.7-11.2c0,0,0-0.1,0.1-0.1l0,0h0.1l9.6,9.1v0.1l-0.1,0.1C66.1,12,53.8,14,53.8,14z"></path><path fill="#fff" d="M56.5,2.7l9.6,9.1l-12.3,2L56.5,2.7 M56.5,2.5L56.5,2.5c-0.2,0-0.2,0.1-0.2,0.2l-2.7,11.2c0,0.1,0,0.2,0.1,0.2c0,0.1,0.1,0.1,0.2,0.1l0,0l12.3-2c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2-0.1-0.3l-9.6-9.1C56.7,2.5,56.6,2.5,56.5,2.5L56.5,2.5z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-mid)" d="M194,77.2L194,77.2l-4.2-1.9l-0.1-0.1c0,0,0-0.1,0.1-0.1l5.8-3.7c0,0,0,0,0.1,0h0.1c0,0,0.1,0.1,0,0.1l-1.7,5.5C194.1,77.1,194.1,77.1,194,77.2L194,77.2z"></path><path fill="#fff" d="M195.7,71.5L194,77l-4.1-1.9L195.7,71.5 M195.7,71.2h-0.1l-5.8,3.7c-0.1,0-0.1,0.1-0.1,0.2s0.1,0.2,0.1,0.2l4.1,1.9h0.1h0.1c0.1,0,0.1-0.1,0.1-0.2l1.7-5.5c0-0.1,0-0.2-0.1-0.3C195.8,71.3,195.7,71.2,195.7,71.2L195.7,71.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M204.6,165.3C204.6,165.3,204.6,165.2,204.6,165.3c-0.1-0.1-0.1-0.1-0.1-0.1l0.9-5c0,0,0-0.1,0.1-0.1l0,0h0.1l3.7,4.3v0.1l-0.1,0.1L204.6,165.3z"></path><path fill="#fff" d="M205.6,160.1l3.7,4.3l-4.6,0.7L205.6,160.1 M205.6,159.9C205.5,159.9,205.5,159.9,205.6,159.9c-0.2,0-0.2,0.1-0.2,0.2l-0.9,5c0,0.1,0,0.2,0.1,0.2c0,0,0.1,0.1,0.2,0.1l0,0l4.6-0.7c0.1,0,0.2-0.1,0.2-0.2c0-0.1,0-0.2,0-0.2l-3.7-4.3C205.7,159.9,205.6,159.9,205.6,159.9L205.6,159.9z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M92.1,220.4c-0.1,0-0.1,0-0.1-0.1s0-0.1,0.1-0.1l12.8-8.4c0,0,0,0,0.1,0c0,0,0,0,0.1,0l0.1,0.1l0.5,10.8v0.1h-0.1C105.3,222.8,92.1,220.4,92.1,220.4z"></path><path fill="#fff" d="M104.9,211.9l0.5,10.8l-13.3-2.4L104.9,211.9 M104.9,211.6L104.9,211.6L92,220c-0.1,0.1-0.1,0.2-0.1,0.3s0.1,0.2,0.2,0.2l13.3,2.4l0,0c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1-0.1,0.1-0.2l-0.5-10.8c0-0.1-0.1-0.2-0.1-0.2C104.9,211.6,104.9,211.6,104.9,211.6L104.9,211.6z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M145.1,267.6L145.1,267.6l-8.2-8.1v-0.1l0.1-0.1c0,0,12.6-1.3,12.7-1.3c0,0,0.1,0,0.1,0.1v0.1l-4.5,9.4C145.2,267.5,145.2,267.6,145.1,267.6L145.1,267.6z"></path><path fill="#fff" d="M149.7,258l-4.5,9.4l-8.1-8.1L149.7,258 M149.7,257.8C149.6,257.8,149.6,257.8,149.7,257.8l-12.7,1.3c-0.1,0-0.2,0.1-0.2,0.2s0,0.2,0.1,0.3l8.1,8.1c0,0,0.1,0.1,0.2,0.1l0,0c0.1,0,0.1-0.1,0.2-0.1l4.5-9.4c0-0.1,0-0.2,0-0.3C149.8,257.8,149.7,257.8,149.7,257.8L149.7,257.8z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M31.9,161.3C31.9,161.3,31.8,161.3,31.9,161.3l-9.2-7.2V154c0,0,0-0.1,0.1-0.1l10.8-6.9c0,0,0,0,0.1,0c0,0,0,0,0.1,0l0.1,0.1L32,161.2C32,161.2,32,161.3,31.9,161.3L31.9,161.3z"></path><path fill="#fff" d="M33.5,147.1l-1.6,14.1l-9.2-7.2L33.5,147.1 M33.5,146.8L33.5,146.8l-10.9,6.9c-0.1,0-0.1,0.1-0.1,0.2c0,0.1,0,0.2,0.1,0.2l9.2,7.2c0,0,0.1,0.1,0.2,0.1h0.1c0.1,0,0.1-0.1,0.2-0.2l1.6-14.1c0-0.1,0-0.2-0.1-0.2C33.6,146.8,33.6,146.8,33.5,146.8L33.5,146.8z"></path></g>
</svg></div><div class="container-fluid max-width" id="mod_gdwstory123">
	<div class="row">
		<div class="content-text">
			<div>
				<h3 class="module-title block-title">Les dernières nouvelles de l'école</h3><div class="module-subtitle block-subtitle"><p>Restez informés de l'actualité de l'école secondaire Antoine-de-Saint-Exupéry.</p></div>			</div>
		</div>
		
		<div class="stage">
			<div class="stage-container">
				<div class="content-carousel">
					<div class="carousel">
													<div class="item invisible">
								<div class="content-item">
									<figure><svg><use xlink:href="/icons.svg#plus"></use></svg><img src="/components/com_gdwgestion/download.php?fileid=1189" alt="Tous les détails sur la rentrée 24-25" loading="lazy"></figure>									<div class="title">Tous les détails sur la rentrée 24-25</div>
									<hr>
									<p><a class="btn transparent position-static stretched-link" href="/nouvelles/article/tous-les-details-sur-la-rentree-24-25" target="_blank">
										<i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i>
										<span>Lire la suite</span>
									</a></p>
								</div>
							</div>
													<div class="item d-none">
								<div class="content-item">
									<figure><svg><use xlink:href="/icons.svg#plus"></use></svg><img src="/components/com_gdwgestion/download.php?fileid=1429" alt="Des élèves récompensés par la fondation Aléo et le CF Montréal" loading="lazy"></figure>									<div class="title">Des élèves récompensés par la fondation Aléo et le CF Montréal</div>
									<hr>
									<p><a class="btn transparent position-static stretched-link" href="/nouvelles/article/des-eleves-recompenses-par-la-fondation-aleo-et-le-cf-montreal" target="_blank">
										<i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i>
										<span>Lire la suite</span>
									</a></p>
								</div>
							</div>
													<div class="item d-none">
								<div class="content-item">
									<figure><svg><use xlink:href="/icons.svg#plus"></use></svg><img src="/components/com_gdwgestion/download.php?fileid=1411" alt="Victor Beaudet reçoit une bourse des fondations Aléo et GSP" loading="lazy"></figure>									<div class="title">Victor Beaudet reçoit une bourse des fondations Aléo et GSP</div>
									<hr>
									<p><a class="btn transparent position-static stretched-link" href="/nouvelles/article/victor-beaudet-recoit-une-bourse-des-fondations-aleo-et-gsp" target="_blank">
										<i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i>
										<span>Lire la suite</span>
									</a></p>
								</div>
							</div>
													<div class="item d-none">
								<div class="content-item">
									<figure><svg><use xlink:href="/icons.svg#plus"></use></svg><img src="/components/com_gdwgestion/download.php?fileid=1381" alt="RSEQ Gala d'excellence" loading="lazy"></figure>									<div class="title">RSEQ Gala d'excellence</div>
									<hr>
									<p><a class="btn transparent position-static stretched-link" href="/nouvelles/article/rseq-gala-d-excellence" target="_blank">
										<i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i>
										<span>Lire la suite</span>
									</a></p>
								</div>
							</div>
											</div>
				</div>
				
				<div class="controls">
					<div class="ctrl-btn previous invisible nus"><svg class="flip" role="img" width="10" height="5"><use xlink:href="/icons.svg#chevron"></use></svg></div>
					<div class="ctrl-btn next invisible nus"><svg role="img" width="10" height="5"><use xlink:href="/icons.svg#chevron"></use></svg></div>
				</div>
			</div>
		</div>
		
		<div class="content-btn text-center"><a class="btn" href="/nouvelles/articles"><i><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg></i><span>Lire plus de nouvelles</span></a></div>	</div>
</div>
</div><div class="moduletable gdwmultibutton elevated-zindex"><div class="content-list">
	<div class="container-fluid max-width text-center">
		<h3 class="module-title block-title">Liens rapides</h3><div class="module-subtitle block-subtitle"><p>Parcourez les différentes sections du site web en utilisant les liens rapides</p></div>	</div>
	
	<div class="row">
									<div class="col">
					<div class="content-item">
						<a class="d-table stretched-link" href="/sport/futurs-etudiants/le-programme-sport-etude"></a>
						<div class="image"><img width="376" height="440" loading="lazy" src="/images/LR-sports_etude-376px-440px.jpg" alt="Programme Sport-études"></div>
						<div class="title">
							<p>Programme <br><span>Sport-études</span></p>
							<svg role="img" width="18" height="10"><use xlink:href="/icons/icons.svg#arrow"></use></svg>
						</div>
					</div>
				</div>
							<div class="col">
					<div class="content-item">
						<a class="d-table stretched-link" href="/langues-etudes/programme-langue-etude"></a>
						<div class="image"><img width="376" height="440" loading="lazy" src="/images/LR-langues_etude-376px-440px.jpg" alt="Programme Langues-études"></div>
						<div class="title">
							<p>Programme <br><span>Langues-études</span></p>
							<svg role="img" width="18" height="10"><use xlink:href="/icons/icons.svg#arrow"></use></svg>
						</div>
					</div>
				</div>
							<div class="col">
					<div class="content-item">
						<a class="d-table stretched-link" href="/info-parent/guide/publications"></a>
						<div class="image"><img width="376" height="440" loading="lazy" src="/images/LR-info_parents-376px-440px.jpg" alt="Info-parents"></div>
						<div class="title">
							<p>Info-parents</p>
							<svg role="img" width="18" height="10"><use xlink:href="/icons/icons.svg#arrow"></use></svg>
						</div>
					</div>
				</div>
							<div class="col">
					<div class="content-item">
						<a class="d-table stretched-link" href="/ecole/a-propos/plan-de-lutte-a-lintimidation-et-a-la-violence"></a>
						<div class="image"><img width="376" height="440" loading="lazy" src="/images/LR-lutte_intimidation-376px-440px.jpg" alt="Plan de lutte à l'intimidation"></div>
						<div class="title">
							<p>Plan de lutte à <br><span>l'intimidation</span></p>
							<svg role="img" width="18" height="10"><use xlink:href="/icons/icons.svg#arrow"></use></svg>
						</div>
					</div>
				</div>
							<div class="col">
					<div class="content-item">
						<a class="d-table stretched-link" href="/ecole/le-personnel/equipe/membres"></a>
						<div class="image"><img width="376" height="440" loading="lazy" src="/images/LR-membres_personnel-376px-440px.jpg" alt="Membres du personnel"></div>
						<div class="title">
							<p>Membres du <br><span>personnel</span></p>
							<svg role="img" width="18" height="10"><use xlink:href="/icons/icons.svg#arrow"></use></svg>
						</div>
					</div>
				</div>
						</div>
</div>
</div><div class="moduletable finder"><div class="container-fluid max-width">
	<form class="mod-finder js-finder-searchform form-search" action="/recherche" method="get" role="search">
		<div class="fieldset">
			<label for="mod-finder-searchword130" class="finder"><span>Faites une recherche</span><br> sur le site web :</label><div class="control-group"><div class="controls" data-bs-toggle="tooltip"><div class="awesomplete"><input type="text" name="q" id="mod-finder-searchword130" class="js-finder-search-query form-control" value="" placeholder="Recherche …" autocomplete="off" aria-expanded="false" aria-owns="awesomplete_list_3" role="combobox"><ul hidden="" role="listbox" id="awesomplete_list_3"></ul><span class="visually-hidden" role="status" aria-live="assertive" aria-atomic="true">Type 2 or more characters for results.</span></div><button type="submit"><svg role="img" width="18" height="18"><use xlink:href="/icons.svg#search"></use></svg></button></div></div>		</div>
	</form>
</div></div>
		
		
	</main>
	
	<footer>
		<div class="moduletable gdwcontact"><div class="bkg-elem"><svg xmlns="http://www.w3.org/2000/svg" role="img" width="376" height="437" viewBox="0 0 376 437.3" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M119.3,175.4c-0.2,0-0.2,0-0.4-0.2L0.2,56.4C0,56.4,0,56.1,0,55.9c0.2-0.2,0.4-0.4,0.5-0.2l99.1,22.5c0.2,0,0.4,0.2,0.4,0.4l19.6,96.3c0,0.2,0,0.4-0.2,0.5H119.3z M2,57l116.6,116.6L99.3,79.1L2,57z"></path><path fill="#fff" d="M99.7,79.1C99.7,79.1,99.5,79.1,99.7,79.1L0.4,56.6c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.5L158.8,0c0.2,0,0.4,0,0.5,0.2c0.2,0.2,0.2,0.4,0,0.5L100,78.9C99.9,79.1,99.9,79.1,99.7,79.1z M2.2,56.1l97.3,22.2l58.2-76.8L2.2,56.1z"></path><path fill="#fff" d="M119.3,175.4L119.3,175.4c-0.2,0-0.4-0.2-0.5-0.4L99.1,78.8c0-0.2,0-0.4,0-0.4l59.5-78.2C158.8,0,159,0,159.2,0c0.2,0.2,0.4,0.4,0.2,0.5L119.7,175C119.7,175.2,119.5,175.4,119.3,175.4z M100.2,78.8l19.1,93.9L158.1,2.5L100.2,78.8z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="#fff" d="M174.7,437.3c-0.2,0-0.2,0-0.4-0.2s-0.2-0.4-0.2-0.5l55.9-111c0.2-0.2,0.4-0.4,0.5-0.2c0.2,0,0.4,0.2,0.4,0.4l7.2,74.8c0,0.2,0,0.4-0.2,0.5l-63.1,36C174.7,437.3,174.7,437.3,174.7,437.3z M230.2,327.5l-54.4,108.1l61.5-35.1L230.2,327.5z"></path><path fill="#fff" d="M306.2,424.7L306.2,424.7l-68.9-23.6c-0.2,0-0.4-0.2-0.4-0.4l-7.2-74.8c0-0.2,0.2-0.4,0.4-0.5c0.2,0,0.4,0,0.5,0.2l75.9,98.4c0.2,0.2,0.2,0.4,0,0.5C306.6,424.7,306.4,424.7,306.2,424.7z M238.1,400.3l66.9,22.9l-73.9-95.9L238.1,400.3z"></path><path fill="#fff" d="M174.7,437.3c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0-0.4,0.2-0.5l63.1-36c0.2,0,0.2,0,0.4,0l68.7,23.6c0.2,0,0.4,0.4,0.4,0.5c0,0.2-0.2,0.4-0.4,0.4L174.7,437.3L174.7,437.3z M237.6,401.2l-60.9,35l127.4-12.3L237.6,401.2z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M124.4,84.4c0,0-0.2,0-0.2-0.2V84l25.2-27.8h0.2l0,0l34.4,11c0.2,0,0.2,0.2,0.2,0.2s0,0.2-0.2,0.2L124.4,84.4L124.4,84.4z"></path><path fill="#fff" d="M149.6,56.4l34.4,11l-59.7,16.8L149.6,56.4 M149.6,55.9c-0.2,0-0.2,0-0.4,0.2L124,83.8c-0.2,0.2-0.2,0.4,0,0.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l59.7-16.8c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L149.6,55.9L149.6,55.9L149.6,55.9z"></path><path fill="var(--fill-mid)" d="M124.4,84.4L124.4,84.4c-0.2,0-0.2-0.2-0.2-0.2L135,23.1c0-0.2,0.2-0.2,0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l14.4,33.2v0.2L124.4,84.4C124.6,84.4,124.4,84.4,124.4,84.4z"></path><path fill="#fff" d="M135,23.1l14.4,33.2l-25.1,27.9L135,23.1 M135,22.7L135,22.7c-0.2,0-0.4,0.2-0.4,0.4l-10.8,61.1c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l25.2-27.8c0.2-0.2,0.2-0.4,0-0.5l-14.4-33.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path><path fill="var(--fill-dark)" d="M183.9,67.6l-34.4-11c0,0-0.2,0-0.2-0.2l-14.4-33.2c0-0.2,0-0.2,0-0.4c0,0,0,0,0.2,0h0.2L184,67.2c0,0,0.2,0.2,0,0.4C184.2,67.6,184,67.6,183.9,67.6C184,67.6,184,67.6,183.9,67.6z"></path><path fill="#fff" d="M135,23.1l48.8,44.3l-34.2-11L135,23.1 M135,22.7c-0.2,0-0.2,0-0.2,0c-0.2,0.2-0.2,0.4-0.2,0.5l14.4,33.2c0,0.2,0.2,0.2,0.4,0.2l34.4,11h0.2c0.2,0,0.4,0,0.4-0.2c0.2-0.2,0-0.4,0-0.5l-49-44.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M300.5,370.6c-0.2,0-0.2,0-0.2-0.2l-14.4-92.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0h0.2l37.1,42.5v0.2l-22.7,49.6C300.7,370.4,300.7,370.6,300.5,370.6L300.5,370.6z"></path><path fill="#fff" d="M286.1,278.1l37.1,42.5l-22.7,49.6L286.1,278.1 M286.1,277.6h-0.2c-0.2,0-0.4,0.4-0.2,0.5l14.4,92.3c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4-0.2,0.4-0.2l22.7-49.6c0-0.2,0-0.4,0-0.5l-37.1-42.5C286.4,277.8,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-mid)" d="M323.2,320.8L323.2,320.8l-37.3-42.7v-0.2l0.2-0.2l0,0l89.4,26.9c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L323.2,320.8C323.4,320.8,323.2,320.8,323.2,320.8z"></path><path fill="#fff" d="M286.1,278.1l89.4,26.9l-52.3,15.7L286.1,278.1 M286.1,277.6c-0.2,0-0.4,0-0.4,0.2c-0.2,0.2-0.2,0.4,0,0.5l37.1,42.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l52.3-15.7c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L286.1,277.6C286.2,277.6,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-dark)" d="M300.7,370.6C300.5,370.6,300.5,370.6,300.7,370.6c-0.2-0.2-0.2-0.2-0.2-0.4l22.7-49.6c0,0,0-0.2,0.2-0.2l52.3-15.7l0,0c0,0,0.2,0,0.2,0.2c0,0.2,0,0.2,0,0.4L300.7,370.6L300.7,370.6z"></path><path fill="#fff" d="M375.5,305l-75,65.3l22.7-49.6L375.5,305 M375.5,304.6L375.5,304.6L323,320.3c-0.2,0-0.2,0.2-0.4,0.2l-22.7,49.6c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l75-65.3c0.2-0.2,0.2-0.4,0.2-0.5C375.8,304.6,375.6,304.6,375.5,304.6L375.5,304.6z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M48.5,155.6c0,0-0.2,0-0.2-0.2l-9.7-15.9v-0.2l10.1-14.8l0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.2l-0.4,30.6C48.7,155.4,48.5,155.4,48.5,155.6L48.5,155.6z"></path><path fill="#fff" d="M48.8,124.6l-0.4,30.6l-9.7-15.9L48.8,124.6 M48.8,124.2c-0.2,0-0.4,0-0.4,0.2l-10.1,14.8c-0.2,0.2-0.2,0.4,0,0.5l9.7,15.9c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0c0.2,0,0.4-0.2,0.4-0.4l0.4-30.6C49.2,124.4,49.2,124.2,48.8,124.2L48.8,124.2L48.8,124.2z"></path><path fill="var(--fill-mid)" d="M48.5,155.6C48.3,155.6,48.3,155.6,48.5,155.6l-27.6-13.7l-0.2-0.2c0-0.2,0.2-0.2,0.2-0.2l17.8-2.2c0,0,0.2,0,0.2,0.2l9.7,15.9C48.7,155.2,48.7,155.4,48.5,155.6C48.5,155.4,48.5,155.6,48.5,155.6z"></path><path fill="#fff" d="M38.8,139.3l9.7,15.9l-27.4-13.7L38.8,139.3 M38.8,139L38.8,139l-17.8,2.2c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l27.4,13.7h0.2c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.7-15.9C39.1,139,38.9,139,38.8,139L38.8,139z"></path><path fill="var(--fill-dark)" d="M20.9,141.9c-0.2,0-0.2,0-0.2-0.2c0-0.2,0-0.2,0.2-0.2l27.8-17.1c0,0,0,0,0.2,0H49c0,0,0,0.2,0,0.4l-10.1,14.8c0,0-0.2,0-0.2,0.2C38.8,139.7,20.9,141.9,20.9,141.9z"></path><path fill="#fff" d="M48.8,124.6l-10.1,14.8l-17.8,2.2L48.8,124.6 M48.8,124.2h-0.2l-27.9,16.9c-0.2,0.2-0.2,0.4-0.2,0.5c0,0.2,0.2,0.4,0.4,0.4l0,0l17.8-2.2c0.2,0,0.2,0,0.4-0.2l10.1-14.8c0.2-0.2,0.2-0.4,0-0.5C49,124.2,49,124.2,48.8,124.2L48.8,124.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M150.9,300.8c0,0-0.2,0-0.2-0.2L66.2,118.6v-0.2h0.2c0,0,0,0,0.2,0L221.9,195c0,0,0.2,0,0.2,0.2v0.2L151.4,301C151,300.8,150.9,300.8,150.9,300.8L150.9,300.8z"></path><path fill="#fff" d="M66.3,118.4L221.7,195L151,300.7L66.3,118.4 M66.3,118.1c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.4-0.2,0.5l84.5,182.1c0,0.2,0.2,0.2,0.4,0.2l0,0c0.2,0,0.4,0,0.4-0.2l70.7-105.6c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4l-155-76.4C66.3,118.1,66.3,118.1,66.3,118.1L66.3,118.1z"></path><path fill="var(--fill-mid)" d="M221.5,195.2L221.5,195.2L66.2,118.6l-0.2-0.2c0-0.2,0-0.2,0.2-0.2c0,0,195.9-43.8,196.1-43.8h0.2v0.2L221.7,195C221.7,195.2,221.7,195.2,221.5,195.2L221.5,195.2z"></path><path fill="#fff" d="M262.3,74.6L221.5,195L66.3,118.4L262.3,74.6 M262.3,74.1C262.3,74.1,262.1,74.1,262.3,74.1l-196.1,44c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l155.4,76.6h0.2h0.2c0.2,0,0.2-0.2,0.2-0.4l40.7-120.4c0-0.2,0-0.4-0.2-0.4C262.4,74.3,262.3,74.1,262.3,74.1L262.3,74.1z"></path><path fill="var(--fill-dark)" d="M150.9,300.8C150.9,300.8,150.7,300.8,150.9,300.8c-0.2-0.2-0.2-0.2-0.2-0.4l70.7-105.6l40.6-120.4c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.4l-32.1,124.6L150.9,300.8C151,300.8,150.9,300.8,150.9,300.8z"></path><path fill="#fff" d="M262.3,74.6l-32.1,124.6l-79.3,101.3l70.7-105.6L262.3,74.6 M262.3,74.1c-0.2,0-0.4,0.2-0.4,0.4l-40.6,120.4l-70.7,105.4c-0.2,0.2,0,0.5,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l79.3-101.3v-0.2l32.1-124.6C262.8,74.4,262.6,74.3,262.3,74.1L262.3,74.1L262.3,74.1z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M46.1,365.7L46.1,365.7c-0.2-0.2-0.2-0.2-0.2-0.4l46.3-142.8c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0,0.2,0.2l22.2,88.1v0.2L46.1,365.7C46.3,365.7,46.1,365.7,46.1,365.7z"></path><path fill="#fff" d="M92.6,222.8l22.2,88.1l-68.7,54.6L92.6,222.8 M92.6,222.2c-0.2,0-0.4,0.2-0.4,0.4L46,365.4c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l68.7-54.6c0.2-0.2,0.2-0.4,0.2-0.5l-22.2-88.1C93,222.4,92.8,222.2,92.6,222.2L92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-mid)" d="M114.8,310.9C114.6,310.9,114.6,310.9,114.8,310.9l-22.4-88.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0H93l108.5,103.6c0,0,0.2,0.2,0,0.2l-0.2,0.2C201.2,326.6,114.8,310.9,114.8,310.9z"></path><path fill="#fff" d="M92.6,222.8l108.5,103.6l-86.3-15.5L92.6,222.8 M92.6,222.2h-0.2c-0.2,0.2-0.2,0.4-0.2,0.5l22.2,88.1c0,0.2,0.2,0.4,0.4,0.4l86.3,15.5l0,0c0.2,0,0.4-0.2,0.4-0.2c0-0.2,0-0.4-0.2-0.5L92.8,222.4C92.8,222.2,92.6,222.2,92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-dark)" d="M46.1,365.7c0,0-0.2,0-0.2-0.2s0-0.2,0-0.4l68.7-54.6c0,0,0,0,0.2,0l86.3,15.5c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L46.1,365.7L46.1,365.7z"></path><path fill="#fff" d="M114.8,310.7l86.3,15.5l-155,39.1L114.8,310.7 M114.8,310.4c-0.2,0-0.2,0-0.4,0.2l-68.7,54.6c-0.2,0.2-0.2,0.4-0.2,0.5s0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l155-39.1c0.2,0,0.4-0.2,0.4-0.5c0-0.2-0.2-0.4-0.4-0.4L114.8,310.4L114.8,310.4L114.8,310.4z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M281.4,169.4c-0.2,0-0.2-0.2-0.2-0.2l-7-42.7v-0.2c0,0,0,0,0.2,0l0,0l28.3,11.2c0,0,0.2,0,0.2,0.2v0.2l-21.3,31.5C281.5,169.3,281.5,169.4,281.4,169.4L281.4,169.4z"></path><path fill="#fff" d="M274.3,126.5l28.3,11.2l-21.3,31.5L274.3,126.5 M274.3,126c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.2-0.2,0.4l7,42.7c0,0.2,0.2,0.4,0.4,0.4c0,0,0,0,0.2,0s0.4,0,0.4-0.2l21.3-31.5c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4L274.3,126C274.5,126,274.3,126,274.3,126L274.3,126z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M316.5,86.9c0,0-0.2,0-0.2-0.2L310,69.6v-0.2l0.2-0.2l17.3,0.7c0,0,0.2,0,0.2,0.2v0.2l-11,16.4C316.7,86.9,316.7,86.9,316.5,86.9L316.5,86.9z"></path><path fill="#fff" d="M310.4,69.6l17.3,0.7l-11,16.4L310.4,69.6 M310.4,69c-0.2,0-0.4,0-0.4,0.2c0,0.2-0.2,0.4,0,0.4l6.3,17.1c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4,0,0.4-0.2l11-16.4c0.2-0.2,0.2-0.4,0-0.5c0-0.2-0.2-0.2-0.4-0.2L310.4,69L310.4,69L310.4,69z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M232.5,37.7C232.5,37.7,232.3,37.7,232.5,37.7c-0.2-0.2-0.2-0.4-0.2-0.4L245,20l0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l9.9,22.5v0.2h-0.2C255.1,42.9,232.5,37.7,232.5,37.7z"></path><path fill="#fff" d="M245.1,20.2l9.9,22.5l-22.5-5.2L245.1,20.2 M245.1,19.6c-0.2,0-0.4,0-0.4,0.2l-12.6,17.3c0,0.2-0.2,0.4,0,0.4c0,0.2,0.2,0.2,0.4,0.4l22.5,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.9-22.5C245.5,19.8,245.5,19.8,245.1,19.6C245.3,19.6,245.1,19.6,245.1,19.6L245.1,19.6z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-mid)" d="M34.1,221.5c-0.2,0-0.2-0.2-0.2-0.2c0-0.2,0-0.2,0.2-0.2l25.2-13.7c0,0,0,0,0.2,0c0,0,0,0,0.2,0l0.2,0.2l-1.6,18.9c0,0,0,0.2-0.2,0.2c0,0,0,0-0.2,0L34.1,221.5z"></path><path fill="#fff" d="M59.5,207.6l-1.6,18.9l-23.6-5.2L59.5,207.6 M59.5,207.1h-0.2l-25.2,13.7c-0.2,0-0.2,0.4-0.2,0.5s0.2,0.4,0.4,0.4l23.6,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.2,0c0.2,0,0.2-0.2,0.2-0.4l1.6-18.9c0-0.2,0-0.4-0.2-0.4C59.7,207.1,59.5,207.1,59.5,207.1L59.5,207.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M207.8,280.8C207.8,280.8,207.6,280.6,207.8,280.8l-3.2-20.9v-0.2h0.2l22.7,4.3c0,0,0.2,0,0.2,0.2v0.2L208,281C208,280.8,208,280.8,207.8,280.8C208,280.8,207.8,280.8,207.8,280.8z"></path><path fill="#fff" d="M204.8,259.7l22.7,4.3l-19.6,16.6L204.8,259.7 M204.8,259.4c-0.2,0-0.2,0-0.4,0.2s-0.2,0.2-0.2,0.4l3.1,20.7c0,0.2,0.2,0.4,0.4,0.4h0.2c0.2,0,0.2,0,0.4-0.2l19.6-16.6c0.2-0.2,0.2-0.4,0.2-0.5c0-0.2-0.2-0.4-0.4-0.4L204.8,259.4C204.9,259.4,204.8,259.4,204.8,259.4L204.8,259.4z"></path></g>
</svg><svg xmlns="http://www.w3.org/2000/svg" role="img" width="376" height="437" viewBox="0 0 376 437.3" overflow="visible">
<g style="animation:var(--svg-float-1)"><path fill="#fff" d="M119.3,175.4c-0.2,0-0.2,0-0.4-0.2L0.2,56.4C0,56.4,0,56.1,0,55.9c0.2-0.2,0.4-0.4,0.5-0.2l99.1,22.5c0.2,0,0.4,0.2,0.4,0.4l19.6,96.3c0,0.2,0,0.4-0.2,0.5H119.3z M2,57l116.6,116.6L99.3,79.1L2,57z"></path><path fill="#fff" d="M99.7,79.1C99.7,79.1,99.5,79.1,99.7,79.1L0.4,56.6c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0.2-0.4,0.4-0.5L158.8,0c0.2,0,0.4,0,0.5,0.2c0.2,0.2,0.2,0.4,0,0.5L100,78.9C99.9,79.1,99.9,79.1,99.7,79.1z M2.2,56.1l97.3,22.2l58.2-76.8L2.2,56.1z"></path><path fill="#fff" d="M119.3,175.4L119.3,175.4c-0.2,0-0.4-0.2-0.5-0.4L99.1,78.8c0-0.2,0-0.4,0-0.4l59.5-78.2C158.8,0,159,0,159.2,0c0.2,0.2,0.4,0.4,0.2,0.5L119.7,175C119.7,175.2,119.5,175.4,119.3,175.4z M100.2,78.8l19.1,93.9L158.1,2.5L100.2,78.8z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="#fff" d="M174.7,437.3c-0.2,0-0.2,0-0.4-0.2s-0.2-0.4-0.2-0.5l55.9-111c0.2-0.2,0.4-0.4,0.5-0.2c0.2,0,0.4,0.2,0.4,0.4l7.2,74.8c0,0.2,0,0.4-0.2,0.5l-63.1,36C174.7,437.3,174.7,437.3,174.7,437.3z M230.2,327.5l-54.4,108.1l61.5-35.1L230.2,327.5z"></path><path fill="#fff" d="M306.2,424.7L306.2,424.7l-68.9-23.6c-0.2,0-0.4-0.2-0.4-0.4l-7.2-74.8c0-0.2,0.2-0.4,0.4-0.5c0.2,0,0.4,0,0.5,0.2l75.9,98.4c0.2,0.2,0.2,0.4,0,0.5C306.6,424.7,306.4,424.7,306.2,424.7z M238.1,400.3l66.9,22.9l-73.9-95.9L238.1,400.3z"></path><path fill="#fff" d="M174.7,437.3c-0.2,0-0.4-0.2-0.4-0.4c0-0.2,0-0.4,0.2-0.5l63.1-36c0.2,0,0.2,0,0.4,0l68.7,23.6c0.2,0,0.4,0.4,0.4,0.5c0,0.2-0.2,0.4-0.4,0.4L174.7,437.3L174.7,437.3z M237.6,401.2l-60.9,35l127.4-12.3L237.6,401.2z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M124.4,84.4c0,0-0.2,0-0.2-0.2V84l25.2-27.8h0.2l0,0l34.4,11c0.2,0,0.2,0.2,0.2,0.2s0,0.2-0.2,0.2L124.4,84.4L124.4,84.4z"></path><path fill="#fff" d="M149.6,56.4l34.4,11l-59.7,16.8L149.6,56.4 M149.6,55.9c-0.2,0-0.2,0-0.4,0.2L124,83.8c-0.2,0.2-0.2,0.4,0,0.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l59.7-16.8c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L149.6,55.9L149.6,55.9L149.6,55.9z"></path><path fill="var(--fill-mid)" d="M124.4,84.4L124.4,84.4c-0.2,0-0.2-0.2-0.2-0.2L135,23.1c0-0.2,0.2-0.2,0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l14.4,33.2v0.2L124.4,84.4C124.6,84.4,124.4,84.4,124.4,84.4z"></path><path fill="#fff" d="M135,23.1l14.4,33.2l-25.1,27.9L135,23.1 M135,22.7L135,22.7c-0.2,0-0.4,0.2-0.4,0.4l-10.8,61.1c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l25.2-27.8c0.2-0.2,0.2-0.4,0-0.5l-14.4-33.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path><path fill="var(--fill-dark)" d="M183.9,67.6l-34.4-11c0,0-0.2,0-0.2-0.2l-14.4-33.2c0-0.2,0-0.2,0-0.4c0,0,0,0,0.2,0h0.2L184,67.2c0,0,0.2,0.2,0,0.4C184.2,67.6,184,67.6,183.9,67.6C184,67.6,184,67.6,183.9,67.6z"></path><path fill="#fff" d="M135,23.1l48.8,44.3l-34.2-11L135,23.1 M135,22.7c-0.2,0-0.2,0-0.2,0c-0.2,0.2-0.2,0.4-0.2,0.5l14.4,33.2c0,0.2,0.2,0.2,0.4,0.2l34.4,11h0.2c0.2,0,0.4,0,0.4-0.2c0.2-0.2,0-0.4,0-0.5l-49-44.2C135.4,22.7,135.2,22.7,135,22.7L135,22.7z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M300.5,370.6c-0.2,0-0.2,0-0.2-0.2l-14.4-92.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0h0.2l37.1,42.5v0.2l-22.7,49.6C300.7,370.4,300.7,370.6,300.5,370.6L300.5,370.6z"></path><path fill="#fff" d="M286.1,278.1l37.1,42.5l-22.7,49.6L286.1,278.1 M286.1,277.6h-0.2c-0.2,0-0.4,0.4-0.2,0.5l14.4,92.3c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4-0.2,0.4-0.2l22.7-49.6c0-0.2,0-0.4,0-0.5l-37.1-42.5C286.4,277.8,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-mid)" d="M323.2,320.8L323.2,320.8l-37.3-42.7v-0.2l0.2-0.2l0,0l89.4,26.9c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L323.2,320.8C323.4,320.8,323.2,320.8,323.2,320.8z"></path><path fill="#fff" d="M286.1,278.1l89.4,26.9l-52.3,15.7L286.1,278.1 M286.1,277.6c-0.2,0-0.4,0-0.4,0.2c-0.2,0.2-0.2,0.4,0,0.5l37.1,42.5c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l52.3-15.7c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.4L286.1,277.6C286.2,277.6,286.2,277.6,286.1,277.6L286.1,277.6z"></path><path fill="var(--fill-dark)" d="M300.7,370.6C300.5,370.6,300.5,370.6,300.7,370.6c-0.2-0.2-0.2-0.2-0.2-0.4l22.7-49.6c0,0,0-0.2,0.2-0.2l52.3-15.7l0,0c0,0,0.2,0,0.2,0.2c0,0.2,0,0.2,0,0.4L300.7,370.6L300.7,370.6z"></path><path fill="#fff" d="M375.5,305l-75,65.3l22.7-49.6L375.5,305 M375.5,304.6L375.5,304.6L323,320.3c-0.2,0-0.2,0.2-0.4,0.2l-22.7,49.6c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l75-65.3c0.2-0.2,0.2-0.4,0.2-0.5C375.8,304.6,375.6,304.6,375.5,304.6L375.5,304.6z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-bright)" d="M48.5,155.6c0,0-0.2,0-0.2-0.2l-9.7-15.9v-0.2l10.1-14.8l0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.2l-0.4,30.6C48.7,155.4,48.5,155.4,48.5,155.6L48.5,155.6z"></path><path fill="#fff" d="M48.8,124.6l-0.4,30.6l-9.7-15.9L48.8,124.6 M48.8,124.2c-0.2,0-0.4,0-0.4,0.2l-10.1,14.8c-0.2,0.2-0.2,0.4,0,0.5l9.7,15.9c0,0.2,0.2,0.2,0.4,0.2c0,0,0,0,0.2,0c0.2,0,0.4-0.2,0.4-0.4l0.4-30.6C49.2,124.4,49.2,124.2,48.8,124.2L48.8,124.2L48.8,124.2z"></path><path fill="var(--fill-mid)" d="M48.5,155.6C48.3,155.6,48.3,155.6,48.5,155.6l-27.6-13.7l-0.2-0.2c0-0.2,0.2-0.2,0.2-0.2l17.8-2.2c0,0,0.2,0,0.2,0.2l9.7,15.9C48.7,155.2,48.7,155.4,48.5,155.6C48.5,155.4,48.5,155.6,48.5,155.6z"></path><path fill="#fff" d="M38.8,139.3l9.7,15.9l-27.4-13.7L38.8,139.3 M38.8,139L38.8,139l-17.8,2.2c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l27.4,13.7h0.2c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.7-15.9C39.1,139,38.9,139,38.8,139L38.8,139z"></path><path fill="var(--fill-dark)" d="M20.9,141.9c-0.2,0-0.2,0-0.2-0.2c0-0.2,0-0.2,0.2-0.2l27.8-17.1c0,0,0,0,0.2,0H49c0,0,0,0.2,0,0.4l-10.1,14.8c0,0-0.2,0-0.2,0.2C38.8,139.7,20.9,141.9,20.9,141.9z"></path><path fill="#fff" d="M48.8,124.6l-10.1,14.8l-17.8,2.2L48.8,124.6 M48.8,124.2h-0.2l-27.9,16.9c-0.2,0.2-0.2,0.4-0.2,0.5c0,0.2,0.2,0.4,0.4,0.4l0,0l17.8-2.2c0.2,0,0.2,0,0.4-0.2l10.1-14.8c0.2-0.2,0.2-0.4,0-0.5C49,124.2,49,124.2,48.8,124.2L48.8,124.2z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-bright)" d="M150.9,300.8c0,0-0.2,0-0.2-0.2L66.2,118.6v-0.2h0.2c0,0,0,0,0.2,0L221.9,195c0,0,0.2,0,0.2,0.2v0.2L151.4,301C151,300.8,150.9,300.8,150.9,300.8L150.9,300.8z"></path><path fill="#fff" d="M66.3,118.4L221.7,195L151,300.7L66.3,118.4 M66.3,118.1c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.4-0.2,0.5l84.5,182.1c0,0.2,0.2,0.2,0.4,0.2l0,0c0.2,0,0.4,0,0.4-0.2l70.7-105.6c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4l-155-76.4C66.3,118.1,66.3,118.1,66.3,118.1L66.3,118.1z"></path><path fill="var(--fill-mid)" d="M221.5,195.2L221.5,195.2L66.2,118.6l-0.2-0.2c0-0.2,0-0.2,0.2-0.2c0,0,195.9-43.8,196.1-43.8h0.2v0.2L221.7,195C221.7,195.2,221.7,195.2,221.5,195.2L221.5,195.2z"></path><path fill="#fff" d="M262.3,74.6L221.5,195L66.3,118.4L262.3,74.6 M262.3,74.1C262.3,74.1,262.1,74.1,262.3,74.1l-196.1,44c-0.2,0-0.4,0.2-0.4,0.4s0,0.4,0.2,0.5l155.4,76.6h0.2h0.2c0.2,0,0.2-0.2,0.2-0.4l40.7-120.4c0-0.2,0-0.4-0.2-0.4C262.4,74.3,262.3,74.1,262.3,74.1L262.3,74.1z"></path><path fill="var(--fill-dark)" d="M150.9,300.8C150.9,300.8,150.7,300.8,150.9,300.8c-0.2-0.2-0.2-0.2-0.2-0.4l70.7-105.6l40.6-120.4c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0.2,0.2,0.4l-32.1,124.6L150.9,300.8C151,300.8,150.9,300.8,150.9,300.8z"></path><path fill="#fff" d="M262.3,74.6l-32.1,124.6l-79.3,101.3l70.7-105.6L262.3,74.6 M262.3,74.1c-0.2,0-0.4,0.2-0.4,0.4l-40.6,120.4l-70.7,105.4c-0.2,0.2,0,0.5,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l79.3-101.3v-0.2l32.1-124.6C262.8,74.4,262.6,74.3,262.3,74.1L262.3,74.1L262.3,74.1z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-bright)" d="M46.1,365.7L46.1,365.7c-0.2-0.2-0.2-0.2-0.2-0.4l46.3-142.8c0-0.2,0.2-0.2,0.2-0.2l0,0c0.2,0,0.2,0,0.2,0.2l22.2,88.1v0.2L46.1,365.7C46.3,365.7,46.1,365.7,46.1,365.7z"></path><path fill="#fff" d="M92.6,222.8l22.2,88.1l-68.7,54.6L92.6,222.8 M92.6,222.2c-0.2,0-0.4,0.2-0.4,0.4L46,365.4c0,0.2,0,0.4,0.2,0.5h0.2c0.2,0,0.2,0,0.4-0.2l68.7-54.6c0.2-0.2,0.2-0.4,0.2-0.5l-22.2-88.1C93,222.4,92.8,222.2,92.6,222.2L92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-mid)" d="M114.8,310.9C114.6,310.9,114.6,310.9,114.8,310.9l-22.4-88.3c0-0.2,0-0.2,0.2-0.2c0,0,0,0,0.2,0H93l108.5,103.6c0,0,0.2,0.2,0,0.2l-0.2,0.2C201.2,326.6,114.8,310.9,114.8,310.9z"></path><path fill="#fff" d="M92.6,222.8l108.5,103.6l-86.3-15.5L92.6,222.8 M92.6,222.2h-0.2c-0.2,0.2-0.2,0.4-0.2,0.5l22.2,88.1c0,0.2,0.2,0.4,0.4,0.4l86.3,15.5l0,0c0.2,0,0.4-0.2,0.4-0.2c0-0.2,0-0.4-0.2-0.5L92.8,222.4C92.8,222.2,92.6,222.2,92.6,222.2L92.6,222.2z"></path><path fill="var(--fill-dark)" d="M46.1,365.7c0,0-0.2,0-0.2-0.2s0-0.2,0-0.4l68.7-54.6c0,0,0,0,0.2,0l86.3,15.5c0.2,0,0.2,0.2,0.2,0.2c0,0.2,0,0.2-0.2,0.2L46.1,365.7L46.1,365.7z"></path><path fill="#fff" d="M114.8,310.7l86.3,15.5l-155,39.1L114.8,310.7 M114.8,310.4c-0.2,0-0.2,0-0.4,0.2l-68.7,54.6c-0.2,0.2-0.2,0.4-0.2,0.5s0.2,0.2,0.4,0.2c0,0,0,0,0.2,0l155-39.1c0.2,0,0.4-0.2,0.4-0.5c0-0.2-0.2-0.4-0.4-0.4L114.8,310.4L114.8,310.4L114.8,310.4z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-bright)" d="M281.4,169.4c-0.2,0-0.2-0.2-0.2-0.2l-7-42.7v-0.2c0,0,0,0,0.2,0l0,0l28.3,11.2c0,0,0.2,0,0.2,0.2v0.2l-21.3,31.5C281.5,169.3,281.5,169.4,281.4,169.4L281.4,169.4z"></path><path fill="#fff" d="M274.3,126.5l28.3,11.2l-21.3,31.5L274.3,126.5 M274.3,126c-0.2,0-0.2,0-0.4,0.2c-0.2,0.2-0.2,0.2-0.2,0.4l7,42.7c0,0.2,0.2,0.4,0.4,0.4c0,0,0,0,0.2,0s0.4,0,0.4-0.2l21.3-31.5c0-0.2,0.2-0.2,0-0.4c0-0.2-0.2-0.2-0.2-0.4L274.3,126C274.5,126,274.3,126,274.3,126L274.3,126z"></path></g>
<g style="animation:var(--svg-float-1)"><path fill="var(--fill-dark)" d="M316.5,86.9c0,0-0.2,0-0.2-0.2L310,69.6v-0.2l0.2-0.2l17.3,0.7c0,0,0.2,0,0.2,0.2v0.2l-11,16.4C316.7,86.9,316.7,86.9,316.5,86.9L316.5,86.9z"></path><path fill="#fff" d="M310.4,69.6l17.3,0.7l-11,16.4L310.4,69.6 M310.4,69c-0.2,0-0.4,0-0.4,0.2c0,0.2-0.2,0.4,0,0.4l6.3,17.1c0,0.2,0.2,0.4,0.4,0.4l0,0c0.2,0,0.4,0,0.4-0.2l11-16.4c0.2-0.2,0.2-0.4,0-0.5c0-0.2-0.2-0.2-0.4-0.2L310.4,69L310.4,69L310.4,69z"></path></g>
<g style="animation:var(--svg-float-2)"><path fill="var(--fill-dark)" d="M232.5,37.7C232.5,37.7,232.3,37.7,232.5,37.7c-0.2-0.2-0.2-0.4-0.2-0.4L245,20l0.2-0.2l0,0c0,0,0.2,0,0.2,0.2l9.9,22.5v0.2h-0.2C255.1,42.9,232.5,37.7,232.5,37.7z"></path><path fill="#fff" d="M245.1,20.2l9.9,22.5l-22.5-5.2L245.1,20.2 M245.1,19.6c-0.2,0-0.4,0-0.4,0.2l-12.6,17.3c0,0.2-0.2,0.4,0,0.4c0,0.2,0.2,0.2,0.4,0.4l22.5,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.4-0.2c0.2-0.2,0.2-0.4,0-0.5l-9.9-22.5C245.5,19.8,245.5,19.8,245.1,19.6C245.3,19.6,245.1,19.6,245.1,19.6L245.1,19.6z"></path></g>
<g style="animation:var(--svg-float-3)"><path fill="var(--fill-mid)" d="M34.1,221.5c-0.2,0-0.2-0.2-0.2-0.2c0-0.2,0-0.2,0.2-0.2l25.2-13.7c0,0,0,0,0.2,0c0,0,0,0,0.2,0l0.2,0.2l-1.6,18.9c0,0,0,0.2-0.2,0.2c0,0,0,0-0.2,0L34.1,221.5z"></path><path fill="#fff" d="M59.5,207.6l-1.6,18.9l-23.6-5.2L59.5,207.6 M59.5,207.1h-0.2l-25.2,13.7c-0.2,0-0.2,0.4-0.2,0.5s0.2,0.4,0.4,0.4l23.6,5.2c0,0,0,0,0.2,0c0.2,0,0.2,0,0.2,0c0.2,0,0.2-0.2,0.2-0.4l1.6-18.9c0-0.2,0-0.4-0.2-0.4C59.7,207.1,59.5,207.1,59.5,207.1L59.5,207.1z"></path></g>
<g style="animation:var(--svg-float-4)"><path fill="var(--fill-dark)" d="M207.8,280.8C207.8,280.8,207.6,280.6,207.8,280.8l-3.2-20.9v-0.2h0.2l22.7,4.3c0,0,0.2,0,0.2,0.2v0.2L208,281C208,280.8,208,280.8,207.8,280.8C208,280.8,207.8,280.8,207.8,280.8z"></path><path fill="#fff" d="M204.8,259.7l22.7,4.3l-19.6,16.6L204.8,259.7 M204.8,259.4c-0.2,0-0.2,0-0.4,0.2s-0.2,0.2-0.2,0.4l3.1,20.7c0,0.2,0.2,0.4,0.4,0.4h0.2c0.2,0,0.2,0,0.4-0.2l19.6-16.6c0.2-0.2,0.2-0.4,0.2-0.5c0-0.2-0.2-0.4-0.4-0.4L204.8,259.4C204.9,259.4,204.8,259.4,204.8,259.4L204.8,259.4z"></path></g>
</svg></div><div class="contact-details container-fluid max-width">
	<div class="row">
		<div class="col-logo">
			<a href="https://www.csspi.gouv.qc.ca/" target="_blank" rel="nofollow noreferrer"><img width="288" height="100" loading="lazy" src="/images/logo/[email protected]" alt="Centre de services scolaire de la Pointe-de-l'Île"></a>		</div>
		
		<div class="col-address">
			<div>
				<div class="row">
					<div class="col-12 col-md-6"><p><strong>Adresse</strong></p><p>5150, boulevard Robert<br>Montréal, Québec &nbsp;H1R&nbsp;1P9</p></div><div class="col-12 col-md-6"><p><strong>Téléphone</strong></p><p><a href="tel:514-325-0480">514 325-0480</a><br><a href="tel:514-325-8621">514 325-8621</a><span> (télécopieur)</span></p></div><div class="col-12 col-md-6"><p><strong>Courriel</strong></p><p><joomla-hidden-mail is-link="1" is-email="1" first="c3R4LW1lc3NhZ2Vz" last="Y3NwaS5xYy5jYQ==" text="c3R4LW1lc3NhZ2VzQGNzcGkucWMuY2E=" base=""><a href="mailto:[email protected]" base="">[email protected]</a></joomla-hidden-mail></p></div>				</div>
			</div>
		</div>
		
					<div class="col-misc">
				<div class="content-misc">
					<p><a href="/sport/futurs-etudiants/le-programme-sport-etude"><img src="/images/logo-sports_etudes-footer-344px-170px.png" width="344" height="170" loading="lazy" data-path="local-images:/logo-sports_etudes-footer-344px-170px.png"></a></p>				</div>
			</div>
			</div>
</div></div><div class="moduletable govfooter"><div class="container-fluid max-width">
	<ul class="nav">
		<li><a href="https://portailparents.ca/accueil/fr/" target="_blank" rel="nofollow noreferrer">Portail parents Mozaïk</a></li><li><a href="https://www.csspi.gouv.qc.ca/accessibilite" target="_blank" rel="nofollow noreferrer">Accessibilité</a></li><li><a href="https://www.csspi.gouv.qc.ca/politique-de-confidentialite" target="_blank" rel="nofollow noreferrer">Politique de confidentialité</a></li><li><a href="https://www.csspi.gouv.qc.ca/nous-joindre/contact" target="_blank" rel="nofollow noreferrer">CSSPI</a></li>	</ul>
	
	<p><a href="https://www.csspi.gouv.qc.ca/" target="_blank" rel="nofollow noreferrer"><img width="260" height="90" loading="lazy" src="/images/logo/[email protected]" alt="Gouvernement du Québec"></a></p><p>©&nbsp;Gouvernement du Québec, 2024</p></div></div>
		<div class="moduletable footer"><div class="container-fluid max-width"><div class="row align-items-center justify-content-between"><p class="col-12 col-sm-auto">Tous droits réservés 2023 - 2024 <span>© École secondaire Antoine-de-Saint-Exupéry</span></p><p class="col-12 col-sm-auto"><a href="http://www.geantduweb.ca/" target="_blank">Conception web</a>&nbsp;&nbsp;<a href="http://www.geantduweb.ca/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 12.56" width="106" height="14"><path d="M24.27.1A1.74,1.74,0,0,0,22.6,1.25a10.39,10.39,0,0,0-.4,1.1c-.38,1.13-.75,2.27-1.1,3.4-.09.3-.21.63-.3.94-.68-1.76-1.36-3.52-2.06-5.25A1.91,1.91,0,0,0,17.21.12,2,2,0,0,0,16,.31a1.94,1.94,0,0,0-.8.94c-.45.94-.77,1.95-1.15,2.91-.14.35-.26.68-.4,1l-.35.89c0,.14-.12.3-.16.45a.47.47,0,0,1-.09.19,1.85,1.85,0,0,0-.54-1,2.31,2.31,0,0,0-1.43-.26H5.51a1.75,1.75,0,0,0-.61,0,.47.47,0,0,0-.26.54,10.25,10.25,0,0,0,.19,1.38.53.53,0,0,0,.49.35,1.15,1.15,0,0,1,.94.49c.21.38.35.8.54,1.2a3.44,3.44,0,0,1-2.58-.7A3.26,3.26,0,0,1,3.07,6,3.21,3.21,0,0,1,7.22,3.24,6.82,6.82,0,0,1,8.7,4a1.6,1.6,0,0,0,1.45.14A1.47,1.47,0,0,0,11,2.23a2.83,2.83,0,0,0-1-1A6.3,6.3,0,0,0,.21,4.7,6.22,6.22,0,0,0,1.1,9.83a6.28,6.28,0,0,0,4.15,2.65,6.72,6.72,0,0,0,3.12-.26,5.64,5.64,0,0,0,1.41-.7,1.51,1.51,0,0,0,.3-.23s.23-.14.23-.19,0-.14,0-.16L9.35,8.31c-.07-.16-.12-.35-.19-.52h.66a1,1,0,0,1,.26,0s.07.14.09.21c.19.45.35.89.52,1.34s.4,1,.61,1.52a3.06,3.06,0,0,0,.75,1.31,2,2,0,0,0,1.9.16A2.3,2.3,0,0,0,15,11l.84-2c.38-.94.77-1.88,1.15-2.81l1.62,3.75c.21.47.38,1,.61,1.41a1.79,1.79,0,0,0,1.1,1.08,2.13,2.13,0,0,0,1.52-.12c.7-.4.91-1.36,1.2-2.06s.45-1.22.7-1.83c.52-1.31,1-2.65,1.5-4l.56-1.5a3.22,3.22,0,0,0,.3-1.13A1.66,1.66,0,0,0,25.2.31,2.49,2.49,0,0,0,24.27.1Zm8.84,10.74c-2.93,0-4.2-1.62-4.2-3.89s1.5-3.82,4.29-3.82a5.44,5.44,0,0,1,2.44.45L35.1,4.91a4.38,4.38,0,0,0-1.57-.23A2,2,0,0,0,31.35,7c0,1.62.66,2.39,1.59,2.39a1.25,1.25,0,0,0,.52-.09V7.49h-.87V6.27h3.19v4.15A6.71,6.71,0,0,1,33.11,10.84Zm5.35-2.37c.14.66.59,1,1.48,1a5.31,5.31,0,0,0,1.9-.3l.45,1.27a6.83,6.83,0,0,1-2.6.45c-2.27,0-3.4-1.31-3.4-3.07a2.9,2.9,0,0,1,3.21-3c2.13,0,3,1.29,3,3.24Zm.89-2.56c-.68,0-1.15.54-1.08,1.57l2-.28C40.3,6.36,40,5.91,39.34,5.91Zm.47-1.59H38.57l.87-1.57c.63-.33,1.9-.35,2.11,0Zm5.84,6.52c-2.06,0-3.14-.66-3.14-1.92,0-1.5,1.78-1.92,3.82-2.06V6.62c0-.49-.4-.63-1.08-.63a5.54,5.54,0,0,0-1.85.35l-.47-1.17a8.28,8.28,0,0,1,2.79-.45c1.66,0,2.79.63,2.79,2.27v3.4A7.26,7.26,0,0,1,45.65,10.84Zm.66-3.1c-1,.07-1.64.26-1.64,1.1,0,.61.4.87,1.08.87a1.16,1.16,0,0,0,.56-.09Zm6.59,2.93v-4c0-.45-.33-.68-.87-.68a2.08,2.08,0,0,0-.61.09v4.6H49.1V5.16a9.06,9.06,0,0,1,3-.45c2.16,0,3.14.66,3.14,1.92v4Zm5.58.16c-1.52,0-2.2-.8-2.2-1.78V6.17H55.5V4.88h.77V3.69l2.3-.49V4.88h1V6.17h-1V8.85c0,.45.21.63.56.63a1,1,0,0,0,.45-.09v1.24A2.39,2.39,0,0,1,58.48,10.84Zm7.32,0c-2,0-3.14-1.08-3.14-3a2.87,2.87,0,0,1,3-3.1,4.87,4.87,0,0,1,1.13.12V2.26h1.34v8.16A5.39,5.39,0,0,1,65.79,10.84Zm1-5.28a4.13,4.13,0,0,0-.8-.09C64.57,5.47,64,6.55,64,7.79,64,9.2,64.57,10,65.84,10a2.23,2.23,0,0,0,.91-.19Zm4.81,5.28c-1.78,0-2.56-.77-2.56-2v-4h1.34v4c0,.61.42,1.08,1.29,1.08a2.84,2.84,0,0,0,1.15-.19V4.88h1.34v5.53A6.47,6.47,0,0,1,71.56,10.84Zm13.76-.16H83.14L82.34,8a4.36,4.36,0,0,1-.14-.87h0A4.36,4.36,0,0,1,82,8l-.82,2.72H79L77.19,4.88h2.32l.66,3a4.71,4.71,0,0,1,.12.94h0a6.85,6.85,0,0,1,.19-.94l.87-3h1.92l.82,3a7.47,7.47,0,0,1,.16.94h0a5.54,5.54,0,0,1,.14-.94l.73-3h2Zm3.92-2.2c.14.66.59,1,1.48,1a5.31,5.31,0,0,0,1.9-.3l.45,1.27a6.83,6.83,0,0,1-2.6.45c-2.27,0-3.4-1.31-3.4-3.07a2.9,2.9,0,0,1,3.21-3c2.13,0,3,1.29,3,3.24Zm.91-2.56c-.68,0-1.15.54-1.08,1.57l2-.28C91.09,6.36,90.79,5.91,90.15,5.91Zm6.19,4.92a6.11,6.11,0,0,1-2.65-.45V2.26H96V5a4,4,0,0,1,1.24-.19A2.67,2.67,0,0,1,100,7.6C100,9.69,98.69,10.84,96.34,10.84Zm.23-4.9A1.28,1.28,0,0,0,96,6V9.55a1.37,1.37,0,0,0,.49.07c.77,0,1.17-.7,1.17-1.88S97.42,5.94,96.58,5.94Z"></path></svg></a></p></div></div></div>	</footer>
	
	<div class="anchor"></div>
		<div class="quick-link-btn" role="button" data-bs-toggle="modal" data-bs-target="#quick-links">
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 82.7 82.7" role="img" width="83" height="83"><path d="M41.4,16.4c13.8,0,25,11.2,25,25s-11.2,25-25,25s-25-11.2-25-25S27.6,16.4,41.4,16.4z"></path><polygon fill="#FFF" points="49.9,39.5 43.7,39 41.4,33.2 39.1,39 32.9,39.5 37.6,43.5 36.1,49.6 41.4,46.2 46.7,49.6 45.2,43.5"></polygon><path class="animate" fill="#808080" d="M62.2,5.6c-0.2,0.3-0.4,0.5-0.6,0.8c12.1,7,20.2,20,20.2,34.9c0,22.3-18.1,40.4-40.4,40.4C19.1,81.7,1,63.6,1,41.4c0-2.2,0.2-4.4,0.5-6.6c-0.3-0.1-0.7-0.1-1-0.2C0.2,36.8,0,39.1,0,41.4c0,22.8,18.5,41.4,41.4,41.4s41.4-18.5,41.4-41.4C82.7,26.1,74.5,12.8,62.2,5.6z"></path></svg>
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90" role="img" width="90" height="90"><g class="animate" fill="CurrentColor"><path d="M9.2,35.9l0.7-2.8l1.1,0.3l-1.1,4.1l-7-2l0.4-1.3L9.2,35.9z"></path><path d="M11.9,31.4l-0.5,1.3L4.7,30l0.5-1.3L11.9,31.4z"></path><path d="M8.2,22.6l0.9,0.5l-1.5,2.8l1.8,1l1.2-2.2l0.9,0.5l-1.2,2.2l1.8,1l1.5-2.8l0.9,0.5l-2.2,4l-6.4-3.4L8.2,22.6z"></path><path d="M9.8,20.1C9.9,20.1,9.9,20.1,9.8,20.1C9.9,20,10,20,10,20s0.1,0,0.2,0h6.1c-0.1-0.1-0.2-0.1-0.3-0.2s-0.2-0.1-0.2-0.2l-3.5-2.7L13,16l5.7,4.5L18.3,21c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0h-6.1c0.1,0.1,0.2,0.1,0.3,0.2s0.2,0.1,0.2,0.2l3.5,2.8L15,25.3l-5.7-4.5l0.4-0.6C9.8,20.2,9.8,20.2,9.8,20.1z"></path><path d="M18.6,12.7c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1-0.1,0.1c0,0-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.3,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0.1-0.3,0.2-0.5,0.3c-0.1,0.1-0.2,0.2-0.3,0.4s-0.1,0.2-0.1,0.4c0,0.1,0,0.2,0,0.4c0,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3,0,0.5,0c0.2,0,0.4-0.1,0.5-0.2c0.2-0.1,0.4-0.2,0.6-0.3s0.4-0.2,0.6-0.2c0.2-0.1,0.4-0.1,0.6-0.1s0.4,0.1,0.6,0.1c0.2,0.1,0.4,0.3,0.6,0.5s0.4,0.5,0.5,0.8c0.1,0.3,0.2,0.6,0.1,0.9c0,0.3-0.1,0.6-0.3,0.9c-0.2,0.3-0.4,0.6-0.7,0.8c-0.2,0.2-0.4,0.3-0.6,0.4s-0.4,0.2-0.6,0.3c-0.2,0.1-0.4,0.1-0.6,0.2c-0.2,0-0.4,0-0.6,0l-0.1-0.7c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.2s0.2-0.1,0.3-0.1s0.3,0,0.4-0.1c0.2,0,0.3-0.1,0.5-0.1c0.2-0.1,0.4-0.2,0.5-0.4c0.3-0.3,0.4-0.5,0.5-0.8c0-0.3-0.1-0.5-0.3-0.8c-0.1-0.1-0.3-0.2-0.4-0.3c-0.2,0-0.3,0-0.5,0s-0.3,0.1-0.5,0.2c-0.2,0.1-0.4,0.2-0.6,0.3s-0.4,0.2-0.6,0.2c-0.2,0.1-0.4,0.1-0.6,0.1s-0.4-0.1-0.7-0.2c-0.2-0.1-0.4-0.3-0.7-0.5c-0.2-0.2-0.3-0.4-0.4-0.7c-0.1-0.3-0.1-0.5-0.1-0.8s0.1-0.6,0.2-0.8c0.1-0.3,0.4-0.5,0.6-0.8c0.3-0.3,0.7-0.5,1-0.6c0.4-0.1,0.7-0.2,1.1-0.2L18.6,12.7z"></path><path d="M24.7,12.1l1.4,2.4l-1.2,0.7l-3.6-6.3l2-1c0.4-0.2,0.8-0.4,1.2-0.5c0.4-0.1,0.7-0.1,1-0.1s0.5,0.2,0.8,0.3c0.2,0.2,0.4,0.4,0.6,0.7C27,8.5,27.1,8.7,27.1,9c0,0.2,0.1,0.4,0,0.7c0,0.2-0.1,0.4-0.2,0.7c-0.1,0.2-0.2,0.4-0.4,0.6c0.2,0,0.4,0,0.6,0.1l2.9,1.4l-1,0.6c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1l-2.5-1.2c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3,0.1L24.7,12.1z M24.3,11.3l0.7-0.4c0.2-0.1,0.4-0.3,0.5-0.4s0.2-0.3,0.3-0.5s0.1-0.3,0-0.5S25.7,9.2,25.6,9c-0.2-0.3-0.4-0.5-0.7-0.6c-0.3-0.1-0.7,0-1.1,0.3l-0.7,0.4L24.3,11.3z"></path><path d="M36.4,10.1l-1,0.3c-0.1,0-0.2,0-0.3,0s-0.2,0-0.2-0.1l-1-1.2l-2.8,1v1.6c0,0.1,0,0.2-0.1,0.3s-0.1,0.1-0.2,0.2l-1,0.4L30,4.8l1.3-0.5L36.4,10.1z M31,9.1l2.2-0.8l-1.6-2c-0.1-0.1-0.2-0.2-0.2-0.3c-0.1-0.1-0.2-0.3-0.3-0.4c0,0.2,0,0.3,0,0.5s0,0.3,0,0.4L31,9.1z"></path><path d="M37.8,7.4l0.4,2.5l-1.3,0.2L35.7,3L38,2.6c0.5-0.1,0.9-0.1,1.3,0c0.4,0.1,0.7,0.2,0.9,0.3c0.3,0.2,0.5,0.4,0.6,0.6c0.2,0.3,0.3,0.6,0.3,0.9c0.1,0.3,0.1,0.7,0,1c0,0.3-0.2,0.5-0.3,0.8c-0.2,0.2-0.5,0.5-0.8,0.6c-0.3,0.2-0.7,0.3-1.2,0.4L37.8,7.4z M37.6,6.3l1-0.2c0.2,0,0.5-0.1,0.6-0.2c0.2-0.1,0.3-0.2,0.4-0.3c0.1-0.1,0.2-0.3,0.2-0.5c0-0.2,0-0.4,0-0.6c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.2-0.3-0.3-0.4c-0.1-0.1-0.3-0.1-0.5-0.2c-0.2,0-0.4,0-0.7,0l-1,0.2L37.6,6.3z"></path><path d="M44.3,9.2L43,9.3l-0.3-7.2L44,2L44.3,9.2z"></path><path d="M52.4,6.1c-0.1,0.5-0.2,1-0.4,1.4s-0.5,0.8-0.9,1.1c-0.3,0.3-0.8,0.5-1.2,0.6c-0.5,0.1-1,0.2-1.5,0.1L45.7,9l0.7-7.1l2.7,0.3c0.5,0.1,1,0.2,1.5,0.4c0.4,0.2,0.8,0.5,1.1,0.9c0.3,0.3,0.5,0.8,0.6,1.2C52.5,5.1,52.5,5.6,52.4,6.1z M51.1,6c0-0.4,0-0.8-0.1-1.1c-0.1-0.3-0.2-0.6-0.4-0.8c-0.2-0.2-0.4-0.4-0.7-0.6c-0.3-0.1-0.6-0.2-0.9-0.3l-1.4-0.1l-0.5,5.1l1.4,0.1c0.4,0,0.7,0,1-0.1C49.8,8.1,50,8,50.3,7.8c0.2-0.2,0.4-0.4,0.5-0.8C50.9,6.7,51,6.4,51.1,6z"></path><path d="M59.2,4.3l-0.3,1l-3.1-0.9l-0.5,1.9L57.7,7l-0.3,1L55,7.3l-0.6,2l3.1,0.9l-0.3,1L52.8,10l2-7L59.2,4.3z"></path><path d="M64,7.7c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.2-0.2c-0.1-0.1-0.1-0.2-0.2-0.3C63.1,7.2,63,7.1,62.9,7s-0.3-0.2-0.5-0.3c-0.2-0.1-0.3-0.1-0.5-0.1c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0.1-0.3,0.2S61,7,61,7.1c-0.1,0.2-0.1,0.3,0,0.4c0,0.1,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.3,0.4,0.4c0.2,0.1,0.3,0.3,0.5,0.4c0.2,0.1,0.3,0.3,0.5,0.5c0.1,0.2,0.3,0.4,0.3,0.5C63,9.9,63,10.1,63,10.3c0,0.2-0.1,0.5-0.2,0.8c-0.1,0.3-0.3,0.6-0.5,0.8s-0.5,0.4-0.8,0.5s-0.6,0.2-0.9,0.1s-0.7-0.1-1-0.3c-0.2-0.1-0.4-0.2-0.6-0.3c-0.1,0-0.3-0.1-0.4-0.3c-0.2-0.2-0.3-0.3-0.4-0.5c-0.2-0.2-0.3-0.4-0.3-0.6l0.6-0.4c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0.1,0.2,0.2c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.1,0.3,0.3,0.5,0.4c0.4,0.2,0.7,0.2,0.9,0.1c0.3-0.1,0.5-0.3,0.6-0.6c0.1-0.2,0.1-0.3,0.1-0.5c0-0.1-0.1-0.3-0.2-0.4c-0.1-0.1-0.2-0.3-0.4-0.4c-0.2-0.1-0.3-0.3-0.5-0.4c-0.2-0.1-0.3-0.3-0.5-0.5C60,8.4,59.8,8.2,59.8,8c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.2,0.1-0.5,0.2-0.8C60,6.3,60.2,6,60.4,5.9c0.2-0.2,0.4-0.3,0.7-0.4c0.3-0.1,0.6-0.1,0.9-0.1c0.3,0,0.6,0.1,1,0.2c0.4,0.2,0.7,0.4,1,0.7s0.5,0.6,0.6,0.9L64,7.7z"></path></g></svg>
</div>
<div class="modal" id="quick-links" tabindex="-1" aria-hidden="true">
	<div class="modal-dialog modal-dialog-centered">
		<div class="modal-content">
			<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Fermer">
				<svg role="img" width="15" height="15"><use xlink:href="/icons.svg#close"></use></svg>
			</button>
			<div class="modal-body">
				<div class="row justify-content-center">
					<div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/vie-scolaire/calendriers-et-horaires"></a><svg role="img" width="31" height="31"><use xlink:href="/icons.svg#calendar-lg"></use></svg><p>Calendrier scolaire</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/ecole/a-propos/code-de-vie"></a><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#code-de-vie-st-ex"></use></svg><p>Code de vie</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/ecole/a-propos/projet-educatif"></a><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#projet-educatif-st-ex"></use></svg><p>Projet éducatif</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/info-parent/guide/publications"></a><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#parents"></use></svg><p>Info-parents</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="https://portailparents.ca/accueil/fr/" target="_blank" rel="nofollow noreferrer"></a><svg role="img" width="39" height="32"><use xlink:href="/icons.svg#portail-parents"></use></svg><p>Mozaïk portail parents</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/inscription"></a><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#inscription-st-ex"></use></svg><p>Inscription</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/sport/futurs-etudiants/le-programme-sport-etude"></a><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#sport-tude-st-ex"></use></svg><p>Programme Sport-études</p></div></div></div><div class="col-md-3 col-sm-4 col-6"><div class="item"><div><a href="/langues-etudes/programme-langue-etude"></a><svg role="img" width="30" height="30"><use xlink:href="/icons.svg#langue-etude-st-ex"></use></svg><p>Programme Langue-études</p></div></div></div>				</div>
			</div>
		</div>
	</div>
</div>	<script type="application/json" class="joomla-script-options loaded">{"joomla.jtext":{"MOD_FINDER_SEARCH_VALUE":"Recherche &hellip;","ERROR":"Erreur","MESSAGE":"Message","NOTICE":"Annonce","WARNING":"Avertissement","JCLOSE":"Fermer","JOK":"OK","JOPEN":"Ouvrir"},"finder-search":{"url":"\/component\/finder\/?task=suggestions.suggest&format=json&tmpl=component&Itemid=101"},"system.paths":{"root":"","rootFull":"https:\/\/stexupery.csspi.ca\/","base":"","baseFull":"https:\/\/stexupery.csspi.ca\/"},"csrf.token":"0ae343616f34f8a0152a9ef8fc241f51"}</script>
	<script src="/media/system/js/core.min.js?3b2c7481f479d57ca6a59403341a2e378a288779"></script>
	<script src="/media/vendor/webcomponentsjs/js/webcomponents-bundle.min.js?2.6.0" nomodule="" defer=""></script>
	<script src="/media/com_finder/js/finder-es5.min.js?14e4c7fdce4ca11c6d12b74bad128529a294b183" nomodule="" defer=""></script>
	<script src="/media/system/js/messages-es5.min.js?42aff9798f66753bdb448b926baf2140f17f2c07" nomodule="" defer=""></script>
	<script src="/media/system/js/joomla-hidden-mail-es5.min.js?1cfc80b808ad9e3fd8ab87262511f36ad9057bac" nomodule="" defer=""></script>
	<script src="/media/system/js/joomla-hidden-mail.min.js?6829a5ca62409c5d92c27b7c42bad9e81b3a480a" type="module"></script>
	<script src="/media/vendor/awesomplete/js/awesomplete.min.js?1.1.5" defer=""></script>
	<script src="/media/com_finder/js/finder.min.js?c8b55661ed62db937b8d6856090adf9258c4a0fc" type="module"></script>
	<script src="/media/system/js/messages.min.js?7425e8d1cb9e4f061d5e30271d6d99b085344117" type="module"></script>
	<script src="https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js"></script>
	<script src="https://cdn.jsdelivr.net/combine/npm/@popperjs/core@2/dist/umd/popper.min.js,npm/bootstrap@5" defer=""></script>
	<script src="/templates/gdw/js/gdwjs.php?cacheoff=66f4102b239b1&amp;lang=fr-FR"></script>
	<script src="https://static.addtoany.com/menu/page.js" async=""></script>
	<script src="/templates/gdw/js/gdwCarousel.min.js" defer=""></script>
	<script src="/modules/mod_gdwslideshow/js/rotator.min.js" defer=""></script>
	<script src="/modules/mod_gdwmenu/js/menu.min.js" defer=""></script>
	<script src="https://cdn.jsdelivr.net/npm/simplebar@5/dist/simplebar.min.js" defer=""></script>
	<script>$(document).ready(()=>{window.affixQuickLink=()=>{let a=-1;$("#slideshow").length&&(a+=+$("#slideshow").innerHeight()),$(".quick-link-btn").toggleClass("affixed",$(window).scrollTop()>a)},affixQuickLink(),$(window).scroll(()=>{affixQuickLink()})});</script>
	<script>$(window).on("load",function(){new gdwCarousel($("#mod_gdwstory123"),[{size:767,value:2},{size:1,value:1}]);});</script>
	<script>$(window).on("load",function(){new gdwRotator($("#mod_gdwslideshow116"))});$(document).ready(function(){$("#mod_gdwslideshow116 .scroll-slide").click(function(){$("html,body").animate({scrollTop:$("#content").offset().top+parseInt($(".anchor").css("top"),10)},500)});});</script>
	<script>$(window).on("load",()=>{const a=$("#mod-finder-137"),b=a.find("[data-bs-toggle=\"popover\"]"),c=a.find(".search-popover"),d=575.98;let e=$(window).width()>d;$("body").append(c);const f=Popper.createPopper(b[0],c[0],{modifiers:[{name:"offset",options:{offset:[0,12]}}],placement:e?"right":"bottom",strategy:"fixed",rootBoundary:"document"});$(window).resize(()=>{c.addClass("d-none"),f.update();e===$(window).width()>d||(e=!e,f.setOptions({placement:e?"right":"bottom"}))}),b.click(()=>{b.toggleClass("open"),c.toggleClass("d-none"),f.update(),b.hasClass("open")?c.find(".form-control").focus():c.find(".form-control").blur()})});</script>
	<script>$(window).on("load",function(){new gdwAffixedMenu("#gdwmenu-115")});</script>
	<script>$(window).on("load",function(){new gdwMobileMenu("#gdwmenu-132")});</script>
	<script>$(window).on("load",()=>{const a=$("#mod-finder-131"),b=a.find("[data-bs-toggle=\"popover\"]"),c=a.find(".search-popover"),d=575.98;let e=$(window).width()>d;$("body").append(c);const f=Popper.createPopper(b[0],c[0],{modifiers:[{name:"offset",options:{offset:[0,12]}}],placement:e?"right":"bottom",strategy:"fixed",rootBoundary:"document"});$(window).resize(()=>{c.addClass("d-none"),f.update();e===$(window).width()>d||(e=!e,f.setOptions({placement:e?"right":"bottom"}))}),b.click(()=>{b.toggleClass("open"),c.toggleClass("d-none"),f.update(),b.hasClass("open")?c.find(".form-control").focus():c.find(".form-control").blur()})});</script>


<script type="module"> import { cookieHandler } from "/media/plg_system_gdwprivacy/js/core.js"; new cookieHandler(); </script> <div id="privacy-modal" class="privacy-module">  <div class="privacy-dialog">  <h2>Règles de confidentialité</h2><article><p>Le respect de votre vie privée est important pour nous. En cliquant « J'accepte », vous consentez à notre utilisation des témoins « cookies » sur votre navigateur pour améliorer et personnaliser votre expérience de navigation ou pour des fins de statistiques. En cliquant sur « Je refuse », vous aurez tout de même accès à notre site. Veuillez noter que certains témoins sont obligatoires pour assurer le fonctionnement et la sécurité des sites Web. Pour en savoir plus sur nos règles de confidentialité et nos conditions d'utilisations, cliquez sur le bouton « Plus d'informations ».</p></article><div class="row"><div class="col-auto"><a href="https://stexupery.csspi.ca/?gpc=2" class="privacy-btn privacy-accept" data-cookie-name="gdwPrivacyConsent" data-cookie-expires="Thu, 31 Oct 2024 23:59:59 GMT" data-cookie-path="/"><span>J'accepte</span></a></div><div class="col-auto"><a href="https://stexupery.csspi.ca/?gpc=-2" class="privacy-btn privacy-refusal" data-cookie-name="gdwPrivacyConsent" data-cookie-expires="Thu, 31 Oct 2024 23:59:59 GMT" data-cookie-path="/"><span>Je refuse</span></a></div><div class="col-auto"><a href="https://www.csspi.gouv.qc.ca/politique-de-confidentialite" class="privacy-btn privacy-information"><svg role="img" width="18" height="10"><use xlink:href="/icons.svg#arrow"></use></svg><span>Plus d'informations</span></a></div></div> </div> </div>

</body></html>