diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/README.md
new file mode 100644
index 0000000..21f6435
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/README.md
@@ -0,0 +1,17 @@
+Les plus :
+ - lisibilité et modularité du CSS. Des classes, en complément ou en remplacement, pour le h1 et le p aurait été un parfait en terme de modularité.
+ - bonne indentation et exploitation du scss, commentaires sont un plus.
+ - menu responsive
+
+
+Les moins :
+ - Un overlay aurait été un plus
+ - la popin tout en violet est un peu raide, surtout avec un texte noir
+ - certaines couleurs définies en variables ne sont pas utilisées.
+ - il aurait fallut fusionner icon-style et main pour éviter un appel réseau
+ - checkbox newsletter ko, checkbox popin ok
+ - footer non responsive
+ - type de l'input mail aurait du etre email
+ - pourquoi une div dans le footer ?
+ - manque de title, aria-
+ - pas de description ni keywords
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.css b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.css
new file mode 100644
index 0000000..031175e
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.css
@@ -0,0 +1,15 @@
+.menu {
+ flex-basis: auto;
+ display: block;
+ margin: 0;
+ padding: 0;
+}
+.menu li {
+ display: inline-block;
+}
+
+.menu-toggle, .menu-checkbox {
+ display: none;
+}
+
+/*# sourceMappingURL=desktop.css.map */
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.scss b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.scss
new file mode 100644
index 0000000..961c3ba
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/desktop.scss
@@ -0,0 +1,14 @@
+.menu {
+ flex-basis: auto;
+ display: block;
+ margin: 0;
+ padding: 0;
+ li {
+ display: inline-block;
+ }
+ }
+
+ .menu-toggle, .menu-checkbox {
+ display: none;
+ }
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.svg
new file mode 100644
index 0000000..8ad8ba2
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.svg
@@ -0,0 +1,11 @@
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.ttf
new file mode 100644
index 0000000..e4b34f3
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.ttf differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.woff
new file mode 100644
index 0000000..3997956
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/fonts/icomoon.woff differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/icon-style.css b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/icon-style.css
new file mode 100644
index 0000000..2edea0f
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/icon-style.css
@@ -0,0 +1,29 @@
+@font-face {
+ font-family: 'icomoon';
+ src:
+ url('fonts/icomoon.ttf?l7lvwf') format('truetype'),
+ url('fonts/icomoon.woff?l7lvwf') format('woff'),
+ url('fonts/icomoon.svg?l7lvwf#icomoon') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ font-display: block;
+}
+
+i {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'icomoon' !important;
+ speak: never;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-cross:before {
+ content: "\ea0f";
+}
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/index.html
new file mode 100644
index 0000000..690f7ea
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/index.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
Site d’information culturelles et sportives
+
Bonjour et bienvenue sur notre site,
+ Depuis cette page nous vous invitons à choisir les abonnements aux newsletters qui vous conviennent.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.css b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.css
new file mode 100644
index 0000000..8b989b6
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.css
@@ -0,0 +1,135 @@
+.div-form {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ display: none;
+}
+.div-form #form {
+ position: absolute;
+ top: 50%;
+ transform: Translate(-50%, -50%);
+ left: 50%;
+ height: 25%;
+ border-radius: 10px;
+ border: 1px solid black;
+ padding: 10px;
+ background-color: #663366;
+ color: #330033;
+}
+.div-form #form .icon-cross {
+ color: #fcfafc;
+ float: right;
+}
+.div-form #form button {
+ border-radius: 5px;
+ background-color: white;
+ border: 1px solid #a7a7a7;
+ font-family: Arial, Helvetica, sans-serif;
+}
+.div-form #form button:hover {
+ color: #eeaaee;
+ background-color: lightgrey;
+}
+
+#form-checkbox:checked ~ .div-form {
+ display: flex;
+}
+
+.form-checkbox:checked ~ .menu {
+ display: none;
+}
+
+.main-navigation {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ background-color: rgba(204, 204, 204, 0.159);
+ margin-top: -10px;
+ margin-left: -10px;
+ margin-right: -10px;
+}
+
+.menu {
+ display: none;
+ flex-basis: 100%;
+ list-style: none;
+}
+.menu li {
+ padding: 15px;
+}
+.menu a, .menu .show-form {
+ display: inline-block;
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 14px;
+ text-decoration: none;
+ color: #660066;
+}
+.menu a:hover, .menu .show-form:hover {
+ color: #eeaaee;
+ text-decoration: underline;
+}
+
+.menu-checkbox:checked ~ .menu {
+ display: block;
+}
+
+.menu-toggle {
+ padding: 0.5em 1em;
+}
+.menu-toggle:hover {
+ color: #eeaaee;
+ text-decoration: underline;
+}
+
+input {
+ background-color: white;
+}
+
+h1 {
+ font-size: 35px;
+ color: #fcfafc;
+ background-color: #663366;
+ text-align: center;
+ font-family: Arial, Helvetica, sans-serif;
+ padding: 15px;
+}
+
+p {
+ font-size: 14px;
+ font-family: Arial, Helvetica, sans-serif;
+ text-align: center;
+ color: #330033;
+}
+
+#foot {
+ text-align: center;
+ font-family: Arial, Helvetica, sans-serif;
+ color: #330033;
+ font-size: 14px;
+ padding: 25px;
+ position: absolute;
+ bottom: 0;
+ transform: Translate(-50%);
+ left: 50%;
+}
+#foot span, #foot a {
+ padding-left: 20px;
+}
+#foot a {
+ color: #660066;
+ text-decoration: none;
+}
+#foot a:hover {
+ color: #eeaaee;
+ text-decoration: underline;
+}
+
+.c_hebdo, .c_daily {
+ display: none;
+}
+
+.s_daily, .s_hebdo {
+ display: none;
+}
+
+/*# sourceMappingURL=main-style.css.map */
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.scss b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.scss
new file mode 100644
index 0000000..6d6a2b7
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Dorian_Gautier/main-style.scss
@@ -0,0 +1,147 @@
+//déclaration des variables
+$font : Arial, Helvetica, sans-serif;
+$normalfontsize : 14px;
+$titlecrosscolor: #fcfafc;
+$linkcolor: #660066;
+$linkhovercolor:#eeaaee;
+$fontcolor:#330033;
+$inputcolor: white;
+$backgroundtitlecolor: #663366;
+
+//Mise en form du formulaire
+.div-form{
+ font-family: $font;
+ font-size: $normalfontsize;
+ display: none;
+ #form{
+ position: absolute;
+ top: 50%;
+ transform: Translate(-50%, -50%);
+ left: 50%;
+ height: 25%;
+ border-radius: 10px;
+ border: 1px solid black ;
+ padding: 10px;
+ background-color: #663366;
+ color: $fontcolor;
+ .icon-cross{
+ color: $titlecrosscolor;
+ float: right;
+ }
+ button{
+ border-radius: 5px;
+ background-color: white;
+ border: 1px solid rgb(167, 167, 167);
+ font-family: $font;
+ &:hover{
+ color: $linkhovercolor;
+ background-color: lightgrey;
+ }
+ }
+ }
+}
+
+//fermeture du formulaire
+#form-checkbox:checked ~ .div-form {
+ display: flex;
+ }
+
+ .form-checkbox:checked ~ .menu {
+ display: none;
+ }
+//Mise en form de la nav bar
+ .main-navigation {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ flex-wrap: wrap;
+ background-color: rgba(204, 204, 204, 0.159);
+ margin-top: -10px;
+ margin-left: -10px;
+ margin-right: -10px;
+ }
+ .menu {
+ display: none;
+ flex-basis: 100%;
+ list-style: none;
+
+ li{
+ padding: 15px;
+ }
+ a, .show-form {
+ display: inline-block;
+ font-family: $font;
+ font-size: $normalfontsize;
+ text-decoration: none;
+ color: $linkcolor;
+ &:hover{
+ color: $linkhovercolor;
+ text-decoration: underline;
+ }
+ }
+
+ }
+
+
+ //Mise en place de la navbar responsive
+ .menu-checkbox:checked ~ .menu {
+ display: block;
+ }
+ .menu-toggle {
+ padding: 0.5em 1em;
+ &:hover{
+ color: $linkhovercolor;
+ text-decoration: underline
+ }
+ }
+ //style des liens
+ input{
+ background-color: $inputcolor;
+ }
+//Style du titre
+ h1{
+ font-size: 35px;
+ color: $titlecrosscolor;
+ background-color: $backgroundtitlecolor;
+ text-align: center;
+ font-family: $font;
+ padding: 15px;
+ }
+ //style du paragraphe
+ p{
+ font-size: $normalfontsize;
+ font-family: $font;
+ text-align: center;
+ color: $fontcolor;
+ }
+ // Mise en form du footer
+ #foot{
+ text-align: center;
+ font-family: $font;
+ color: $fontcolor;
+ font-size: $normalfontsize;
+ padding: 25px;
+ position:absolute;
+ bottom:0;
+ transform: Translate(-50%);
+ left: 50%;
+ span, a{
+ padding-left: 20px;
+ }
+ a {
+ color: $linkcolor;
+ text-decoration: none;
+ &:hover{
+ color: $linkhovercolor;
+ text-decoration: underline;
+ }
+ }
+ }
+//début affichage boutton
+.c_hebdo, .c_daily{
+ display: none;
+}
+
+.s_daily, .s_hebdo{
+ display: none;
+}
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/README.md
new file mode 100644
index 0000000..a127379
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/README.md
@@ -0,0 +1,18 @@
+Les plus :
+ - footer responsive
+ - overlay
+ - type email sur champs email + pattern
+ - lisibilité du code
+ - utilisation d'icones font (même si pas icomoon)
+
+Les moins :
+ - manque un peu de padding dans certaines résolutions
+ - menu un peu limite en petite résolutions
+ - popin non ouvert au chargement
+ - checkbox des newsletter ko
+ - beaucoup de divs imbriquées
+ - intégralité du contenu en h2 ?
+ - manque de title, aria-
+ - pas de description ni keywords
+
+
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.css b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.css
new file mode 100644
index 0000000..486e299
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.css
@@ -0,0 +1,343 @@
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+/* Document
+ ========================================================================== */
+/**
+ * 1. Correct the line height in all browsers.
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
+ */
+html {
+ line-height: 1.15;
+ /* 1 */
+ -webkit-text-size-adjust: 100%;
+ /* 2 */
+}
+
+/* Sections
+ ========================================================================== */
+/**
+ * Remove the margin in all browsers.
+ */
+body {
+ margin: 0;
+}
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+main {
+ display: block;
+}
+
+/**
+ * Correct the font size and margin on `h1` elements within `section` and
+ * `article` contexts in Chrome, Firefox, and Safari.
+ */
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/* Grouping content
+ ========================================================================== */
+/**
+ * 1. Add the correct box sizing in Firefox.
+ * 2. Show the overflow in Edge and IE.
+ */
+hr {
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ /* 1 */
+ height: 0;
+ /* 1 */
+ overflow: visible;
+ /* 2 */
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+pre {
+ font-family: monospace, monospace;
+ /* 1 */
+ font-size: 1em;
+ /* 2 */
+}
+
+/* Text-level semantics
+ ========================================================================== */
+/**
+ * Remove the gray background on active links in IE 10.
+ */
+a {
+ background-color: transparent;
+}
+
+/**
+ * 1. Remove the bottom border in Chrome 57-
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
+ */
+abbr[title] {
+ border-bottom: none;
+ /* 1 */
+ text-decoration: underline;
+ /* 2 */
+ -webkit-text-decoration: underline dotted;
+ text-decoration: underline dotted;
+ /* 2 */
+}
+
+/**
+ * Add the correct font weight in Chrome, Edge, and Safari.
+ */
+b,
+strong {
+ font-weight: bolder;
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+code,
+kbd,
+samp {
+ font-family: monospace, monospace;
+ /* 1 */
+ font-size: 1em;
+ /* 2 */
+}
+
+/**
+ * Add the correct font size in all browsers.
+ */
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` elements from affecting the line height in
+ * all browsers.
+ */
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+/* Embedded content
+ ========================================================================== */
+/**
+ * Remove the border on images inside links in IE 10.
+ */
+img {
+ border-style: none;
+}
+
+/* Forms
+ ========================================================================== */
+/**
+ * 1. Change the font styles in all browsers.
+ * 2. Remove the margin in Firefox and Safari.
+ */
+button,
+input,
+optgroup,
+select,
+textarea {
+ font-family: inherit;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.15;
+ /* 1 */
+ margin: 0;
+ /* 2 */
+}
+
+/**
+ * Show the overflow in IE.
+ * 1. Show the overflow in Edge.
+ */
+button,
+input {
+ /* 1 */
+ overflow: visible;
+}
+
+/**
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
+ * 1. Remove the inheritance of text transform in Firefox.
+ */
+button,
+select {
+ /* 1 */
+ text-transform: none;
+}
+
+/**
+ * Correct the inability to style clickable types in iOS and Safari.
+ */
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button;
+}
+
+/**
+ * Remove the inner border and padding in Firefox.
+ */
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+/**
+ * Restore the focus styles unset by the previous rule.
+ */
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+/**
+ * Correct the padding in Firefox.
+ */
+fieldset {
+ padding: 0.35em 0.75em 0.625em;
+}
+
+/**
+ * 1. Correct the text wrapping in Edge and IE.
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
+ * 3. Remove the padding so developers are not caught out when they zero out
+ * `fieldset` elements in all browsers.
+ */
+legend {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ /* 1 */
+ color: inherit;
+ /* 2 */
+ display: table;
+ /* 1 */
+ max-width: 100%;
+ /* 1 */
+ padding: 0;
+ /* 3 */
+ white-space: normal;
+ /* 1 */
+}
+
+/**
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
+ */
+progress {
+ vertical-align: baseline;
+}
+
+/**
+ * Remove the default vertical scrollbar in IE 10+.
+ */
+textarea {
+ overflow: auto;
+}
+
+/**
+ * 1. Add the correct box sizing in IE 10.
+ * 2. Remove the padding in IE 10.
+ */
+[type="checkbox"],
+[type="radio"] {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ /* 1 */
+ padding: 0;
+ /* 2 */
+}
+
+/**
+ * Correct the cursor style of increment and decrement buttons in Chrome.
+ */
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Correct the odd appearance in Chrome and Safari.
+ * 2. Correct the outline style in Safari.
+ */
+[type="search"] {
+ -webkit-appearance: textfield;
+ /* 1 */
+ outline-offset: -2px;
+ /* 2 */
+}
+
+/**
+ * Remove the inner padding in Chrome and Safari on macOS.
+ */
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * 1. Correct the inability to style clickable types in iOS and Safari.
+ * 2. Change font properties to `inherit` in Safari.
+ */
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ /* 1 */
+ font: inherit;
+ /* 2 */
+}
+
+/* Interactive
+ ========================================================================== */
+/*
+ * Add the correct display in Edge, IE 10+, and Firefox.
+ */
+details {
+ display: block;
+}
+
+/*
+ * Add the correct display in all browsers.
+ */
+summary {
+ display: list-item;
+}
+
+/* Misc
+ ========================================================================== */
+/**
+ * Add the correct display in IE 10+.
+ */
+template {
+ display: none;
+}
+
+/**
+ * Add the correct display in IE 10.
+ */
+[hidden] {
+ display: none;
+}
+/*# sourceMappingURL=normalize.css.map */
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.scss b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.scss
new file mode 100644
index 0000000..c45a85f
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/normalize.scss
@@ -0,0 +1,349 @@
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+
+/* Document
+ ========================================================================== */
+
+/**
+ * 1. Correct the line height in all browsers.
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
+ */
+
+ html {
+ line-height: 1.15; /* 1 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+ }
+
+ /* Sections
+ ========================================================================== */
+
+ /**
+ * Remove the margin in all browsers.
+ */
+
+ body {
+ margin: 0;
+ }
+
+ /**
+ * Render the `main` element consistently in IE.
+ */
+
+ main {
+ display: block;
+ }
+
+ /**
+ * Correct the font size and margin on `h1` elements within `section` and
+ * `article` contexts in Chrome, Firefox, and Safari.
+ */
+
+ h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+ }
+
+ /* Grouping content
+ ========================================================================== */
+
+ /**
+ * 1. Add the correct box sizing in Firefox.
+ * 2. Show the overflow in Edge and IE.
+ */
+
+ hr {
+ box-sizing: content-box; /* 1 */
+ height: 0; /* 1 */
+ overflow: visible; /* 2 */
+ }
+
+ /**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+ pre {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+ }
+
+ /* Text-level semantics
+ ========================================================================== */
+
+ /**
+ * Remove the gray background on active links in IE 10.
+ */
+
+ a {
+ background-color: transparent;
+ }
+
+ /**
+ * 1. Remove the bottom border in Chrome 57-
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
+ */
+
+ abbr[title] {
+ border-bottom: none; /* 1 */
+ text-decoration: underline; /* 2 */
+ text-decoration: underline dotted; /* 2 */
+ }
+
+ /**
+ * Add the correct font weight in Chrome, Edge, and Safari.
+ */
+
+ b,
+ strong {
+ font-weight: bolder;
+ }
+
+ /**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+ code,
+ kbd,
+ samp {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+ }
+
+ /**
+ * Add the correct font size in all browsers.
+ */
+
+ small {
+ font-size: 80%;
+ }
+
+ /**
+ * Prevent `sub` and `sup` elements from affecting the line height in
+ * all browsers.
+ */
+
+ sub,
+ sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+ }
+
+ sub {
+ bottom: -0.25em;
+ }
+
+ sup {
+ top: -0.5em;
+ }
+
+ /* Embedded content
+ ========================================================================== */
+
+ /**
+ * Remove the border on images inside links in IE 10.
+ */
+
+ img {
+ border-style: none;
+ }
+
+ /* Forms
+ ========================================================================== */
+
+ /**
+ * 1. Change the font styles in all browsers.
+ * 2. Remove the margin in Firefox and Safari.
+ */
+
+ button,
+ input,
+ optgroup,
+ select,
+ textarea {
+ font-family: inherit; /* 1 */
+ font-size: 100%; /* 1 */
+ line-height: 1.15; /* 1 */
+ margin: 0; /* 2 */
+ }
+
+ /**
+ * Show the overflow in IE.
+ * 1. Show the overflow in Edge.
+ */
+
+ button,
+ input { /* 1 */
+ overflow: visible;
+ }
+
+ /**
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
+ * 1. Remove the inheritance of text transform in Firefox.
+ */
+
+ button,
+ select { /* 1 */
+ text-transform: none;
+ }
+
+ /**
+ * Correct the inability to style clickable types in iOS and Safari.
+ */
+
+ button,
+ [type="button"],
+ [type="reset"],
+ [type="submit"] {
+ -webkit-appearance: button;
+ }
+
+ /**
+ * Remove the inner border and padding in Firefox.
+ */
+
+ button::-moz-focus-inner,
+ [type="button"]::-moz-focus-inner,
+ [type="reset"]::-moz-focus-inner,
+ [type="submit"]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+ }
+
+ /**
+ * Restore the focus styles unset by the previous rule.
+ */
+
+ button:-moz-focusring,
+ [type="button"]:-moz-focusring,
+ [type="reset"]:-moz-focusring,
+ [type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+ }
+
+ /**
+ * Correct the padding in Firefox.
+ */
+
+ fieldset {
+ padding: 0.35em 0.75em 0.625em;
+ }
+
+ /**
+ * 1. Correct the text wrapping in Edge and IE.
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
+ * 3. Remove the padding so developers are not caught out when they zero out
+ * `fieldset` elements in all browsers.
+ */
+
+ legend {
+ box-sizing: border-box; /* 1 */
+ color: inherit; /* 2 */
+ display: table; /* 1 */
+ max-width: 100%; /* 1 */
+ padding: 0; /* 3 */
+ white-space: normal; /* 1 */
+ }
+
+ /**
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
+ */
+
+ progress {
+ vertical-align: baseline;
+ }
+
+ /**
+ * Remove the default vertical scrollbar in IE 10+.
+ */
+
+ textarea {
+ overflow: auto;
+ }
+
+ /**
+ * 1. Add the correct box sizing in IE 10.
+ * 2. Remove the padding in IE 10.
+ */
+
+ [type="checkbox"],
+ [type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+ }
+
+ /**
+ * Correct the cursor style of increment and decrement buttons in Chrome.
+ */
+
+ [type="number"]::-webkit-inner-spin-button,
+ [type="number"]::-webkit-outer-spin-button {
+ height: auto;
+ }
+
+ /**
+ * 1. Correct the odd appearance in Chrome and Safari.
+ * 2. Correct the outline style in Safari.
+ */
+
+ [type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ outline-offset: -2px; /* 2 */
+ }
+
+ /**
+ * Remove the inner padding in Chrome and Safari on macOS.
+ */
+
+ [type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+ }
+
+ /**
+ * 1. Correct the inability to style clickable types in iOS and Safari.
+ * 2. Change font properties to `inherit` in Safari.
+ */
+
+ ::-webkit-file-upload-button {
+ -webkit-appearance: button; /* 1 */
+ font: inherit; /* 2 */
+ }
+
+ /* Interactive
+ ========================================================================== */
+
+ /*
+ * Add the correct display in Edge, IE 10+, and Firefox.
+ */
+
+ details {
+ display: block;
+ }
+
+ /*
+ * Add the correct display in all browsers.
+ */
+
+ summary {
+ display: list-item;
+ }
+
+ /* Misc
+ ========================================================================== */
+
+ /**
+ * Add the correct display in IE 10+.
+ */
+
+ template {
+ display: none;
+ }
+
+ /**
+ * Add the correct display in IE 10.
+ */
+
+ [hidden] {
+ display: none;
+ }
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.css
new file mode 100644
index 0000000..fd0b613
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.css
@@ -0,0 +1,586 @@
+@charset "UTF-8";
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+/* Document
+ ========================================================================== */
+/**
+ * 1. Correct the line height in all browsers.
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
+ */
+@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap");
+html {
+ line-height: 1.15;
+ /* 1 */
+ -webkit-text-size-adjust: 100%;
+ /* 2 */
+}
+
+/* Sections
+ ========================================================================== */
+/**
+ * Remove the margin in all browsers.
+ */
+body {
+ margin: 0;
+}
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+main {
+ display: block;
+}
+
+/**
+ * Correct the font size and margin on `h1` elements within `section` and
+ * `article` contexts in Chrome, Firefox, and Safari.
+ */
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/* Grouping content
+ ========================================================================== */
+/**
+ * 1. Add the correct box sizing in Firefox.
+ * 2. Show the overflow in Edge and IE.
+ */
+hr {
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ /* 1 */
+ height: 0;
+ /* 1 */
+ overflow: visible;
+ /* 2 */
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+pre {
+ font-family: monospace, monospace;
+ /* 1 */
+ font-size: 1em;
+ /* 2 */
+}
+
+/* Text-level semantics
+ ========================================================================== */
+/**
+ * Remove the gray background on active links in IE 10.
+ */
+a {
+ background-color: transparent;
+}
+
+/**
+ * 1. Remove the bottom border in Chrome 57-
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
+ */
+abbr[title] {
+ border-bottom: none;
+ /* 1 */
+ text-decoration: underline;
+ /* 2 */
+ -webkit-text-decoration: underline dotted;
+ text-decoration: underline dotted;
+ /* 2 */
+}
+
+/**
+ * Add the correct font weight in Chrome, Edge, and Safari.
+ */
+b,
+strong {
+ font-weight: bolder;
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+code,
+kbd,
+samp {
+ font-family: monospace, monospace;
+ /* 1 */
+ font-size: 1em;
+ /* 2 */
+}
+
+/**
+ * Add the correct font size in all browsers.
+ */
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` elements from affecting the line height in
+ * all browsers.
+ */
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+/* Embedded content
+ ========================================================================== */
+/**
+ * Remove the border on images inside links in IE 10.
+ */
+img {
+ border-style: none;
+}
+
+/* Forms
+ ========================================================================== */
+/**
+ * 1. Change the font styles in all browsers.
+ * 2. Remove the margin in Firefox and Safari.
+ */
+button,
+input,
+optgroup,
+select,
+textarea {
+ font-family: inherit;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.15;
+ /* 1 */
+ margin: 0;
+ /* 2 */
+}
+
+/**
+ * Show the overflow in IE.
+ * 1. Show the overflow in Edge.
+ */
+button,
+input {
+ /* 1 */
+ overflow: visible;
+}
+
+/**
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
+ * 1. Remove the inheritance of text transform in Firefox.
+ */
+button,
+select {
+ /* 1 */
+ text-transform: none;
+}
+
+/**
+ * Correct the inability to style clickable types in iOS and Safari.
+ */
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button;
+}
+
+/**
+ * Remove the inner border and padding in Firefox.
+ */
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+/**
+ * Restore the focus styles unset by the previous rule.
+ */
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+/**
+ * Correct the padding in Firefox.
+ */
+fieldset {
+ padding: 0.35em 0.75em 0.625em;
+}
+
+/**
+ * 1. Correct the text wrapping in Edge and IE.
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
+ * 3. Remove the padding so developers are not caught out when they zero out
+ * `fieldset` elements in all browsers.
+ */
+legend {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ /* 1 */
+ color: inherit;
+ /* 2 */
+ display: table;
+ /* 1 */
+ max-width: 100%;
+ /* 1 */
+ padding: 0;
+ /* 3 */
+ white-space: normal;
+ /* 1 */
+}
+
+/**
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
+ */
+progress {
+ vertical-align: baseline;
+}
+
+/**
+ * Remove the default vertical scrollbar in IE 10+.
+ */
+textarea {
+ overflow: auto;
+}
+
+/**
+ * 1. Add the correct box sizing in IE 10.
+ * 2. Remove the padding in IE 10.
+ */
+[type="checkbox"],
+[type="radio"] {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ /* 1 */
+ padding: 0;
+ /* 2 */
+}
+
+/**
+ * Correct the cursor style of increment and decrement buttons in Chrome.
+ */
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Correct the odd appearance in Chrome and Safari.
+ * 2. Correct the outline style in Safari.
+ */
+[type="search"] {
+ -webkit-appearance: textfield;
+ /* 1 */
+ outline-offset: -2px;
+ /* 2 */
+}
+
+/**
+ * Remove the inner padding in Chrome and Safari on macOS.
+ */
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * 1. Correct the inability to style clickable types in iOS and Safari.
+ * 2. Change font properties to `inherit` in Safari.
+ */
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ /* 1 */
+ font: inherit;
+ /* 2 */
+}
+
+/* Interactive
+ ========================================================================== */
+/*
+ * Add the correct display in Edge, IE 10+, and Firefox.
+ */
+details {
+ display: block;
+}
+
+/*
+ * Add the correct display in all browsers.
+ */
+summary {
+ display: list-item;
+}
+
+/* Misc
+ ========================================================================== */
+/**
+ * Add the correct display in IE 10+.
+ */
+template {
+ display: none;
+}
+
+/**
+ * Add the correct display in IE 10.
+ */
+[hidden] {
+ display: none;
+}
+
+/****************************************************
+ VARIABLES COULEURS
+*****************************************************/
+:root {
+ --fond-standard: #fcfafc;
+ --couleur-liens: #660066;
+ --couleur-ecriture: #330033;
+ --liens-hover: #eeaaee;
+ --couleur-white: #ffffff;
+ --couleur-fond-titre: #663366;
+ --fond: var(--fond-standard);
+ --liens: var(--couleur-liens);
+ --ecriture: var(--couleur-ecriture);
+ --hover: var(--liens-hover);
+ --white: var(--couleur-white);
+ --fond-titre: var(--couleur-fond-titre);
+}
+
+/****************************************************
+ GLOBAL
+*****************************************************/
+* {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+img {
+ max-width: 100%;
+}
+
+html, body {
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+html body, body body {
+ display: table;
+ width: 100%;
+ background-color: var(--fond);
+ font-family: "Rubik", sans-serif;
+}
+
+a {
+ text-decoration: none;
+ color: var(--liens);
+}
+
+a:hover {
+ color: var(--hover);
+ text-decoration: underline;
+}
+
+/****************************************************
+ HEADER
+*****************************************************/
+nav {
+ text-align: center;
+}
+
+nav a {
+ margin-left: 10px;
+}
+
+/****************************************************
+ MAIN
+*****************************************************/
+h1, h2, h3 {
+ background-color: var(--fond-titre);
+ color: var(--fond);
+}
+
+p {
+ color: var(--ecriture);
+ text-align: center;
+}
+
+.haut, .millieu {
+ text-align: center;
+}
+
+.haut a {
+ font-size: 25px;
+}
+
+.modal-dialog .modal-content {
+ width: 100%;
+ height: 100%;
+}
+
+.row-form {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -ms-flex-direction: row;
+ flex-direction: row;
+}
+
+.row-form label {
+ width: 50%;
+}
+
+.row-form input {
+ width: 50%;
+ height: 20%;
+ margin: auto;
+}
+
+@-webkit-keyframes slideDownFadeIN {
+ from {
+ top: -100px;
+ opacity: 0;
+ }
+ to {
+ top: 0px;
+ opacity: 1;
+ }
+}
+
+@keyframes slideDownFadeIN {
+ from {
+ top: -100px;
+ opacity: 0;
+ }
+ to {
+ top: 0px;
+ opacity: 1;
+ }
+}
+
+.modal {
+ display: none;
+ left: 0;
+ top: 0;
+ top: 130px;
+ width: 100%;
+ height: 80%;
+ overflow: auto;
+ background-color: black;
+ background-color: rgba(0, 0, 0, 0.4);
+}
+
+.modal:target {
+ display: table;
+ position: absolute;
+}
+
+.modal:target .modal-dialog {
+ display: table-cell;
+ vertical-align: middle;
+}
+
+.modal-dialog .modal-content {
+ margin: auto;
+ background-color: white;
+ position: relative;
+ padding: 0;
+ outline: 0;
+ border: 1px #777 solid;
+ text-align: justify;
+ height: 75%;
+ -webkit-animation-name: slideDownFadeIN;
+ animation-name: slideDownFadeIN;
+ -webkit-animation-duration: 0.5s;
+ animation-duration: 0.5s;
+ border-radius: 30px;
+}
+
+.modal-dialog .modal-content .closebtn {
+ text-decoration: none;
+ float: left;
+ font-size: 20px;
+ font-weight: bold;
+ color: black;
+ padding: -20px -20px 0 -20px;
+}
+
+.container-contact {
+ margin-top: 20px;
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+}
+
+input {
+ margin-left: 20px;
+ margin-top: 10px;
+}
+
+/****************************************************
+ FOOTER
+*****************************************************/
+footer {
+ display: table-row;
+ height: 100px;
+}
+
+footer nav {
+ margin-top: 30px;
+}
+
+/******************************************************************************/
+/*=======================================================
+ MEDIA QUERIES
+=========================================================*/
+/******************************************************************************/
+/*========================= RESPONSIVE TABLETTE ======================*/
+@media screen and (min-width: 768px) {
+ /*s'applique à partir de 768px et au-delà*/
+ /* ============ GLOBAL ==============*/
+ /* ============ HEADER ==============*/
+ /* ============ MAIN ==============*/
+ .modal-dialog .modal-content {
+ width: 50%;
+ }
+ .modal {
+ top: 130px;
+ width: 100%;
+ height: 50%;
+ }
+ /* ============ FOOTER ==============*/
+}
+
+/*fermeture @media tablette*/
+/******************************************************************************/
+/*========================= RESPONSIVE DESKTOP ======================*/
+@media screen and (min-width: 1025px) {
+ /*s'applique à partir de 1025px et au-delà*/
+ /* ============ GLOBAL ==============*/
+ /* ============ HEADER ==============*/
+ /* ============ MAIN ==============*/
+ /* ============ FOOTER ==============*/
+}
+
+/*fermeture @media desktop*/
+/*# sourceMappingURL=style.css.map */
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.scss b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.scss
new file mode 100644
index 0000000..d608a7a
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/css/style.scss
@@ -0,0 +1,228 @@
+@import "normalize.scss";
+@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
+$font: 'Rubik', sans-serif;
+
+/****************************************************
+ VARIABLES COULEURS
+*****************************************************/
+
+:root {
+ --fond-standard: #fcfafc;
+ --couleur-liens: #660066;
+ --couleur-ecriture: #330033;
+ --liens-hover: #eeaaee;
+ --couleur-white: #ffffff;
+ --couleur-fond-titre: #663366;
+
+ --fond: var(--fond-standard);
+ --liens: var(--couleur-liens);
+ --ecriture: var(--couleur-ecriture);
+ --hover: var(--liens-hover);
+ --white: var(--couleur-white);
+ --fond-titre: var(--couleur-fond-titre);
+}
+
+/****************************************************
+ GLOBAL
+*****************************************************/
+
+* {
+ box-sizing: border-box;
+}
+
+img {
+ max-width: 100%;
+}
+
+html, body {
+ height: 100%;
+ margin: 0; padding: 0;
+ body {
+ display : table;
+ width: 100%;
+ background-color: var(--fond);
+ font-family: $font;
+ }
+}
+
+a {
+ text-decoration: none;
+ color: var(--liens);
+ &:hover {
+ color: var(--hover);
+ text-decoration: underline;
+ }
+}
+
+/****************************************************
+ HEADER
+*****************************************************/
+
+nav {
+ text-align: center;
+ a {
+ margin-left: 10px;
+ }
+}
+
+/****************************************************
+ MAIN
+*****************************************************/
+
+h1, h2, h3 {
+ background-color: var(--fond-titre);
+ color: var(--fond);
+}
+
+p {
+ color: var(--ecriture);
+ text-align: center;
+}
+
+.haut, .millieu {
+ text-align: center;
+}
+
+.haut {
+ a {
+ font-size: 25px;
+ }
+}
+
+.modal-dialog .modal-content {
+ width: 100%;
+ height: 100%;
+}
+
+.row-form {
+ display: flex;
+ flex-direction: row;
+ label {
+ width: 50%;
+ }
+ input {
+ width: 50%;
+ height: 20%;
+ margin: auto;
+ }
+}
+
+@keyframes slideDownFadeIN {
+ from {top:-100px;opacity: 0;}
+ to {top:0px;opacity:1;}
+}
+
+.modal {
+ display: none;
+ left: 0;
+ top: 0;
+ top: 130px;
+ width: 100%;
+ height: 80%;
+ overflow: auto;
+ background-color: rgb(0, 0, 0);
+ background-color: rgba(0, 0, 0, 0.4);
+}
+
+.modal:target {
+ display: table;
+ position: absolute;
+ .modal-dialog {
+ display: table-cell;
+ vertical-align: middle;
+ }
+}
+
+.modal-dialog .modal-content {
+ margin: auto;
+ background-color: white;
+ position: relative;
+ padding: 0;
+ outline: 0;
+ border: 1px #777 solid;
+ text-align: justify;
+ height: 75%;
+ animation-name: slideDownFadeIN;
+ animation-duration: 0.5s;
+ border-radius: 30px;
+ .closebtn {
+ text-decoration: none;
+ float: left;
+ font-size: 20px;
+ font-weight: bold;
+ color: black;
+ padding: -20px -20px 0 -20px;
+ }
+}
+
+.container-contact {
+ margin-top: 20px;
+ display: flex;
+ justify-content: center;
+}
+
+input {
+ margin-left: 20px;
+ margin-top: 10px;
+}
+
+/****************************************************
+ FOOTER
+*****************************************************/
+
+footer {
+ display : table-row;
+ height: 100px;
+ nav {
+ margin-top: 30px;
+ }
+}
+
+/******************************************************************************/
+/*=======================================================
+ MEDIA QUERIES
+=========================================================*/
+/******************************************************************************/
+
+/*========================= RESPONSIVE TABLETTE ======================*/
+
+@media screen and (min-width: 768px){ /*s'applique à partir de 768px et au-delà*/
+
+/* ============ GLOBAL ==============*/
+
+/* ============ HEADER ==============*/
+
+/* ============ MAIN ==============*/
+
+.modal-dialog .modal-content {
+ width: 50%;
+ // height: 100%;
+}
+
+.modal {
+ top: 130px;
+ width: 100%;
+ height: 50%;
+}
+
+/* ============ FOOTER ==============*/
+
+} /*fermeture @media tablette*/
+
+/******************************************************************************/
+
+/*========================= RESPONSIVE DESKTOP ======================*/
+
+@media screen and (min-width: 1025px){ /*s'applique à partir de 1025px et au-delà*/
+
+/* ============ GLOBAL ==============*/
+
+/* ============ HEADER ==============*/
+
+/* ============ MAIN ==============*/
+
+/* ============ FOOTER ==============*/
+
+} /*fermeture @media desktop*/
+
+
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/index.html
new file mode 100644
index 0000000..31a388e
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Gregorie_Vexier/index.html
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+ Site d’information culturelles et sportives
+
+
+
+
+
+
+
+
+
+
+
Site d’information culturelles et sportives
+
+ Bonjour et bienvenu sur notre site,
+ Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/README.md
new file mode 100644
index 0000000..f1810fc
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/README.md
@@ -0,0 +1,15 @@
+Les plus :
+ - switch newsletter ok
+ - type email sur champs de saisie mail
+ - menu responsive (mais pourquoi nos newsletters est pas dans le menu ?)
+ - case à cocher masquage / affichage de la popin fonctionne (mais pas lié à un label ?)
+
+Les moins :
+ - il y a beaucoup de fichier inutiles à la racine
+ - manque de title, aria-
+ - pas de description ni keywords
+ - pas de header / footer
+ - pas de variables ni css ni scss
+ - pas de commentaires
+ - pas d'overlay
+ - bleu des liens hors charte et non lisible sur le violet
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/burgermenu.PNG b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/burgermenu.PNG
new file mode 100644
index 0000000..4737d92
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/burgermenu.PNG differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/crossform.css b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/crossform.css
new file mode 100644
index 0000000..840c3e8
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/crossform.css
@@ -0,0 +1,30 @@
+@font-face {
+ font-family: 'icomoon';
+ src: url('fonts/icomoon.eot?ppseg1');
+ src: url('fonts/icomoon.eot?ppseg1#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?ppseg1') format('truetype'),
+ url('fonts/icomoon.woff?ppseg1') format('woff'),
+ url('fonts/icomoon.svg?ppseg1#icomoon') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ font-display: block;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'icomoon' !important;
+ speak: never;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-cross:before {
+ content: "\ea0f";
+}
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.eot b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.eot
new file mode 100644
index 0000000..ec0f7ce
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.eot differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.svg b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.svg
new file mode 100644
index 0000000..8ad8ba2
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.svg
@@ -0,0 +1,11 @@
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.ttf b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.ttf
new file mode 100644
index 0000000..693fd06
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.ttf differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.woff b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.woff
new file mode 100644
index 0000000..19111cb
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/fonts/icomoon.woff differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/icomoon.zip b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/icomoon.zip
new file mode 100644
index 0000000..a136d5e
Binary files /dev/null and b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/icomoon.zip differ
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/index.html
new file mode 100644
index 0000000..fa84650
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Jessy_Leblond/index.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+ Site d'informations culturelles et sportives
+
+
+
+
+
+
+
Site d'informations culturelles et sportives
+
+ Bonjour et bienvenu sur notre site,
+ Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.
+
+
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/js/script.js b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/js/script.js
new file mode 100644
index 0000000..0a339f6
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Luis_Zuniga/js/script.js
@@ -0,0 +1,10 @@
+function toggleModal()
+{
+ document.getElementById('modal').classList.toggle('hidden');
+}
+
+document.addEventListener('click', function(event) {
+ if(!document.getElementById('modal').classList.contains('hidden') && !event.target.closest('.modal') && !event.target.closest('.openModal')){
+ toggleModal()
+ }
+})
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/README.md
new file mode 100644
index 0000000..8de3228
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/README.md
@@ -0,0 +1,13 @@
+Les plus :
+ - switchs newsletters fonctionnels
+ - centrage ok
+
+Les moins :
+ - pas de description ni keywords
+ - pas de scss
+ - pas de commentaires
+ - pas d'icones
+ - pas de responsive
+ - bleu sur violet non lisible
+ - que des titres pas de main ?
+ - pas de type email sur input mail
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/index.html
new file mode 100644
index 0000000..830fff8
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/index.html
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+ Site d’information culturelles et sportives
+
+
+
+
+
+
Bonjour et bienvenu sur notre site,
+
Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/style.css
new file mode 100644
index 0000000..8363cb7
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Maeva_Salmon/style.css
@@ -0,0 +1,116 @@
+html {
+ font-family: sans-serif;
+ color: #330033;
+ background-color: #fcfafc;
+}
+
+h2, h3 {
+ text-align: center;
+}
+
+h2 {
+ padding-top: 20px;
+}
+
+.container {
+ position: fixed;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ left: 0;
+}
+
+form {
+ background-color: white;
+ position: absolute;
+ top: 50%;
+ transform: translate(-50%, -50%);
+ left: 50%;
+ padding: 25px;
+ border-radius: 10px;
+}
+
+button {
+ background-color: #fcfafc;
+ color: #330033;
+ border-radius: 5px;
+ padding: 8px;
+ margin-top: 5px;
+ font-size: 12px;
+ border-color: #330033;
+ margin-left: 6px;
+}
+
+input {
+ border-radius: 5px;
+ padding: 6.4px;
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color:#663366;
+}
+
+li {
+ display: inline;
+ float: left;
+}
+
+li a {
+ display: block;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+}
+
+footer {
+ text-align: center;
+ display: inline;
+ color: white;
+ background-color: #663366;
+ padding-bottom: 15px;
+ padding-top: 15px;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ position: absolute;
+}
+
+footer a {
+ margin: 25px;
+}
+
+html{
+ height: 100%;
+}
+body {
+ min-height: 100%;
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+
+.choix-1 {
+ display: none;
+}
+
+#sport:checked ~ .choix-1 {
+ display: block;
+}
+
+.choix-2 {
+ display: none;
+}
+
+#culture:checked ~ .choix-2 {
+ display: block;
+}
+
+
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/README.md
new file mode 100644
index 0000000..4264723
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/README.md
@@ -0,0 +1,15 @@
+Les plus :
+ - modularité (beaucoup de classes et d'id)
+ - un certain respect des couleurs
+ - fermeture popin ok
+
+Les moins :
+ - pas de main
+ - pas de mots-clef ni description
+ - pas de variables
+ - switch inline et js
+ - impossible de réouvrir la popin si fermée
+ - pas de scss pas de variables
+ - même pas un require sur l'email, qui aurait du être de type email
+ - x pour un bouton fermer n'est pas accessible
+
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/index.html b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/index.html
new file mode 100644
index 0000000..aac71ab
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Mathis_Frain/index.html
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+ Site d’information culturelles et sportives
+
+
+
+
Site d’information culturelles et sportives
+
+
Bonjour et bienvenu sur notre site,
+ Depuis cette page nous vous invitons à choisir les abonnements aux newsletter qui vous conviennent.
+
+
+
+
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/style.css b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/style.css
new file mode 100644
index 0000000..4a086b6
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Quentin_Nau/style.css
@@ -0,0 +1,101 @@
+body {
+ font-family: Arial, Helvetica, sans-serif;
+ color: #330033;
+ background-color: #fcfafc;
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color: #663366;
+}
+
+li {
+ float: left;
+}
+
+li a {
+ display: block;
+ color: #fcfafc;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+}
+
+li a:hover {
+ background-color:#eeaaee;
+ text-decoration: underline;
+}
+
+h1 {
+ padding: 1em;
+ background-color: #660066;
+ color: #fcfafc;
+}
+
+.formulaire {
+ text-decoration: none;
+ padding: 15px;
+ background-color: #660066;
+ border-radius: 5px;
+ text-transform: uppercase;
+ color: #fcfafc;
+}
+
+.form {
+ visibility: hidden;
+ opacity: 0;
+ position: absolute;
+ top: 0; right: 0;
+ bottom: 0; left: 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: rgba(77, 77, 77, .7);
+ transition: all .4s;
+}
+
+.form:target {
+ visibility: visible;
+ opacity: 1;
+}
+
+.form_content {
+ border-radius: 4px;
+ position: relative;
+ width: 500px;
+ max-width: 90%;
+ background: white;
+ padding: 1.5em 2em;
+}
+
+ .form_close {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ color: #330033;
+ text-decoration: none;
+}
+
+.email {
+ text-decoration: none;
+ padding: 15px;
+}
+
+.enregistrer {
+ float: right;
+ cursor: pointer;
+ text-decoration: none;
+ padding: 15px;
+ background-color: #660066;
+ border-radius: 5px;
+ text-transform: uppercase;
+ color: #fcfafc;
+}
+
+
+a {
+ color: #660066;
+}
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/README.md b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/README.md
new file mode 100644
index 0000000..6c55cde
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/README.md
@@ -0,0 +1,12 @@
+Les plus :
+ - style présentable
+
+
+Les moins :
+ - pas de sémantique
+ - pas de seo
+ - pas de popin
+ - pas de switch
+ - les css auraient pu être fusionnés
+ - pas de variables
+ - fichiers icomoon à la racine sont source de confusion
\ No newline at end of file
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/Read Me.txt b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/Read Me.txt
new file mode 100644
index 0000000..8491652
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/Read Me.txt
@@ -0,0 +1,7 @@
+Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
+
+To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
+
+You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
+
+You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
diff --git a/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/demo.html b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/demo.html
new file mode 100644
index 0000000..ad72cd4
--- /dev/null
+++ b/b2-cwd/integration/evaluation/travaux-rendus/Simon_Givry/demo.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+ IcoMoon Demo
+
+
+
+
+
+
+
+