refining home | home cover ok | block aide financiere

This commit is contained in:
Antoine M 2023-06-08 17:59:37 +02:00
parent fece623fa9
commit 928c1fdd2c
34 changed files with 843 additions and 44 deletions

View File

@ -997,7 +997,29 @@ body:not(.wp-admin) {
/* ########### COMPONENTS ############ */
.post-card {
.cta {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
border-radius: 9999px;
padding-left: 2.5rem;
padding-right: 2.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
.cta--primary {
--tw-bg-opacity: 1;
background-color: rgb(47 1 84 / var(--tw-bg-opacity));
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card-post {
border-radius: 1.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@ -1006,7 +1028,7 @@ body:not(.wp-admin) {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.post-card__thumbnail {
.card-post__thumbnail {
height: 190px;
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;
@ -1014,11 +1036,11 @@ body:not(.wp-admin) {
object-fit: cover;
}
.post-card__inner {
.card-post__inner {
padding: 2rem;
}
.post-card__tag {
.card-post__tag {
margin-bottom: 1rem;
width: -webkit-fit-content;
width: -moz-fit-content;
@ -1034,7 +1056,7 @@ body:not(.wp-admin) {
color: rgb(223 30 30 / var(--tw-text-opacity));
}
.post-card__title {
.card-post__title {
margin-bottom: 1rem;
font-size: 1.5rem;
line-height: 2rem;
@ -1044,12 +1066,22 @@ body:not(.wp-admin) {
line-height: 1.1;
}
.card-large-content {
width: 100%;
max-width: 1280px;
border-radius: 1.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 4rem;
}
.section_titling {
padding-bottom: 2rem;
text-align: center;
}
.section_titling__title {
padding-bottom: 0.5rem;
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
@ -1522,27 +1554,58 @@ article > *:not(.entry-content),
/* Home */
.home-header {
position: relative;
margin-left: auto;
margin-right: auto;
max-width: 1440px;
padding-left: 4rem;
padding-right: 4rem;
padding-top: 8rem;
padding-bottom: 8rem;
margin-bottom: 6rem;
max-width: 1280px;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 4rem;
}
@media (min-width: 960px) {
.home-header {
padding-left: 4rem;
padding-right: 4rem;
}
}
@media (min-width: 1280px) {
.home-header {
padding-top: 5rem;
}
}
/* background-color: #fbfff5a6; */
.home-header__titling {
position: relative;
z-index: 10;
margin-bottom: -100px;
max-width: 580px;
}
@media (min-width: 960px) {
.home-header__titling {
position: absolute;
margin-bottom: 0px;
}
}
/* min-height: 80vh; */
.home-header__title {
padding-bottom: 1.5rem;
padding-top: 4rem;
font-size: 2.25rem;
line-height: 2.5rem;
font-weight: 500;
line-height: 1.2;
}
/* aspect-ratio: 1.5; */
.home-header__scroll-down-indicator {
margin-top: 1.5rem;
display: flex;
@ -1564,6 +1627,41 @@ article > *:not(.entry-content),
/* cubic-bezier(0.18, 0.89, 0.3, 1); */
}
.home-header__fresque {
width: 100%;
z-index: -1;
--tw-bg-opacity: 1;
background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.home-header__fresque img {
height: 100%;
max-height: 100%;
width: 100%;
-o-object-fit: contain;
object-fit: contain;
}
/* object-position: 100% 100%; */
@media (min-width: 960px) {
.home-header__fresque img {
/* object-position: 100% 0%; */
}
}
@media (max-aspect-ratio: 16 / 9) {
.home-header__fresque img {
/* @apply bg-red-100; */
}
}
@media (min-aspect-ratio: 16 / 9) {
.home-header__fresque img {
/* @apply bg-green-100; */
}
}
@-webkit-keyframes bouncingArrow {
0% {
transform: translateY(4px);
@ -1603,6 +1701,104 @@ article > *:not(.entry-content),
padding-bottom: 4rem;
}
#block-aides-financieres {
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(239, 239, 239, 0.6);
padding-top: 4rem;
padding-bottom: 4rem;
}
#block-aides-financieres .section_titling {
max-width: 782px;
}
#block-aides-financieres .card-large-content {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 3rem;
}
@media (min-width: 960px) {
#block-aides-financieres .card-large-content {
display: grid;
}
}
/* .logo_renolution { */
#block-aides-financieres .card-large-content__renolution-details .renolution__logo {
margin-bottom: 2rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
border-radius: 1.5rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
padding: 1.5rem;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#block-aides-financieres .card-large-content__renolution-details .renolution__title {
padding-bottom: 0.75rem;
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(223 30 30 / var(--tw-text-opacity));
}
#block-aides-financieres .card-large-content__renolution-details .cta {
margin-top: 2rem;
}
#block-aides-financieres .card-large-content__renolution-details .renolution__guide-external-links {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 3rem;
padding-top: 1.5rem;
}
#block-aides-financieres .card-large-content__renolution-details .renolution__guide-external-links .question_title {
padding-top: 1.5rem;
padding-bottom: 0.5rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
#block-aides-financieres .card-large-content__renolution-details .renolution__guide-external-links .question_explanation {
font-size: 0.875rem;
line-height: 1.25rem;
}
#block-aides-financieres .card-large-content__renolution-details .renolution__guide-external-links .question_url {
margin-top: 0.5rem;
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
#block-aides-financieres .card-large-content__renolution-details .renolution__guide-external-links .question_url:hover {
--tw-text-opacity: 1;
color: rgb(223 30 30 / var(--tw-text-opacity));
}
#block-aides-financieres .card-large-content__renolution-details .renolution__guide-external-links .question_url img {
margin-left: 0.25rem;
margin-top: -0.25rem;
display: inline-block;
}
#block-aides-financieres .card-large-content__renolution-illustration-picture {
margin-left: auto;
}
.section-show-thematiques .thematiques-container {
margin-left: auto;
margin-right: auto;
@ -1710,6 +1906,12 @@ article > *:not(.entry-content),
hue-rotate(263deg) brightness(99%) contrast(96%);
}
/* ########### UTILITIES ############ */
.shadowed {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.hover\:bg-primary:hover {
--tw-bg-opacity: 1;
background-color: rgb(47 1 84 / var(--tw-bg-opacity));

View File

@ -286,11 +286,6 @@
color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-isolation-quotidien {
--tw-text-opacity: 1;
color: rgb(194 69 3 / var(--tw-text-opacity))
}
.text-primary {
--tw-text-opacity: 1;
color: rgb(47 1 84 / var(--tw-text-opacity))
@ -321,6 +316,11 @@
color: rgb(227 255 240 / var(--tw-text-opacity))
}
.text-isolation-quotidien {
--tw-text-opacity: 1;
color: rgb(194 69 3 / var(--tw-text-opacity))
}
.text-isolation-quotidien-light {
--tw-text-opacity: 1;
color: rgb(255 251 236 / var(--tw-text-opacity))

View File

@ -20,6 +20,11 @@ function client_add_block_categories($categories)
'title' => 'Homegrade Specific Page Blocks ',
'icon' => 'admin-page',
],
[
'slug' => 'homegrade-page-home',
'title' => 'Homegrade Blocks | Page d\'accueil',
'icon' => 'admin-page',
],
],
);
}
@ -35,6 +40,7 @@ function mywp_register_acf_blocks()
register_block_type(get_template_directory() . '/template-blocks/home/home-header');
register_block_type(get_template_directory() . '/template-blocks/home/latest-news');
register_block_type(get_template_directory() . '/template-blocks/home/show-thematiques');
register_block_type(get_template_directory() . '/template-blocks/home/aides-financieres');
}
add_action('init', 'mywp_register_acf_blocks');

View File

@ -10,7 +10,8 @@
/* ########### COMPONENTS ############ */
@import './components/cta.css';
@import './components/post-card.css';
@import './components/card-post.css';
@import './components/card-large-content.css';
@import './components/section-titling.css';
/* ########### LAYOUT ############ */
@ -24,4 +25,8 @@
/* Home */
@import '../../template-blocks/home/home-header/home-header.css';
@import '../../template-blocks/home/latest-news/latest-news.css';
@import '../../template-blocks/home/aides-financieres/aides-financieres.css';
@import '../../template-blocks/home/show-thematiques/show-thematiques.css';
/* ########### UTILITIES ############ */
@import './utilities/shadows.css';

View File

@ -0,0 +1,3 @@
.card-large-content {
@apply bg-white max-w-screen-xl w-full rounded-3xl p-16;
}

View File

@ -1,4 +1,4 @@
.post-card {
.card-post {
@apply bg-white shadow-lg rounded-3xl;
&__thumbnail {

View File

@ -0,0 +1,6 @@
.cta {
@apply rounded-full px-10 py-4 block w-fit my-2;
&--primary {
@apply bg-primary text-white font-bold;
}
}

View File

@ -6,6 +6,7 @@
font-bold
text-xl
uppercase
pb-2
tracking-widest;
}
&__subtitle {

View File

@ -0,0 +1,3 @@
.shadowed {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

View File

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 867 B

View File

Before

Width:  |  Height:  |  Size: 929 B

After

Width:  |  Height:  |  Size: 929 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

View File

Before

Width:  |  Height:  |  Size: 547 B

After

Width:  |  Height:  |  Size: 547 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16.368" height="14.55" viewBox="0 0 16.368 14.55">
<path id="Icon_awesome-external-link-alt" data-name="Icon awesome-external-link-alt" d="M16.368.682V4.319A.682.682,0,0,1,15.2,4.8L14.189,3.786l-6.92,6.92a.682.682,0,0,1-.964,0l-.643-.643a.682.682,0,0,1,0-.964l6.92-6.92L11.567,1.164A.683.683,0,0,1,12.049,0h3.637A.682.682,0,0,1,16.368.682ZM11.567,7.7l-.455.455a.682.682,0,0,0-.2.482v4.1H1.819V3.637h7.5a.682.682,0,0,0,.482-.2l.455-.455a.682.682,0,0,0-.482-1.164H1.364A1.364,1.364,0,0,0,0,3.183v10a1.364,1.364,0,0,0,1.364,1.364h10a1.364,1.364,0,0,0,1.364-1.364V8.177A.682.682,0,0,0,11.567,7.7Z" fill="#df1e1e"/>
</svg>

After

Width:  |  Height:  |  Size: 667 B

View File

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

View File

@ -0,0 +1,273 @@
<svg id="illustration-aides-financieres-homepage" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="397.514" height="727.335" viewBox="0 0 397.514 727.335">
<defs>
<linearGradient id="linear-gradient" x1="0.101" y1="0.053" x2="1.095" y2="1.104" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#f3281d"/>
<stop offset="1" stop-color="#fe766f"/>
</linearGradient>
<clipPath id="clip-path">
<rect id="Rectangle_779" data-name="Rectangle 779" width="397.514" height="727.335" fill="none"/>
</clipPath>
<clipPath id="clip-path-2">
<path id="Tracé_11578" data-name="Tracé 11578" d="M58.891,632.072l45.5,26.267V644.083l-45.5-26.268Z" transform="translate(-58.891 -617.815)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</clipPath>
<clipPath id="clip-path-4">
<path id="Tracé_11590" data-name="Tracé 11590" d="M116.383,400.209l19.426,11.216v-6.087l-19.426-11.216Z" transform="translate(-116.383 -394.121)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</clipPath>
<clipPath id="clip-path-6">
<path id="Tracé_11615" data-name="Tracé 11615" d="M282.976,550.817l2.47,1.1-.562-5.253-2.47-1.095Z" transform="translate(-282.415 -545.564)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</clipPath>
<clipPath id="clip-path-7">
<path id="Tracé_11616" data-name="Tracé 11616" d="M276.182,547.835l2.47,1.095-.562-5.253-2.47-1.1Z" transform="translate(-275.621 -542.582)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</clipPath>
</defs>
<path id="Tracé_11476" data-name="Tracé 11476" d="M499.52,532.2l-64.765-37.392V391.579l64.765,37.393Z" transform="translate(-135.078 -121.665)" fill="#fff"/>
<path id="Tracé_11477" data-name="Tracé 11477" d="M499.52,532.2l-64.765-37.392V391.579l64.765,37.393Z" transform="translate(-135.078 -121.665)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1920" data-name="Ligne 1920" x2="45.497" y2="26.267" transform="translate(309.311 290.266)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1921" data-name="Ligne 1921" x2="45.497" y2="26.267" transform="translate(309.311 304.522)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1922" data-name="Ligne 1922" x2="45.497" y2="26.267" transform="translate(309.311 318.779)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1923" data-name="Ligne 1923" x2="45.497" y2="26.267" transform="translate(309.311 333.035)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1924" data-name="Ligne 1924" x2="45.497" y2="26.267" transform="translate(309.311 347.291)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1925" data-name="Ligne 1925" x2="22.748" y2="13.134" transform="translate(309.311 361.547)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11478" data-name="Tracé 11478" d="M526.677,577.775l-64.765-37.393V437.15l64.765,37.393Z" transform="translate(-143.516 -135.823)" fill="#fff"/>
<path id="Tracé_11479" data-name="Tracé 11479" d="M526.677,577.775l-64.765-37.393V437.15l64.765,37.393Z" transform="translate(-143.516 -135.823)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1926" data-name="Ligne 1926" x2="45.497" y2="26.267" transform="translate(328.031 321.678)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1927" data-name="Ligne 1927" x2="45.497" y2="26.267" transform="translate(328.031 335.934)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1928" data-name="Ligne 1928" x2="45.497" y2="26.267" transform="translate(328.031 350.19)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1929" data-name="Ligne 1929" x2="45.497" y2="26.267" transform="translate(328.031 364.447)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1930" data-name="Ligne 1930" x2="45.497" y2="26.267" transform="translate(328.031 378.703)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1931" data-name="Ligne 1931" x2="22.748" y2="13.134" transform="translate(328.031 392.959)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<g id="Groupe_3090" data-name="Groupe 3090">
<g id="Groupe_3089" data-name="Groupe 3089" clip-path="url(#clip-path)">
<path id="Tracé_11480" data-name="Tracé 11480" d="M216.5,595.2a11.708,11.708,0,0,1,7.8-4.368,10.741,10.741,0,0,1,4.687.64l166.167,95.936c4.341,2.506,7.859,9.229,7.859,15.016V821.9A11.7,11.7,0,0,1,392.78,831.98" transform="translate(-67.266 -183.559)" fill="#fff"/>
<path id="Tracé_11481" data-name="Tracé 11481" d="M216.5,595.2a11.708,11.708,0,0,1,7.8-4.368,10.741,10.741,0,0,1,4.687.64l166.167,95.936c4.341,2.506,7.859,9.229,7.859,15.016V821.9A11.7,11.7,0,0,1,392.78,831.98" transform="translate(-67.266 -183.559)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11482" data-name="Tracé 11482" d="M388.1,832.475,221.936,736.539c-4.341-2.506-7.859-9.229-7.859-15.016V602.051c0-5.787,3.518-8.447,7.859-5.942L388.1,692.045c4.341,2.506,7.859,9.229,7.859,15.016V826.533c0,5.787-3.519,8.448-7.859,5.942" transform="translate(-66.513 -184.919)" fill="#fff"/>
<path id="Tracé_11483" data-name="Tracé 11483" d="M388.1,832.475,221.936,736.539c-4.341-2.506-7.859-9.229-7.859-15.016V602.051c0-5.787,3.518-8.447,7.859-5.942L388.1,692.045c4.341,2.506,7.859,9.229,7.859,15.016V826.533C395.962,832.321,392.443,834.981,388.1,832.475Z" transform="translate(-66.513 -184.919)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11484" data-name="Tracé 11484" d="M388.1,832.475,221.936,736.539c-4.341-2.506-7.859-9.229-7.859-15.016V602.051c0-5.787,3.518-8.447,7.859-5.942L388.1,692.045c4.341,2.506,7.859,9.229,7.859,15.016V826.533c0,5.787-3.519,8.448-7.859,5.942" transform="translate(-66.513 -184.919)" fill="#fff"/>
<path id="Tracé_11485" data-name="Tracé 11485" d="M388.1,832.475,221.936,736.539c-4.341-2.506-7.859-9.229-7.859-15.016V602.051c0-5.787,3.518-8.447,7.859-5.942L388.1,692.045c4.341,2.506,7.859,9.229,7.859,15.016V826.533C395.962,832.321,392.443,834.981,388.1,832.475Z" transform="translate(-66.513 -184.919)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11486" data-name="Tracé 11486" d="M227.8,732.342V613.623l162.965,94.088V826.43Z" transform="translate(-70.777 -190.653)" fill="#fff"/>
<path id="Tracé_11487" data-name="Tracé 11487" d="M227.8,732.342V613.623l162.965,94.088V826.43Z" transform="translate(-70.777 -190.653)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11488" data-name="Tracé 11488" d="M335.939,929.306a11.7,11.7,0,0,1-4.054,12.718L228.421,1001.76c-5.013,2.894-12.594,3.208-16.935.7L45.32,906.525a10.8,10.8,0,0,1-2.9-3.738,12.087,12.087,0,0,1,.112-9.62" transform="translate(-12.88 -277.507)" fill="#fff"/>
<path id="Tracé_11489" data-name="Tracé 11489" d="M335.939,929.306a11.7,11.7,0,0,1-4.054,12.718L228.421,1001.76c-5.013,2.894-12.594,3.208-16.935.7L45.32,906.525a10.8,10.8,0,0,1-2.9-3.738,12.087,12.087,0,0,1,.112-9.62" transform="translate(-12.88 -277.507)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11490" data-name="Tracé 11490" d="M211.907,964.4,45.74,868.465c-4.341-2.506-3.8-6.883,1.216-9.777l103.465-59.736c5.013-2.894,12.594-3.208,16.935-.7l166.166,95.936c4.341,2.506,3.8,6.883-1.216,9.777L228.841,963.7c-5.012,2.894-12.594,3.208-16.934.7" transform="translate(-13.301 -247.491)" fill="#fff"/>
<path id="Tracé_11491" data-name="Tracé 11491" d="M211.907,964.4,45.74,868.465c-4.341-2.506-3.8-6.883,1.216-9.777l103.465-59.736c5.013-2.894,12.594-3.208,16.935-.7l166.166,95.936c4.341,2.506,3.8,6.883-1.216,9.777L228.841,963.7C223.829,966.594,216.248,966.908,211.907,964.4Z" transform="translate(-13.301 -247.491)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11492" data-name="Tracé 11492" d="M193.811,961.584l-54.089-31.228c-2.648-1.529-2.316-4.2.742-5.966l27.222-15.717c3.058-1.766,7.685-1.958,10.334-.429l54.088,31.228c2.649,1.53,2.317,4.2-.742,5.967l-27.222,15.717c-3.058,1.765-7.685,1.958-10.334.428" transform="translate(-42.856 -281.871)" fill="#fff"/>
<path id="Tracé_11493" data-name="Tracé 11493" d="M193.811,961.584l-54.089-31.228c-2.648-1.529-2.316-4.2.742-5.966l27.222-15.717c3.058-1.766,7.685-1.958,10.334-.429l54.088,31.228c2.649,1.53,2.317,4.2-.742,5.967l-27.222,15.717C201.087,962.922,196.46,963.114,193.811,961.584Z" transform="translate(-42.856 -281.871)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11494" data-name="Tracé 11494" d="M199.846,826.571,191.6,821.81c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-59.412 -253.433)" fill="#fff"/>
<path id="Tracé_11495" data-name="Tracé 11495" d="M199.846,826.571,191.6,821.81c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,199.846,826.571Z" transform="translate(-59.412 -253.433)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11496" data-name="Tracé 11496" d="M219.326,837.818l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.541a2.464,2.464,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-65.464 -256.927)" fill="#fff"/>
<path id="Tracé_11497" data-name="Tracé 11497" d="M219.326,837.818l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.541a2.464,2.464,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,219.326,837.818Z" transform="translate(-65.464 -256.927)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11498" data-name="Tracé 11498" d="M192.631,836.171l-7.088-4.092c-.023-.013-.051-.023-.076-.036s-.039-.03-.063-.044l-8.246-4.761a2.269,2.269,0,0,0-2.045,0l-19.29,11.137a.624.624,0,0,0,.006,1.181l8.246,4.761a2.269,2.269,0,0,0,2.045,0L176.2,838.5l6.2,3.58a2.269,2.269,0,0,0,2.045,0l8.2-4.731a.624.624,0,0,0-.007-1.181" transform="translate(-48.284 -256.947)" fill="#fff"/>
<path id="Tracé_11499" data-name="Tracé 11499" d="M192.631,836.171l-7.088-4.092c-.023-.013-.051-.023-.076-.036s-.039-.03-.063-.044l-8.246-4.761a2.269,2.269,0,0,0-2.045,0l-19.29,11.137a.624.624,0,0,0,.006,1.181l8.246,4.761a2.269,2.269,0,0,0,2.045,0L176.2,838.5l6.2,3.58a2.269,2.269,0,0,0,2.045,0l8.2-4.731A.624.624,0,0,0,192.631,836.171Z" transform="translate(-48.284 -256.947)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11500" data-name="Tracé 11500" d="M238.807,849.065,230.56,844.3c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-71.517 -260.422)" fill="#fff"/>
<path id="Tracé_11501" data-name="Tracé 11501" d="M238.807,849.065,230.56,844.3c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,238.807,849.065Z" transform="translate(-71.517 -260.422)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11502" data-name="Tracé 11502" d="M258.287,860.312l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-77.569 -263.916)" fill="#fff"/>
<path id="Tracé_11503" data-name="Tracé 11503" d="M258.287,860.312l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,258.287,860.312Z" transform="translate(-77.569 -263.916)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11504" data-name="Tracé 11504" d="M140.745,860.694l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-41.049 -264.035)" fill="#fff"/>
<path id="Tracé_11505" data-name="Tracé 11505" d="M140.745,860.694l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,140.745,860.694Z" transform="translate(-41.049 -264.035)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11506" data-name="Tracé 11506" d="M160.225,871.94l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.464,2.464,0,0,1-2.21.092" transform="translate(-47.101 -267.529)" fill="#fff"/>
<path id="Tracé_11507" data-name="Tracé 11507" d="M160.225,871.94l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.464,2.464,0,0,1,160.225,871.94Z" transform="translate(-47.101 -267.529)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11508" data-name="Tracé 11508" d="M179.7,883.187l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-53.154 -271.023)" fill="#fff"/>
<path id="Tracé_11509" data-name="Tracé 11509" d="M179.7,883.187l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,179.7,883.187Z" transform="translate(-53.154 -271.023)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11510" data-name="Tracé 11510" d="M316.067,961.916l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-95.521 -295.484)" fill="#fff"/>
<path id="Tracé_11511" data-name="Tracé 11511" d="M316.067,961.916l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,316.067,961.916Z" transform="translate(-95.521 -295.484)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11512" data-name="Tracé 11512" d="M335.547,973.163,327.3,968.4c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-101.574 -298.979)" fill="#fff"/>
<path id="Tracé_11513" data-name="Tracé 11513" d="M335.547,973.163,327.3,968.4c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,335.547,973.163Z" transform="translate(-101.574 -298.979)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11514" data-name="Tracé 11514" d="M355.027,984.41l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-107.626 -302.473)" fill="#fff"/>
<path id="Tracé_11515" data-name="Tracé 11515" d="M355.027,984.41l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,355.027,984.41Z" transform="translate(-107.626 -302.473)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11516" data-name="Tracé 11516" d="M266.324,933.2l-75.385-43.523c-.564-.326-.493-.9.159-1.277l7.865-4.54a2.468,2.468,0,0,1,2.21-.092l75.385,43.524c.564.325.493.9-.159,1.276l-7.865,4.54a2.464,2.464,0,0,1-2.21.092" transform="translate(-59.206 -274.518)" fill="#fff"/>
<path id="Tracé_11517" data-name="Tracé 11517" d="M266.324,933.2l-75.385-43.523c-.564-.326-.493-.9.159-1.277l7.865-4.54a2.468,2.468,0,0,1,2.21-.092l75.385,43.524c.564.325.493.9-.159,1.276l-7.865,4.54A2.464,2.464,0,0,1,266.324,933.2Z" transform="translate(-59.206 -274.518)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11518" data-name="Tracé 11518" d="M277.767,871.559,269.52,866.8c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092L288,865.651c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-83.621 -267.411)" fill="#fff"/>
<path id="Tracé_11519" data-name="Tracé 11519" d="M277.767,871.559,269.52,866.8c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092L288,865.651c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,277.767,871.559Z" transform="translate(-83.621 -267.411)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11520" data-name="Tracé 11520" d="M297.247,882.806,289,878.045c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-89.674 -270.905)" fill="#fff"/>
<path id="Tracé_11521" data-name="Tracé 11521" d="M297.247,882.806,289,878.045c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,297.247,882.806Z" transform="translate(-89.674 -270.905)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11522" data-name="Tracé 11522" d="M316.728,894.053l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-95.727 -274.4)" fill="#fff"/>
<path id="Tracé_11523" data-name="Tracé 11523" d="M316.728,894.053l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,316.728,894.053Z" transform="translate(-95.727 -274.4)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11524" data-name="Tracé 11524" d="M336.208,905.3l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-101.779 -277.894)" fill="#fff"/>
<path id="Tracé_11525" data-name="Tracé 11525" d="M336.208,905.3l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,336.208,905.3Z" transform="translate(-101.779 -277.894)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11526" data-name="Tracé 11526" d="M355.688,916.547l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.541a2.464,2.464,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-107.831 -281.388)" fill="#fff"/>
<path id="Tracé_11527" data-name="Tracé 11527" d="M355.688,916.547l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.541a2.464,2.464,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,355.688,916.547Z" transform="translate(-107.831 -281.388)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11528" data-name="Tracé 11528" d="M375.168,927.794l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-113.884 -284.883)" fill="#fff"/>
<path id="Tracé_11529" data-name="Tracé 11529" d="M375.168,927.794l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,375.168,927.794Z" transform="translate(-113.884 -284.883)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11530" data-name="Tracé 11530" d="M210.312,855.307l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-62.663 -262.361)" fill="#fff"/>
<path id="Tracé_11531" data-name="Tracé 11531" d="M210.312,855.307l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,210.312,855.307Z" transform="translate(-62.663 -262.361)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11532" data-name="Tracé 11532" d="M229.792,866.554l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276L232,866.462a2.463,2.463,0,0,1-2.21.092" transform="translate(-68.716 -265.856)" fill="#fff"/>
<path id="Tracé_11533" data-name="Tracé 11533" d="M229.792,866.554l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276L232,866.462A2.463,2.463,0,0,1,229.792,866.554Z" transform="translate(-68.716 -265.856)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11534" data-name="Tracé 11534" d="M249.272,877.8l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-74.768 -269.35)" fill="#fff"/>
<path id="Tracé_11535" data-name="Tracé 11535" d="M249.272,877.8l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,249.272,877.8Z" transform="translate(-74.768 -269.35)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11536" data-name="Tracé 11536" d="M268.753,889.048l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-80.821 -272.844)" fill="#fff"/>
<path id="Tracé_11537" data-name="Tracé 11537" d="M268.753,889.048l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,268.753,889.048Z" transform="translate(-80.821 -272.844)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11538" data-name="Tracé 11538" d="M288.233,900.294l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-86.873 -276.339)" fill="#fff"/>
<path id="Tracé_11539" data-name="Tracé 11539" d="M288.233,900.294l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,288.233,900.294Z" transform="translate(-86.873 -276.339)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11540" data-name="Tracé 11540" d="M307.713,911.541l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-92.926 -279.833)" fill="#fff"/>
<path id="Tracé_11541" data-name="Tracé 11541" d="M307.713,911.541l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,307.713,911.541Z" transform="translate(-92.926 -279.833)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11542" data-name="Tracé 11542" d="M327.193,922.788l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276L329.4,922.7a2.463,2.463,0,0,1-2.21.092" transform="translate(-98.978 -283.327)" fill="#fff"/>
<path id="Tracé_11543" data-name="Tracé 11543" d="M327.193,922.788l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276L329.4,922.7A2.463,2.463,0,0,1,327.193,922.788Z" transform="translate(-98.978 -283.327)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11544" data-name="Tracé 11544" d="M346.673,934.035l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-105.031 -286.822)" fill="#fff"/>
<path id="Tracé_11545" data-name="Tracé 11545" d="M346.673,934.035l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,346.673,934.035Z" transform="translate(-105.031 -286.822)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11546" data-name="Tracé 11546" d="M366.154,945.282l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-111.083 -290.316)" fill="#fff"/>
<path id="Tracé_11547" data-name="Tracé 11547" d="M366.154,945.282l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,366.154,945.282Z" transform="translate(-111.083 -290.316)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11548" data-name="Tracé 11548" d="M179.931,861.053l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-53.224 -264.146)" fill="#fff"/>
<path id="Tracé_11549" data-name="Tracé 11549" d="M179.931,861.053l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,179.931,861.053Z" transform="translate(-53.224 -264.146)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11550" data-name="Tracé 11550" d="M199.411,872.3l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-59.276 -267.641)" fill="#fff"/>
<path id="Tracé_11551" data-name="Tracé 11551" d="M199.411,872.3l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,199.411,872.3Z" transform="translate(-59.276 -267.641)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11552" data-name="Tracé 11552" d="M218.892,883.546l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-65.329 -271.135)" fill="#fff"/>
<path id="Tracé_11553" data-name="Tracé 11553" d="M218.892,883.546l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,218.892,883.546Z" transform="translate(-65.329 -271.135)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11554" data-name="Tracé 11554" d="M238.372,894.793l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-71.382 -274.629)" fill="#fff"/>
<path id="Tracé_11555" data-name="Tracé 11555" d="M238.372,894.793l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,238.372,894.793Z" transform="translate(-71.382 -274.629)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11556" data-name="Tracé 11556" d="M257.852,906.04l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-77.434 -278.124)" fill="#fff"/>
<path id="Tracé_11557" data-name="Tracé 11557" d="M257.852,906.04l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,257.852,906.04Z" transform="translate(-77.434 -278.124)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11558" data-name="Tracé 11558" d="M277.332,917.287l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.541a2.464,2.464,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-83.486 -281.618)" fill="#fff"/>
<path id="Tracé_11559" data-name="Tracé 11559" d="M277.332,917.287l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.541a2.464,2.464,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,277.332,917.287Z" transform="translate(-83.486 -281.618)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11560" data-name="Tracé 11560" d="M296.812,928.534l-8.247-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.541a2.463,2.463,0,0,1-2.209.092" transform="translate(-89.539 -285.113)" fill="#fff"/>
<path id="Tracé_11561" data-name="Tracé 11561" d="M296.812,928.534l-8.247-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.541A2.463,2.463,0,0,1,296.812,928.534Z" transform="translate(-89.539 -285.113)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11562" data-name="Tracé 11562" d="M316.293,939.781l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-95.591 -288.607)" fill="#fff"/>
<path id="Tracé_11563" data-name="Tracé 11563" d="M316.293,939.781l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,316.293,939.781Z" transform="translate(-95.591 -288.607)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11564" data-name="Tracé 11564" d="M335.773,951.028l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-101.644 -292.102)" fill="#fff"/>
<path id="Tracé_11565" data-name="Tracé 11565" d="M335.773,951.028l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,335.773,951.028Z" transform="translate(-101.644 -292.102)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11566" data-name="Tracé 11566" d="M354.638,961.92l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.541a2.463,2.463,0,0,1-2.21.092" transform="translate(-107.505 -295.486)" fill="#fff"/>
<path id="Tracé_11567" data-name="Tracé 11567" d="M354.638,961.92l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.541A2.463,2.463,0,0,1,354.638,961.92Z" transform="translate(-107.505 -295.486)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11568" data-name="Tracé 11568" d="M374.059,973.132l-8.8-5.082c-.565-.326-.492-.9.159-1.276l7.864-4.541a2.469,2.469,0,0,1,2.211-.092l8.8,5.082c.564.325.493.9-.158,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-113.367 -298.87)" fill="#fff"/>
<path id="Tracé_11569" data-name="Tracé 11569" d="M374.059,973.132l-8.8-5.082c-.565-.326-.492-.9.159-1.276l7.864-4.541a2.469,2.469,0,0,1,2.211-.092l8.8,5.082c.564.325.493.9-.158,1.276l-7.865,4.54A2.463,2.463,0,0,1,374.059,973.132Z" transform="translate(-113.367 -298.87)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11570" data-name="Tracé 11570" d="M391.835,960.109l-14.1-8.143c-.564-.326-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l14.1,8.143c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-117.243 -293.873)" fill="#fff"/>
<path id="Tracé_11571" data-name="Tracé 11571" d="M391.835,960.109l-14.1-8.143c-.564-.326-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l14.1,8.143c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,391.835,960.109Z" transform="translate(-117.243 -293.873)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11572" data-name="Tracé 11572" d="M394.648,939.04l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-119.936 -288.377)" fill="#fff"/>
<path id="Tracé_11573" data-name="Tracé 11573" d="M394.648,939.04l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,394.648,939.04Z" transform="translate(-119.936 -288.377)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11574" data-name="Tracé 11574" d="M414.129,950.287l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54a2.463,2.463,0,0,1-2.21.092" transform="translate(-125.989 -291.871)" fill="#fff"/>
<path id="Tracé_11575" data-name="Tracé 11575" d="M414.129,950.287l-8.246-4.761c-.564-.325-.493-.9.159-1.276l7.865-4.54a2.463,2.463,0,0,1,2.21-.092l8.246,4.761c.564.325.493.9-.159,1.276l-7.865,4.54A2.463,2.463,0,0,1,414.129,950.287Z" transform="translate(-125.989 -291.871)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11576" data-name="Tracé 11576" d="M109.68,666.87,44.915,629.477V526.244l64.765,37.393Z" transform="translate(-13.955 -163.505)" fill="#fff"/>
<path id="Tracé_11577" data-name="Tracé 11577" d="M109.68,666.87,44.915,629.477V526.244l64.765,37.393Z" transform="translate(-13.955 -163.505)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1932" data-name="Ligne 1932" x2="45.497" y2="26.267" transform="translate(40.594 383.091)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1933" data-name="Ligne 1933" x2="45.497" y2="26.267" transform="translate(40.594 397.347)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1934" data-name="Ligne 1934" x1="45.497" y1="26.267" transform="translate(40.594 411.603)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</g>
</g>
<g id="Groupe_3092" data-name="Groupe 3092" transform="translate(40.594 425.859)">
<g id="Groupe_3091" data-name="Groupe 3091" clip-path="url(#clip-path-2)">
<rect id="Rectangle_780" data-name="Rectangle 780" width="45.497" height="40.524" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Groupe_3094" data-name="Groupe 3094">
<g id="Groupe_3093" data-name="Groupe 3093" clip-path="url(#clip-path)">
<line id="Ligne_1935" data-name="Ligne 1935" x2="45.497" y2="26.267" transform="translate(40.594 454.372)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11579" data-name="Tracé 11579" d="M546.5,620.216l-64.765-37.393V479.59L546.5,516.983Z" transform="translate(-149.674 -149.01)" fill="#fff"/>
<path id="Tracé_11580" data-name="Tracé 11580" d="M546.5,620.216l-64.765-37.393V479.59L546.5,516.983Z" transform="translate(-149.674 -149.01)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1936" data-name="Ligne 1936" x2="45.497" y2="26.267" transform="translate(341.694 350.932)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1937" data-name="Ligne 1937" x2="45.497" y2="26.267" transform="translate(341.694 365.188)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1938" data-name="Ligne 1938" x2="45.497" y2="26.267" transform="translate(341.694 379.445)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1939" data-name="Ligne 1939" x2="45.497" y2="26.267" transform="translate(341.694 393.701)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1940" data-name="Ligne 1940" x2="45.497" y2="26.267" transform="translate(341.694 407.957)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1941" data-name="Ligne 1941" x2="22.748" y2="13.134" transform="translate(341.694 422.213)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11581" data-name="Tracé 11581" d="M540.181,319.432l-64.765-37.392V178.806L540.181,216.2Z" transform="translate(-147.711 -55.556)" fill="#fff"/>
<path id="Tracé_11582" data-name="Tracé 11582" d="M540.181,319.432l-64.765-37.392V178.806L540.181,216.2Z" transform="translate(-147.711 -55.556)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1942" data-name="Ligne 1942" x2="45.497" y2="26.267" transform="translate(337.339 143.601)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1943" data-name="Ligne 1943" x2="45.497" y2="26.267" transform="translate(337.339 157.857)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1944" data-name="Ligne 1944" x2="45.497" y2="26.267" transform="translate(337.339 172.114)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1945" data-name="Ligne 1945" x2="45.497" y2="26.267" transform="translate(337.339 186.37)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1946" data-name="Ligne 1946" x2="45.497" y2="26.267" transform="translate(337.339 200.626)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11583" data-name="Tracé 11583" d="M490.185,316.406a3.8,3.8,0,0,1,2.47-4.849,3.66,3.66,0,0,1,4.21,2.122c.171.534-.111,1.636-.682,3.818-.4,1.537-.587,1.989-.409,2.727a3.547,3.547,0,0,0,1.5,2.045,3.213,3.213,0,0,0,2.136.5c2.222-.47,2.561-4.8,3.455-4.727,1.288.11.567,7.484,3.453,8.635,1.794.715,3.333-1.629,5.545-1.09s3.449,3.558,4.181,6.544" transform="translate(-152.241 -96.768)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11584" data-name="Tracé 11584" d="M412.483,716.7l-64.765-37.393V576.074l64.765,37.393Z" transform="translate(-108.035 -178.987)" fill="#fff"/>
<path id="Tracé_11585" data-name="Tracé 11585" d="M412.483,716.7l-64.765-37.393V576.074l64.765,37.393Z" transform="translate(-108.035 -178.987)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1947" data-name="Ligne 1947" x2="45.497" y2="26.267" transform="translate(249.316 417.439)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1948" data-name="Ligne 1948" x2="45.497" y2="26.267" transform="translate(249.316 431.695)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1949" data-name="Ligne 1949" x2="45.497" y2="26.267" transform="translate(249.316 445.951)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1950" data-name="Ligne 1950" x2="45.497" y2="26.267" transform="translate(249.316 460.207)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1951" data-name="Ligne 1951" x2="45.497" y2="26.267" transform="translate(249.316 474.464)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1952" data-name="Ligne 1952" x2="45.497" y2="26.267" transform="translate(249.316 488.72)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11586" data-name="Tracé 11586" d="M124.036,201.449,68.548,169.413V80.969L124.036,113Z" transform="translate(-21.298 -25.158)" fill="#fff"/>
<path id="Tracé_11587" data-name="Tracé 11587" d="M124.036,201.449,68.548,169.413V80.969L124.036,113Z" transform="translate(-21.298 -25.158)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1953" data-name="Ligne 1953" x2="38.979" y2="22.504" transform="translate(55.505 73.246)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1954" data-name="Ligne 1954" x2="38.979" y2="22.504" transform="translate(55.505 85.46)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1955" data-name="Ligne 1955" x2="38.979" y2="22.504" transform="translate(55.505 97.674)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1956" data-name="Ligne 1956" x2="38.979" y2="22.504" transform="translate(55.505 109.888)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1957" data-name="Ligne 1957" x2="38.979" y2="22.504" transform="translate(55.505 122.102)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1958" data-name="Ligne 1958" x2="38.979" y2="22.504" transform="translate(55.505 134.316)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11588" data-name="Tracé 11588" d="M139.67,396.981l-32.383-18.7V298.943l32.383,18.7Z" transform="translate(-33.334 -92.883)" fill="#fff"/>
<path id="Tracé_11589" data-name="Tracé 11589" d="M139.67,396.981l-32.383-18.7V298.943l32.383,18.7Z" transform="translate(-33.334 -92.883)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1959" data-name="Ligne 1959" x2="19.106" y2="11.031" transform="translate(80.383 226.512)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1960" data-name="Ligne 1960" x2="19.106" y2="11.031" transform="translate(80.8 241.498)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</g>
</g>
<g id="Groupe_3096" data-name="Groupe 3096" transform="translate(80.223 271.667)">
<g id="Groupe_3095" data-name="Groupe 3095" clip-path="url(#clip-path-4)">
<rect id="Rectangle_782" data-name="Rectangle 782" width="19.426" height="17.304" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Groupe_3098" data-name="Groupe 3098">
<g id="Groupe_3097" data-name="Groupe 3097" clip-path="url(#clip-path)">
<path id="Tracé_11591" data-name="Tracé 11591" d="M167.206,488.652l-32.383-18.7V390.614l32.383,18.7Z" transform="translate(-41.889 -121.365)" fill="#fff"/>
<path id="Tracé_11592" data-name="Tracé 11592" d="M167.206,488.652l-32.383-18.7V390.614l32.383,18.7Z" transform="translate(-41.889 -121.365)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1961" data-name="Ligne 1961" x2="19.106" y2="11.031" transform="translate(99.363 289.701)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1962" data-name="Ligne 1962" x2="19.106" y2="11.031" transform="translate(99.78 304.687)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1963" data-name="Ligne 1963" x2="19.106" y2="11.031" transform="translate(99.78 321.147)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1964" data-name="Ligne 1964" x2="19.106" y2="11.031" transform="translate(99.78 337.607)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1965" data-name="Ligne 1965" y1="6.924" x2="1.241" transform="translate(159.737 476.872)" fill="#fff"/>
<line id="Ligne_1966" data-name="Ligne 1966" y1="6.924" x2="1.241" transform="translate(159.737 476.872)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11593" data-name="Tracé 11593" d="M230.835,690.772l-4.756-2.329-1.241,8.183,4.756,2.192Z" transform="translate(-69.857 -213.9)" fill="#fff"/>
<path id="Tracé_11594" data-name="Tracé 11594" d="M230.835,690.772l-4.756-2.329-1.241,8.183,4.756,2.192Z" transform="translate(-69.857 -213.9)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11595" data-name="Tracé 11595" d="M214.16,676.59l-2.77-2.875-5.43,6.246,2.684,4.54Z" transform="translate(-63.991 -209.324)" fill="#fff"/>
<path id="Tracé_11596" data-name="Tracé 11596" d="M214.16,676.59l-2.77-2.875-5.43,6.246,2.684,4.54Z" transform="translate(-63.991 -209.324)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1967" data-name="Ligne 1967" y1="6.822" x2="4.756" transform="translate(145.412 467.266)" fill="#fff"/>
<line id="Ligne_1968" data-name="Ligne 1968" y1="6.822" x2="4.756" transform="translate(145.412 467.266)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11597" data-name="Tracé 11597" d="M293.54,552.019a9.075,9.075,0,0,1,3.752,1.569c7.277,5.322,5.642,22.513-2.577,42.833l-21.734-1.158q.408-5.019.826-10.049,1.1-13.251,2.26-26.417a47.074,47.074,0,0,0,17.472-6.779" transform="translate(-84.815 -171.513)" fill="#fff"/>
<path id="Tracé_11598" data-name="Tracé 11598" d="M293.54,552.019a9.075,9.075,0,0,1,3.752,1.569c7.277,5.322,5.642,22.513-2.577,42.833l-21.734-1.158q.408-5.019.826-10.049,1.1-13.251,2.26-26.417a47.074,47.074,0,0,0,17.472-6.779Z" transform="translate(-84.815 -171.513)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11599" data-name="Tracé 11599" d="M286.135,569.882q-1.755,4.539-3.473,9.261-1.262,3.472-2.444,6.881a33.424,33.424,0,0,1-5.1-1.223c-.569-.185-1.7-.606-3.141-1.2-5.017-2.066-5.6-3.035-5.787-3.692a4.289,4.289,0,0,0-1.2-2.2c-.25-.225-.671-.607-1.048-.5-.742.214-.383,2.061-1.048,2.345-.928.4-2.6-3.358-3.991-3.043-.728.165-1.011,1.346-1.048,1.5-.674,2.808,2.867,6.415,5.2,6.585a2.942,2.942,0,0,1,1.48.15,2.6,2.6,0,0,1,1.148,1.547c.669,2,7.96,10.262,14.386,9.8,4.5-.323,7.418-4.907,10.524-9.784a43.65,43.65,0,0,0,6.422-18.282" transform="translate(-80.089 -176.487)" fill="#fff"/>
<path id="Tracé_11600" data-name="Tracé 11600" d="M286.135,569.882q-1.755,4.539-3.473,9.261-1.262,3.472-2.444,6.881a33.424,33.424,0,0,1-5.1-1.223c-.569-.185-1.7-.606-3.141-1.2-5.017-2.066-5.6-3.035-5.787-3.692a4.289,4.289,0,0,0-1.2-2.2c-.25-.225-.671-.607-1.048-.5-.742.214-.383,2.061-1.048,2.345-.928.4-2.6-3.358-3.991-3.043-.728.165-1.011,1.346-1.048,1.5-.674,2.808,2.867,6.415,5.2,6.585a2.942,2.942,0,0,1,1.48.15,2.6,2.6,0,0,1,1.148,1.547c.669,2,7.96,10.262,14.386,9.8,4.5-.323,7.418-4.907,10.524-9.784a43.65,43.65,0,0,0,6.422-18.282" transform="translate(-80.089 -176.487)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11601" data-name="Tracé 11601" d="M224.838,665.364l6.861,3.017,14.945-27.4a4.5,4.5,0,0,1,2.266-2.005c5.991-2.415,11.185-4.724,15.48-6.732,9.794-4.58,13.734-7.049,15.05-11.383a11.111,11.111,0,0,0,.317-4.824l-16.586-.884a134.47,134.47,0,0,0-26.5,15.612q-5.916,17.3-11.833,34.6" transform="translate(-69.857 -191.129)" fill="#fff"/>
<path id="Tracé_11602" data-name="Tracé 11602" d="M224.838,665.364l6.861,3.017,14.945-27.4a4.5,4.5,0,0,1,2.266-2.005c5.991-2.415,11.185-4.724,15.48-6.732,9.794-4.58,13.734-7.049,15.05-11.383a11.111,11.111,0,0,0,.317-4.824l-16.586-.884a134.47,134.47,0,0,0-26.5,15.612Q230.755,648.064,224.838,665.364Z" transform="translate(-69.857 -191.129)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11603" data-name="Tracé 11603" d="M253.031,612.8c-10.9,2.309-19.183,4.207-23.41,5.145a9.876,9.876,0,0,0-4.76,2.315,9.635,9.635,0,0,0-2.572,4.245c-1.271,3.932-5.583,15.525-11.448,31.385l6.3,2.315q7.589-14.084,15.178-28.17a134.57,134.57,0,0,1,26.5-15.611l-5.791-1.625" transform="translate(-65.508 -190.397)" fill="#fff"/>
<path id="Tracé_11604" data-name="Tracé 11604" d="M253.031,612.8c-10.9,2.309-19.183,4.207-23.41,5.145a9.876,9.876,0,0,0-4.76,2.315,9.635,9.635,0,0,0-2.572,4.245c-1.271,3.932-5.583,15.525-11.448,31.385l6.3,2.315q7.589-14.084,15.178-28.17a134.57,134.57,0,0,1,26.5-15.611Z" transform="translate(-65.508 -190.397)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11605" data-name="Tracé 11605" d="M234.528,571.113a64.331,64.331,0,0,0-1.27-20.026L264.37,576l-.672,4.806" transform="translate(-72.473 -171.224)" fill="#fff"/>
<path id="Tracé_11606" data-name="Tracé 11606" d="M234.528,571.113a64.331,64.331,0,0,0-1.27-20.026L264.37,576l-.672,4.806" transform="translate(-72.473 -171.224)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11607" data-name="Tracé 11607" d="M235.1,576.662l6.431-7.717,24.054,19.68-5.274,6.818Z" transform="translate(-73.045 -176.772)" fill="#fff"/>
<path id="Tracé_11608" data-name="Tracé 11608" d="M235.1,576.662l6.431-7.717,24.054,19.68-5.274,6.818Z" transform="translate(-73.045 -176.772)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11609" data-name="Tracé 11609" d="M272.131,549.608l14.1,6.25-1.628-15.243-7.939-11.438-6.163,5.188Z" transform="translate(-84.045 -164.416)" fill="#fff"/>
<path id="Tracé_11610" data-name="Tracé 11610" d="M272.131,549.608l14.1,6.25-1.628-15.243-7.939-11.438-6.163,5.188Z" transform="translate(-84.045 -164.416)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11611" data-name="Tracé 11611" d="M292.59,556.917l12.464-9.088-1.628-15.242-12.464,9.088Z" transform="translate(-90.402 -165.475)" fill="#fff"/>
<path id="Tracé_11612" data-name="Tracé 11612" d="M292.59,556.917l12.464-9.088-1.628-15.242-12.464,9.088Z" transform="translate(-90.402 -165.475)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11613" data-name="Tracé 11613" d="M299.847,527.431l-7.939-11.439-12.464,9.088,7.939,11.439Z" transform="translate(-86.823 -160.319)" fill="#fff"/>
<path id="Tracé_11614" data-name="Tracé 11614" d="M299.847,527.431l-7.939-11.439-12.464,9.088,7.939,11.439Z" transform="translate(-86.823 -160.319)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</g>
</g>
<g id="Groupe_3100" data-name="Groupe 3100" transform="translate(194.669 376.057)">
<g id="Groupe_3099" data-name="Groupe 3099" clip-path="url(#clip-path-6)">
<rect id="Rectangle_784" data-name="Rectangle 784" width="3.032" height="6.348" transform="translate(0)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Groupe_3102" data-name="Groupe 3102" transform="translate(189.986 374.001)">
<g id="Groupe_3101" data-name="Groupe 3101" clip-path="url(#clip-path-7)">
<rect id="Rectangle_785" data-name="Rectangle 785" width="3.032" height="6.348" transform="translate(0)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
</g>
</g>
<g id="Groupe_3104" data-name="Groupe 3104">
<g id="Groupe_3103" data-name="Groupe 3103" clip-path="url(#clip-path)">
<path id="Tracé_11617" data-name="Tracé 11617" d="M216.672,694.121a17.944,17.944,0,0,0-9.031,5.239c-.913,1.043-2.916,3.332-2.087,4.662.587.939,2.275.9,8.431.54,8.273-.487,12.736-.861,13.282-2.5a2.714,2.714,0,0,0-.252-2.7l-.008-.008c-.911-.973-3.346-.42-5.12-.809,0,0-.914-.2-5.217-4.434" transform="translate(-63.805 -215.664)" fill="#fff"/>
<path id="Tracé_11618" data-name="Tracé 11618" d="M216.672,694.121a17.944,17.944,0,0,0-9.031,5.239c-.913,1.043-2.916,3.332-2.087,4.662.587.939,2.275.9,8.431.54,8.273-.487,12.736-.861,13.282-2.5a2.714,2.714,0,0,0-.252-2.7l-.008-.008c-.911-.973-3.346-.42-5.12-.809C221.889,698.555,220.975,698.354,216.672,694.121Z" transform="translate(-63.805 -215.664)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11619" data-name="Tracé 11619" d="M199.486,676.362a17.941,17.941,0,0,0-10.432-.411c-1.33.392-4.248,1.252-4.259,2.82-.008,1.108,1.438,1.98,6.831,4.971,7.247,4.019,11.216,6.093,12.554,5.006a2.713,2.713,0,0,0,1.23-2.411l0-.011c-.248-1.31-2.6-2.147-3.89-3.425,0,0-.664-.659-2.031-6.538" transform="translate(-57.416 -209.832)" fill="#fff"/>
<path id="Tracé_11620" data-name="Tracé 11620" d="M199.486,676.362a17.941,17.941,0,0,0-10.432-.411c-1.33.392-4.248,1.252-4.259,2.82-.008,1.108,1.438,1.98,6.831,4.971,7.247,4.019,11.216,6.093,12.554,5.006a2.713,2.713,0,0,0,1.23-2.411l0-.011c-.248-1.31-2.6-2.147-3.89-3.425C201.517,682.9,200.853,682.242,199.486,676.362Z" transform="translate(-57.416 -209.832)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11621" data-name="Tracé 11621" d="M322.088,449.753,287.013,429.5a89.64,89.64,0,0,0,3.751-41.308l42.16,24.341a96.141,96.141,0,0,1-2.74,33.65,5.749,5.749,0,0,1-1.223,2.486,5.371,5.371,0,0,1-.742.718,5.475,5.475,0,0,1-6.131.365" transform="translate(-89.175 -120.613)" fill="#fff"/>
<path id="Tracé_11622" data-name="Tracé 11622" d="M322.088,449.753,287.013,429.5a89.64,89.64,0,0,0,3.751-41.308l42.16,24.341a96.141,96.141,0,0,1-2.74,33.65,5.749,5.749,0,0,1-1.223,2.486,5.371,5.371,0,0,1-.742.718A5.475,5.475,0,0,1,322.088,449.753Z" transform="translate(-89.175 -120.613)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11623" data-name="Tracé 11623" d="M332.75,471.254a6.323,6.323,0,0,0,2.647-1.6,7.108,7.108,0,0,0,1.756-5.667,18.085,18.085,0,0,1,4.636,3.742,17.9,17.9,0,0,1,2.127,2.961" transform="translate(-103.385 -144.163)" fill="#fff"/>
<path id="Tracé_11624" data-name="Tracé 11624" d="M332.75,471.254a6.323,6.323,0,0,0,2.647-1.6,7.108,7.108,0,0,0,1.756-5.667,18.085,18.085,0,0,1,4.636,3.742,17.9,17.9,0,0,1,2.127,2.961" transform="translate(-103.385 -144.163)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11625" data-name="Tracé 11625" d="M36.075,406.958,1,386.707a89.735,89.735,0,0,0,4.1-18.479A89.8,89.8,0,0,0,4.751,345.4l42.16,24.341a96.235,96.235,0,0,1,.334,13.574,96.429,96.429,0,0,1-3.074,20.075,5.75,5.75,0,0,1-1.223,2.486,5.369,5.369,0,0,1-.742.718,5.475,5.475,0,0,1-6.131.365" transform="translate(-0.311 -107.317)" fill="#fff"/>
<path id="Tracé_11626" data-name="Tracé 11626" d="M36.075,406.958,1,386.707a89.735,89.735,0,0,0,4.1-18.479A89.8,89.8,0,0,0,4.751,345.4l42.16,24.341a96.235,96.235,0,0,1,.334,13.574,96.429,96.429,0,0,1-3.074,20.075,5.75,5.75,0,0,1-1.223,2.486,5.369,5.369,0,0,1-.742.718A5.475,5.475,0,0,1,36.075,406.958Z" transform="translate(-0.311 -107.317)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11627" data-name="Tracé 11627" d="M46.737,428.459a6.324,6.324,0,0,0,2.647-1.6A7.108,7.108,0,0,0,51.14,421.2a18.085,18.085,0,0,1,4.636,3.742A17.9,17.9,0,0,1,57.9,427.9" transform="translate(-14.521 -130.866)" fill="#fff"/>
<path id="Tracé_11628" data-name="Tracé 11628" d="M46.737,428.459a6.324,6.324,0,0,0,2.647-1.6A7.108,7.108,0,0,0,51.14,421.2a18.085,18.085,0,0,1,4.636,3.742A17.9,17.9,0,0,1,57.9,427.9" transform="translate(-14.521 -130.866)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11629" data-name="Tracé 11629" d="M308.972,154.9l-1.133,5.959q-.476,1.334-.951,2.667l-2.328-1.046-41.091-23.724c-2.608-1.505-5.2-.225-5.785,2.86l-13.811,72.626,96.982,55.993,14.873-78.213,1.735-9.125a4.755,4.755,0,0,0-2.075-4.711L312.25,153.279a2.1,2.1,0,0,0-3.278,1.621" transform="translate(-75.771 -42.916)" fill="#fff"/>
<path id="Tracé_11630" data-name="Tracé 11630" d="M308.972,154.9l-1.133,5.959q-.476,1.334-.951,2.667l-2.328-1.046-41.091-23.724c-2.608-1.505-5.2-.225-5.785,2.86l-13.811,72.626,96.982,55.993,14.873-78.213,1.735-9.125a4.755,4.755,0,0,0-2.075-4.711L312.25,153.279A2.1,2.1,0,0,0,308.972,154.9Z" transform="translate(-75.771 -42.916)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11631" data-name="Tracé 11631" d="M342.392,191.6,245.41,135.606l-4.4,78.892,96.982,55.993Z" transform="translate(-74.88 -42.134)" fill="#fff"/>
<path id="Tracé_11632" data-name="Tracé 11632" d="M342.392,191.6,245.41,135.606l-4.4,78.892,96.982,55.993Z" transform="translate(-74.88 -42.134)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11633" data-name="Tracé 11633" d="M333.34,200.026l-96.984-55.993,3.206,73.082,96.983,55.993Z" transform="translate(-73.436 -44.753)" fill="#fff"/>
<path id="Tracé_11634" data-name="Tracé 11634" d="M333.34,200.026l-96.984-55.993,3.206,73.082,96.983,55.993Z" transform="translate(-73.436 -44.753)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11635" data-name="Tracé 11635" d="M329.485,206.2,232.5,150.212l3.444,69.915L332.93,276.12Z" transform="translate(-72.238 -46.672)" fill="#fff"/>
<path id="Tracé_11636" data-name="Tracé 11636" d="M329.485,206.2,232.5,150.212l3.444,69.915L332.93,276.12Z" transform="translate(-72.238 -46.672)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path id="Tracé_11637" data-name="Tracé 11637" d="M338.207,141.627l-64.765-37.392V1l64.765,37.393Z" transform="translate(-84.958 -0.313)" fill="#fff"/>
<path id="Tracé_11638" data-name="Tracé 11638" d="M338.207,141.627l-64.765-37.392V1l64.765,37.393Z" transform="translate(-84.958 -0.313)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1969" data-name="Ligne 1969" x2="45.497" y2="26.267" transform="translate(198.118 21.04)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1970" data-name="Ligne 1970" x2="45.497" y2="26.267" transform="translate(198.118 35.297)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1971" data-name="Ligne 1971" x2="45.497" y2="26.267" transform="translate(198.118 49.553)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1972" data-name="Ligne 1972" x2="45.497" y2="26.267" transform="translate(198.118 63.809)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1973" data-name="Ligne 1973" x2="45.497" y2="26.267" transform="translate(198.118 78.066)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line id="Ligne_1974" data-name="Ligne 1974" x2="45.497" y2="26.267" transform="translate(198.118 92.322)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -0,0 +1,55 @@
<svg id="logo-renolution-monochrome" xmlns="http://www.w3.org/2000/svg" width="115.958" height="121.202" viewBox="0 0 115.958 121.202">
<g id="header">
<g id="logo" transform="translate(0 0)">
<g id="Group-4" transform="translate(1.009 41.155)">
<path id="Fill-1" d="M8.031,4.983H5.424V16.333H7.83c1.5,0,2.206-.688,2.206-2.113V6.949A1.742,1.742,0,0,0,8.031,4.983m7.42,18.031V34.707H10.086V23.113c0-1.523-.7-2.211-2.256-2.211H5.424V34.707H.06V.316H8.883C13.244.316,15.4,2.429,15.4,6.7v6.485c0,3.046-1.1,4.52-3.058,5.306,2.206.59,3.108,1.916,3.108,4.52" transform="translate(-0.004 -0.021)" fill-rule="evenodd"/>
<path id="Fill-3" d="M32.272.316V5.082H25.705V14.81h6.317v4.765H25.705V29.942h6.668v4.766H20.341V.316Z" transform="translate(-1.377 -0.021)" fill-rule="evenodd"/>
<path id="Fill-5" d="M47.1,34.707l-5.464-23.14.05,6.043v17.1H36.87V.316h6.267L48.15,21.54l-.05-5.748V.316h4.813V34.707Z" transform="translate(-2.495 -0.021)" fill-rule="evenodd"/>
<path id="Fill-7" d="M66.421,4.618h-1.1c-1.4,0-2.055.639-2.055,2.014V28.348c0,1.376.652,2.015,2.055,2.015h1.1a1.758,1.758,0,0,0,2.005-2.015V6.633a1.757,1.757,0,0,0-2.005-2.014m.852,30.362H64.416c-4.362,0-6.517-2.113-6.517-6.387V6.387C57.9,2.113,60.054,0,64.416,0h2.857c4.362,0,6.517,2.113,6.517,6.387V28.594c0,4.274-2.156,6.387-6.517,6.387" transform="translate(-3.919 0)" fill-rule="evenodd"/>
<path id="Fill-35" d="M4.85,41.957V62.019h3.5V66.38H0V41.957Z" transform="translate(0 -2.84)" fill-rule="evenodd"/>
<path id="Fill-37" d="M22.827,62.054c0,3.035-1.489,4.536-4.5,4.536H15.379c-3.014,0-4.5-1.5-4.5-4.536v-20.1h4.85V61.53a.759.759,0,0,0,.866.872h.52a.759.759,0,0,0,.866-.872V41.957h4.85Z" transform="translate(-0.736 -2.84)" fill-rule="evenodd"/>
<path id="Fill-39" d="M28.548,66.38V46.319H25.6V41.957H36.343v4.361H33.4V66.38Z" transform="translate(-1.733 -2.84)" fill-rule="evenodd"/>
<path id="Fill-41" d="M39.062,66.38h4.85V41.957h-4.85Z" transform="translate(-2.644 -2.84)" fill-rule="evenodd"/>
<path id="Fill-43" d="M52.838,45.919h-.693a.759.759,0,0,0-.866.872V61.515a.759.759,0,0,0,.866.872h.693a.759.759,0,0,0,.866-.872V46.792a.759.759,0,0,0-.866-.872M54.05,66.574H50.932c-3.014,0-4.5-1.5-4.5-4.536V46.268c0-3.035,1.49-4.535,4.5-4.535H54.05c3.014,0,4.5,1.5,4.5,4.535v15.77c0,3.035-1.49,4.536-4.5,4.536" transform="translate(-3.142 -2.824)" fill-rule="evenodd"/>
<path id="Fill-44" d="M68.747,66.38,65.664,53.087l.07,6.21L65.8,66.38H61.611V41.957h4.954l2.806,12.107L69.3,47.016l-.035-5.059h4.192V66.38Z" transform="translate(-4.17 -2.84)" fill-rule="evenodd"/>
</g>
<g id="Group-3" transform="translate(0 111.391)">
<path id="Fill-9" d="M1.052,9.848A.937.937,0,0,1,0,8.86c0-.671.405-.95,1.014-.95.874,0,1.1.342,1.1.95,0,.684-.418.988-1.065.988" transform="translate(0 -0.535)" fill-rule="evenodd"/>
<path id="Fill-11" d="M8.348,5.867c0-1.368-.57-1.837-1.482-1.837S5.295,4.5,5.295,5.955c0,1.242.608,1.989,1.5,1.989.938,0,1.559-.735,1.559-2.078ZM5.383,2.015c0,.646-.025.849-.025,1.065s.025.279.127.279c.216,0,.469-.912,2.065-.912S10.173,3.6,10.173,5.829c0,2.04-1.039,3.472-2.724,3.472C5.46,9.3,5.472,8.109,5.232,8.109c-.114,0-.1.089-.2.608-.076.393-.329.494-.76.494-.557,0-.722-.228-.722-.646,0-1-.012-3.51-.012-7.856,0-.481.228-.709.95-.709.8,0,.9.266.9.709Z" transform="translate(-0.239 0)" fill-rule="evenodd"/>
<path id="Fill-13" d="M13.3,8.759c0,.456-.177.672-.9.672-.671,0-.912-.2-.912-.672,0-3.358.051-4.916.051-5.347s.165-.557.7-.557.659.139.735.621c.063.431.1.494.19.494.216,0,.444-1.115,1.749-1.115.52,0,.748.19.748.748,0,.469-.089.887-.735.887-1.064,0-1.622.634-1.622,1.914Z" transform="translate(-0.777 -0.193)" fill-rule="evenodd"/>
<path id="Fill-15" d="M21.932,9.4c-.558,0-.722-.228-.811-.621-.063-.279-.063-.52-.177-.52-.215,0-.278,1.3-2.091,1.3-1.483,0-2.2-.925-2.2-2.788,0-2.027-.013-1.089-.013-3.332,0-.418.177-.633.9-.633.646,0,.912.114.912.608,0,.228-.025,2.281-.025,2.927,0,1.115.418,1.672,1.153,1.672.9,0,1.343-.7,1.343-2.091,0-1.571-.025-2.116-.025-2.522s.228-.557.9-.557c.646,0,.937.114.937.583,0,.76-.038,4.865-.038,5.3s-.228.672-.76.672" transform="translate(-1.126 -0.19)" fill-rule="evenodd"/>
<path id="Fill-17" d="M27.085,8.255c.887,0,1.127-.317,1.127-.634,0-.444-.405-.545-1.862-.786-1.825-.3-2.2-1.1-2.2-1.989,0-1.47,1.394-2.141,2.826-2.141,1.951,0,2.775.849,2.775,1.761,0,.431-.3.659-.824.659a.748.748,0,0,1-.659-.406,1.346,1.346,0,0,0-1.305-.684c-.722,0-1.128.228-1.128.684,0,.482.216.71,1.647.963,2.1.367,2.484.963,2.484,1.863,0,1.09-.938,2.015-3.054,2.015-2.091,0-2.838-1.09-2.838-1.723,0-.456.19-.672.633-.672.811,0,.684,1.09,2.382,1.09" transform="translate(-1.629 -0.183)" fill-rule="evenodd"/>
<path id="Fill-19" d="M34.112,8.255c.887,0,1.128-.317,1.128-.634,0-.444-.405-.545-1.863-.786-1.824-.3-2.2-1.1-2.2-1.989C31.172,3.376,32.566,2.7,34,2.7c1.951,0,2.775.849,2.775,1.761,0,.431-.3.659-.824.659a.747.747,0,0,1-.659-.406,1.347,1.347,0,0,0-1.305-.684c-.722,0-1.128.228-1.128.684,0,.482.215.71,1.647.963,2.1.367,2.484.963,2.484,1.863,0,1.09-.938,2.015-3.054,2.015-2.091,0-2.838-1.09-2.838-1.723,0-.456.19-.672.634-.672.811,0,.684,1.09,2.382,1.09" transform="translate(-2.105 -0.183)" fill-rule="evenodd"/>
<path id="Fill-21" d="M42.659,5.4c.241,0,.317-.089.317-.291,0-.469-.443-1.1-1.52-1.1-1.115,0-1.559.684-1.559,1.128,0,.19.051.266.279.266ZM41.392,9.546c-2.015,0-3.269-1.368-3.269-3.535A3.076,3.076,0,0,1,41.4,2.691c1.977,0,3.1.976,3.1,2.711,0,.76-.241.912-.735.912-.355,0-3.332-.013-3.624-.013s-.3.127-.3.329A1.511,1.511,0,0,0,41.468,8.14c1.584,0,1.293-1.026,2.218-1.026a.618.618,0,0,1,.633.659c0,.633-.785,1.774-2.927,1.774Z" transform="translate(-2.58 -0.182)" fill-rule="evenodd"/>
<path id="Fill-23" d="M45.924.684c0-.444.241-.684.9-.684.608,0,.862.152.862.71,0,.748-.051,6.348-.051,6.969,0,.24.051.329.215.329.089,0,.152-.025.291-.025.329,0,.494.2.494.583,0,.532-.368.811-1.141.811a1.444,1.444,0,0,1-1.571-1.609Z" transform="translate(-3.108)" fill-rule="evenodd"/>
<path id="Fill-25" d="M52.134,8.255c.887,0,1.128-.317,1.128-.634,0-.444-.405-.545-1.863-.786-1.824-.3-2.2-1.1-2.2-1.989,0-1.47,1.394-2.141,2.826-2.141,1.951,0,2.775.849,2.775,1.761,0,.431-.3.659-.824.659a.747.747,0,0,1-.659-.406,1.347,1.347,0,0,0-1.305-.684c-.722,0-1.128.228-1.128.684,0,.482.215.71,1.647.963,2.1.367,2.484.963,2.484,1.863,0,1.09-.938,2.015-3.054,2.015-2.091,0-2.838-1.09-2.838-1.723,0-.456.19-.672.634-.672.811,0,.684,1.09,2.382,1.09" transform="translate(-3.324 -0.183)" fill-rule="evenodd"/>
<g id="Group-2" transform="translate(53.599 0.332)">
<path id="Fill-27" d="M2.362,4.327A2.337,2.337,0,0,0,0,6.714,2.468,2.468,0,0,0,2.506,9.063c1.283,0,1.9-.4,2.982-.183a2.937,2.937,0,0,1,1.528.8.273.273,0,0,0,.34.054c.094-.062.157-.179.094-.459a6.59,6.59,0,0,0-.9-2.005c-.792-1.224-2.4-2.942-4.19-2.942" transform="translate(0 -0.293)" fill-rule="evenodd"/>
<path id="Fill-29" d="M13.924,4.327a2.337,2.337,0,0,1,2.362,2.387A2.468,2.468,0,0,1,13.78,9.063c-1.282,0-1.9-.4-2.982-.183a2.938,2.938,0,0,0-1.528.8.273.273,0,0,1-.34.054c-.094-.062-.158-.179-.094-.459a6.612,6.612,0,0,1,.9-2.005c.793-1.224,2.4-2.942,4.19-2.942" transform="translate(-0.596 -0.293)" fill-rule="evenodd"/>
<path id="Fill-31" d="M9.654,0A1.876,1.876,0,0,0,8.138.684,1.876,1.876,0,0,0,6.621,0a2.3,2.3,0,0,0-2.3,2.338,2.418,2.418,0,0,0,.464,1.389,6.191,6.191,0,0,0,1.1,1.137A7.048,7.048,0,0,1,7.861,7.411a.287.287,0,0,0,.554,0,7.051,7.051,0,0,1,1.969-2.547,6.192,6.192,0,0,0,1.1-1.137,2.416,2.416,0,0,0,.465-1.389A2.3,2.3,0,0,0,9.654,0" transform="translate(-0.293)" fill-rule="evenodd"/>
<path id="Fill-33" d="M9.649.734A1.62,1.62,0,0,0,8.189,1.759,1.621,1.621,0,0,0,6.728.734,1.665,1.665,0,0,0,5.075,2.4a1.588,1.588,0,0,0,.329.952c.832,1.137,1.962,1.5,2.785,3.284.823-1.782,1.953-2.147,2.785-3.284A1.59,1.59,0,0,0,11.3,2.4,1.665,1.665,0,0,0,9.649.734" transform="translate(-0.343 -0.05)" fill-rule="evenodd"/>
</g>
</g>
<g id="Group" transform="translate(69.841 0)">
<path id="Fill-45" d="M43.409,43.313a.788.788,0,0,1-.78-.684L40.4,26.021a1.5,1.5,0,0,0-1.48-1.3h-.074a1.492,1.492,0,0,0-1.47,1.231L36.744,29.5a.788.788,0,0,1-1.552-.277l.632-3.538a3.067,3.067,0,0,1,3.022-2.53h.074a3.081,3.081,0,0,1,3.043,2.662L44.191,42.42a.788.788,0,0,1-.677.886.817.817,0,0,1-.106.007" transform="translate(-2.381 -1.567)" fill-rule="evenodd"/>
<path id="Fill-46" d="M43.066,36.923a.788.788,0,0,1-.737-1.068l4.58-12.072a1.16,1.16,0,0,0-2-1.12L42.18,26.2a.788.788,0,1,1-1.248-.963L43.659,21.7a2.736,2.736,0,0,1,4.725,2.643L43.8,36.414a.788.788,0,0,1-.737.509" transform="translate(-2.759 -1.396)" fill-rule="evenodd"/>
<path id="Fill-47" d="M31.074,21.384,25.507,16.8l-5.249,4.582Z" transform="translate(-1.371 -1.137)" fill-rule="evenodd"/>
<path id="Fill-48" d="M30.755,21.768l-.062-.051H19.878l-.058.051L14.629,26.3H36.26Z" transform="translate(-0.99 -1.47)" fill-rule="evenodd"/>
<path id="Fill-49" d="M36.225,26.682l-.062-.051H14.532l-.058.051L13.192,27.8v3.412H37.584V27.8Z" transform="translate(-0.893 -1.802)" fill-rule="evenodd"/>
<path id="Fill-50" d="M13.192,31.546v4.582H37.584V31.546Z" transform="translate(-0.893 -2.135)" fill-rule="evenodd"/>
<path id="Fill-51" d="M13.192,36.461v1.631l1.042,2.951H34.707l-.24-.654a1.947,1.947,0,0,1,.851-2.355h0a1.944,1.944,0,0,1,2.266.228v-1.8Z" transform="translate(-0.893 -2.468)" fill-rule="evenodd"/>
<path id="Fill-52" d="M34.783,41.376H14.309l.018.051.766,2.17a6.355,6.355,0,0,0,1.683,2.361h19.69L34.8,41.427Z" transform="translate(-0.968 -2.8)" fill-rule="evenodd"/>
<path id="Fill-53" d="M36.645,46.291H16.955l.056.051a6.344,6.344,0,0,0,.9.65l6.618,3.932h12.9l.006-2.491-.768-2.091Z" transform="translate(-1.148 -3.133)" fill-rule="evenodd"/>
<path id="Fill-54" d="M33.712,57.691a.788.788,0,0,1-.674-.379l-2.772-4.558a.788.788,0,0,1,1.347-.819l2.772,4.558a.789.789,0,0,1-.673,1.2" transform="translate(-2.041 -3.489)" fill-rule="evenodd"/>
<path id="Fill-55" d="M37.348,55.412a.786.786,0,0,1-.566-.239L34.57,52.894A.788.788,0,1,1,35.7,51.8l2.213,2.279a.788.788,0,0,1-.565,1.338" transform="translate(-2.325 -3.489)" fill-rule="evenodd"/>
<path id="Fill-56" d="M7.891,20.54h0a.616.616,0,0,0-.225-.865L1.543,16.342A1.04,1.04,0,1,0,.613,18.2l6.5,2.574a.616.616,0,0,0,.775-.235" transform="translate(0 -1.097)" fill-rule="evenodd"/>
<path id="Fill-57" d="M14.043,12.895l.119-.094a.616.616,0,0,0,.09-.88L9.86,6.766A.941.941,0,1,0,8.477,8.04l4.75,4.808a.616.616,0,0,0,.816.047" transform="translate(-0.555 -0.435)" fill-rule="evenodd"/>
<path id="Fill-58" d="M23.656,8.963l.012,0a.616.616,0,0,0,.473-.686L23.489.913a1.059,1.059,0,0,0-1.482-.82h0a1.059,1.059,0,0,0-.6,1.2l1.512,7.2a.616.616,0,0,0,.738.466" transform="translate(-1.447 0)" fill-rule="evenodd"/>
<path id="Fill-59" d="M33.634,9.756l.028.017a.616.616,0,0,0,.878-.259l3.051-6.32a.861.861,0,1,0-1.578-.686l-2.63,6.5a.616.616,0,0,0,.251.75" transform="translate(-2.256 -0.133)" fill-rule="evenodd"/>
<path id="Fill-60" d="M42.04,14.8l-.175-.168a.616.616,0,0,1-.029-.858l5.382-5.3a.988.988,0,1,1,1.43,1.363L42.9,14.791a.616.616,0,0,1-.862.008" transform="translate(-2.821 -0.552)" fill-rule="evenodd"/>
<path id="Fill-61" d="M15.345,107.384h-.034a.79.79,0,0,1-.755-.821l1.458-34.69a12.473,12.473,0,0,0-1.037-5.51l-4.615-10.5A12.718,12.718,0,0,1,9.456,52.8l-3.1-15.741a3.159,3.159,0,0,1,2.059-3.582,3.42,3.42,0,0,1,4.332,2.089l2.543,7.2a5.6,5.6,0,0,0,2.3,2.666L25.3,50.017a2.979,2.979,0,0,1,1.368,1.858l1.445,6.043a.788.788,0,0,1-1.533.367L25.14,52.242a1.4,1.4,0,0,0-.641-.87l-7.712-4.582a7.187,7.187,0,0,1-2.966-3.442l-.014-.036-2.549-7.222a1.839,1.839,0,0,0-2.33-1.123A1.577,1.577,0,0,0,7.9,36.753l3.109,15.78a11.125,11.125,0,0,0,.8,2.7l4.614,10.5a14.057,14.057,0,0,1,1.169,6.211l-1.459,34.69a.788.788,0,0,1-.787.755" transform="translate(-0.426 -2.253)" fill-rule="evenodd"/>
<path id="Fill-62" d="M38.526,107.637a.789.789,0,0,1-.786-.735L35.3,71.48a6.523,6.523,0,0,1,.988-3.939L41.335,59.5A7.624,7.624,0,0,0,42.4,56.717c.475-2.787,1.32-7.829,1.625-10.286a2.163,2.163,0,0,0-.415-1.521c-1.191-1.354-3.608-4.273-4.942-5.892a1.158,1.158,0,0,0-1.98,1.137L39.4,47.534a.788.788,0,0,1-1.48.544L35.206,40.7a2.735,2.735,0,0,1,4.676-2.683c1.328,1.612,3.732,4.515,4.909,5.853a3.7,3.7,0,0,1,.8,2.757c-.31,2.488-1.158,7.557-1.636,10.357a9.19,9.19,0,0,1-1.281,3.354l-5.046,8.043a4.957,4.957,0,0,0-.751,2.993l2.44,35.421a.788.788,0,0,1-.732.841.544.544,0,0,1-.055,0" transform="translate(-2.371 -2.505)" fill-rule="evenodd"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,44 @@
<svg id="pictogramme-demande" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69.617" height="83.456" viewBox="0 0 69.617 83.456">
<defs>
<linearGradient id="linear-gradient" x1="0.101" y1="0.053" x2="1.095" y2="1.104" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#f3281d"/>
<stop offset="1" stop-color="#fe766f"/>
</linearGradient>
<clipPath id="clip-path">
<rect id="Rectangle_609" data-name="Rectangle 609" width="69.617" height="83.456" fill="none"/>
</clipPath>
</defs>
<path id="Tracé_5630" data-name="Tracé 5630" d="M0,71.231,34.918,91.39l34.7-20.033L34.7,51.2Z" transform="translate(0 -7.934)" fill="url(#linear-gradient)"/>
<path id="Tracé_5631" data-name="Tracé 5631" d="M60.105,66.386,41.192,55.817V33.764l18.914,10.92Z" transform="translate(-6.383 -5.232)" fill="#fff"/>
<path id="Tracé_5632" data-name="Tracé 5632" d="M60.105,66.386,41.192,55.817V33.764l18.914,10.92Z" transform="translate(-6.383 -5.232)" fill="none" stroke="#1d1d1b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5633" data-name="Tracé 5633" d="M37.724,54.3,18.81,65.217v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-2.915 -4.063)" fill="#fff"/>
<path id="Tracé_5634" data-name="Tracé 5634" d="M37.724,54.3,18.81,65.217v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-2.915 -4.063)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<g id="Groupe_1959" data-name="Groupe 1959">
<g id="Groupe_1958" data-name="Groupe 1958" clip-path="url(#clip-path)">
<path id="Tracé_5635" data-name="Tracé 5635" d="M55.939,64,36.96,53.046V32.219a4.178,4.178,0,0,1,1.5-3.285c.093-.074.191-.146.295-.215a4.484,4.484,0,0,1,2.422-.743,3.492,3.492,0,0,1,1.9.528L60.365,39.117a.074.074,0,0,1-.057.135,3.661,3.661,0,0,0-2.814.274,3.1,3.1,0,0,0-1.554,2.685V64" transform="translate(-5.728 -4.335)" fill="#fff"/>
<path id="Tracé_5636" data-name="Tracé 5636" d="M55.939,64,36.96,53.046V32.219a4.178,4.178,0,0,1,1.5-3.285c.093-.074.191-.146.295-.215a4.484,4.484,0,0,1,2.422-.743,3.492,3.492,0,0,1,1.9.528L60.365,39.117a.074.074,0,0,1-.057.135,3.661,3.661,0,0,0-2.814.274,3.1,3.1,0,0,0-1.554,2.685Z" transform="translate(-5.728 -4.335)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1446" data-name="Ligne 1446" x2="12.637" y2="7.738" transform="translate(35.244 26.228)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1447" data-name="Ligne 1447" x2="13.333" y2="7.697" transform="translate(34.056 30.945)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1448" data-name="Ligne 1448" x2="13.333" y2="7.697" transform="translate(34.056 36.142)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1449" data-name="Ligne 1449" x2="13.333" y2="7.697" transform="translate(34.056 42.123)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5637" data-name="Tracé 5637" d="M38.317,50.226a5.145,5.145,0,0,0-.8-1.322,5.569,5.569,0,0,0-1.164-1.051,4.416,4.416,0,0,0-1.414-.637,3.268,3.268,0,0,0-1.417-.073,2.478,2.478,0,0,0-1.069.466l-.006-.008-3.085,2.64,5.4,6.382,2.983-2.611a2.314,2.314,0,0,0,.7-.963,3.183,3.183,0,0,0,.209-1.35,4.3,4.3,0,0,0-.333-1.472" transform="translate(-4.55 -7.298)" fill="#fff"/>
<path id="Tracé_5638" data-name="Tracé 5638" d="M38.317,50.226a5.145,5.145,0,0,0-.8-1.322,5.569,5.569,0,0,0-1.164-1.051,4.416,4.416,0,0,0-1.414-.637,3.268,3.268,0,0,0-1.417-.073,2.478,2.478,0,0,0-1.069.466l-.006-.008-3.085,2.64,5.4,6.382,2.983-2.611a2.314,2.314,0,0,0,.7-.963,3.183,3.183,0,0,0,.209-1.35A4.3,4.3,0,0,0,38.317,50.226Z" transform="translate(-4.55 -7.298)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5639" data-name="Tracé 5639" d="M26.172,18.985a9.387,9.387,0,0,1,1.644-.754,9.209,9.209,0,0,1,1.915-.437,9.974,9.974,0,0,1,2.2-.01,13.092,13.092,0,0,1,2.552.537,13.8,13.8,0,0,1,3.466,1.586,11.746,11.746,0,0,1,2.64,2.3,10.445,10.445,0,0,1,1.716,2.844A9.659,9.659,0,0,1,43,28.264a7.19,7.19,0,0,1-.3,2.647,4.97,4.97,0,0,1-2.312,2.8q-.74.411-1.405.77a7.785,7.785,0,0,0-1.155.75,1.531,1.531,0,0,0-.581,1.012l-.434,2.809L32.5,37.929l-.611-3.56c-.018-.09-.032-.177-.042-.265s-.019-.174-.023-.26a2.464,2.464,0,0,1,.358-1.531,3.591,3.591,0,0,1,1.032-.995,10.724,10.724,0,0,1,1.361-.739,8.091,8.091,0,0,0,1.353-.778,3.608,3.608,0,0,0,1.011-1.1,3.062,3.062,0,0,0,.343-1.715,3.676,3.676,0,0,0-.89-2.263,4.51,4.51,0,0,0-2.244-1.408,6.017,6.017,0,0,0-1.809-.3,5.531,5.531,0,0,0-1.239.157q-.517.136-.9.258a1.314,1.314,0,0,1-.782.007,2.225,2.225,0,0,1-1.38-1.195Z" transform="translate(-4.056 -2.747)" fill="#fff"/>
<path id="Tracé_5640" data-name="Tracé 5640" d="M26.172,18.985a9.387,9.387,0,0,1,1.644-.754,9.209,9.209,0,0,1,1.915-.437,9.974,9.974,0,0,1,2.2-.01,13.092,13.092,0,0,1,2.552.537,13.8,13.8,0,0,1,3.466,1.586,11.746,11.746,0,0,1,2.64,2.3,10.445,10.445,0,0,1,1.716,2.844A9.659,9.659,0,0,1,43,28.264a7.19,7.19,0,0,1-.3,2.647,4.97,4.97,0,0,1-2.312,2.8q-.74.411-1.405.77a7.785,7.785,0,0,0-1.155.75,1.531,1.531,0,0,0-.581,1.012l-.434,2.809L32.5,37.929l-.611-3.56c-.018-.09-.032-.177-.042-.265s-.019-.174-.023-.26a2.464,2.464,0,0,1,.358-1.531,3.591,3.591,0,0,1,1.032-.995,10.724,10.724,0,0,1,1.361-.739,8.091,8.091,0,0,0,1.353-.778,3.608,3.608,0,0,0,1.011-1.1,3.062,3.062,0,0,0,.343-1.715,3.676,3.676,0,0,0-.89-2.263,4.51,4.51,0,0,0-2.244-1.408,6.017,6.017,0,0,0-1.809-.3,5.531,5.531,0,0,0-1.239.157q-.517.136-.9.258a1.314,1.314,0,0,1-.782.007,2.225,2.225,0,0,1-1.38-1.195Z" transform="translate(-4.056 -2.747)" fill="none" stroke="#1d1d1b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5641" data-name="Tracé 5641" d="M22.195,22.163a9.555,9.555,0,0,1,1.666-.767,9.4,9.4,0,0,1,1.941-.451,10.223,10.223,0,0,1,2.236-.023,13.376,13.376,0,0,1,2.587.525,13.992,13.992,0,0,1,3.514,1.575,11.816,11.816,0,0,1,2.677,2.3,10.4,10.4,0,0,1,1.741,2.849,9.617,9.617,0,0,1,.7,3.233,7.173,7.173,0,0,1-.3,2.664,5.138,5.138,0,0,1-.98,1.731,5.232,5.232,0,0,1-1.361,1.1q-.749.417-1.423.782a8.1,8.1,0,0,0-1.171.761,1.559,1.559,0,0,0-.589,1.022L33,42.291l-4.378-1.106L28,37.607c-.018-.09-.033-.179-.044-.267s-.019-.175-.023-.261a2.471,2.471,0,0,1,.362-1.542,3.651,3.651,0,0,1,1.045-1.007,11.028,11.028,0,0,1,1.379-.752,8.245,8.245,0,0,0,1.371-.791,3.662,3.662,0,0,0,1.023-1.111,3.062,3.062,0,0,0,.346-1.727,3.659,3.659,0,0,0-.9-2.271,4.549,4.549,0,0,0-2.276-1.4,6.125,6.125,0,0,0-1.835-.292,5.689,5.689,0,0,0-1.256.166q-.523.139-.913.264a1.343,1.343,0,0,1-.793.012,2.239,2.239,0,0,1-1.4-1.194Zm5.12,26.355a3.116,3.116,0,0,1,.215-1.369,2.43,2.43,0,0,1,.718-.972,2.529,2.529,0,0,1,1.12-.5,3.34,3.34,0,0,1,1.435.065,4.489,4.489,0,0,1,1.432.632,5.61,5.61,0,0,1,1.181,1.051,5.146,5.146,0,0,1,.815,1.325,4.274,4.274,0,0,1,.337,1.478,3.185,3.185,0,0,1-.21,1.359,2.342,2.342,0,0,1-.71.973,2.511,2.511,0,0,1-1.107.5,3.369,3.369,0,0,1-1.4-.047,4.6,4.6,0,0,1-1.457-.606,5.187,5.187,0,0,1-1.189-1.031,5.239,5.239,0,0,1-.826-1.344,4.392,4.392,0,0,1-.351-1.512" transform="translate(-3.439 -3.235)" fill="#fff"/>
<path id="Tracé_5642" data-name="Tracé 5642" d="M22.195,22.163a9.555,9.555,0,0,1,1.666-.767,9.4,9.4,0,0,1,1.941-.451,10.223,10.223,0,0,1,2.236-.023,13.376,13.376,0,0,1,2.587.525,13.992,13.992,0,0,1,3.514,1.575,11.816,11.816,0,0,1,2.677,2.3,10.4,10.4,0,0,1,1.741,2.849,9.617,9.617,0,0,1,.7,3.233,7.173,7.173,0,0,1-.3,2.664,5.138,5.138,0,0,1-.98,1.731,5.232,5.232,0,0,1-1.361,1.1q-.749.417-1.423.782a8.1,8.1,0,0,0-1.171.761,1.559,1.559,0,0,0-.589,1.022L33,42.291l-4.378-1.106L28,37.607c-.018-.09-.033-.179-.044-.267s-.019-.175-.023-.261a2.471,2.471,0,0,1,.362-1.542,3.651,3.651,0,0,1,1.045-1.007,11.028,11.028,0,0,1,1.379-.752,8.245,8.245,0,0,0,1.371-.791,3.662,3.662,0,0,0,1.023-1.111,3.062,3.062,0,0,0,.346-1.727,3.659,3.659,0,0,0-.9-2.271,4.549,4.549,0,0,0-2.276-1.4,6.125,6.125,0,0,0-1.835-.292,5.689,5.689,0,0,0-1.256.166q-.523.139-.913.264a1.343,1.343,0,0,1-.793.012,2.239,2.239,0,0,1-1.4-1.194Zm5.12,26.355a3.116,3.116,0,0,1,.215-1.369,2.43,2.43,0,0,1,.718-.972,2.529,2.529,0,0,1,1.12-.5,3.34,3.34,0,0,1,1.435.065,4.489,4.489,0,0,1,1.432.632,5.61,5.61,0,0,1,1.181,1.051,5.146,5.146,0,0,1,.815,1.325,4.274,4.274,0,0,1,.337,1.478,3.185,3.185,0,0,1-.21,1.359,2.342,2.342,0,0,1-.71.973,2.511,2.511,0,0,1-1.107.5,3.369,3.369,0,0,1-1.4-.047,4.6,4.6,0,0,1-1.457-.606,5.187,5.187,0,0,1-1.189-1.031,5.239,5.239,0,0,1-.826-1.344A4.392,4.392,0,0,1,27.315,48.518Z" transform="translate(-3.439 -3.235)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5643" data-name="Tracé 5643" d="M38.2,42.464,35.118,45.11q.184-1.467.366-2.933a1.994,1.994,0,0,1,.305-.666c.24-.342.564-.581,1.87-1.251.273-.141.64-.326,1.077-.537L38.2,42.464" transform="translate(-5.442 -6.156)" fill="#fff"/>
<path id="Tracé_5644" data-name="Tracé 5644" d="M38.2,42.464,35.118,45.11q.184-1.467.366-2.933a1.994,1.994,0,0,1,.305-.666c.24-.342.564-.581,1.87-1.251.273-.141.64-.326,1.077-.537Z" transform="translate(-5.442 -6.156)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5645" data-name="Tracé 5645" d="M22.195,21.675l3.361-2.691a9.8,9.8,0,0,1,1.644-.753,8.972,8.972,0,0,1,2.694-.5,12.966,12.966,0,0,1,4.474.6,12.2,12.2,0,0,1,2.2.958,11.229,11.229,0,0,1,4.578,4.534,11.4,11.4,0,0,1,1.215,4.023,6.3,6.3,0,0,1-.269,3.063,5.225,5.225,0,0,1-.969,1.715,5.528,5.528,0,0,1-2.435,1.611,7.861,7.861,0,0,0,.538-1.688,7.188,7.188,0,0,0-.15-3.171,11.335,11.335,0,0,0-1.82-4.005,11.634,11.634,0,0,0-4.414-3.561,12.182,12.182,0,0,0-4.8-1.378,10.451,10.451,0,0,0-3.345.259,11.1,11.1,0,0,0-2.5.983" transform="translate(-3.439 -2.747)" fill="#fff"/>
<path id="Tracé_5646" data-name="Tracé 5646" d="M22.195,21.675l3.361-2.691a9.8,9.8,0,0,1,1.644-.753,8.972,8.972,0,0,1,2.694-.5,12.966,12.966,0,0,1,4.474.6,12.2,12.2,0,0,1,2.2.958,11.229,11.229,0,0,1,4.578,4.534,11.4,11.4,0,0,1,1.215,4.023,6.3,6.3,0,0,1-.269,3.063,5.225,5.225,0,0,1-.969,1.715,5.528,5.528,0,0,1-2.435,1.611,7.861,7.861,0,0,0,.538-1.688,7.188,7.188,0,0,0-.15-3.171,11.335,11.335,0,0,0-1.82-4.005,11.634,11.634,0,0,0-4.414-3.561,12.182,12.182,0,0,0-4.8-1.378,10.451,10.451,0,0,0-3.345.259A11.1,11.1,0,0,0,22.195,21.675Z" transform="translate(-3.439 -2.747)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5647" data-name="Tracé 5647" d="M33.2,34.157,29.89,36.937a9.743,9.743,0,0,1,2.166-1.34,4.977,4.977,0,0,0,1.58-.9,3.382,3.382,0,0,0,.944-1.652q-.387.321-.792.646c-.2.158-.391.313-.586.465" transform="translate(-4.632 -5.121)" fill="#fff"/>
<path id="Tracé_5648" data-name="Tracé 5648" d="M33.2,34.157,29.89,36.937a9.743,9.743,0,0,1,2.166-1.34,4.977,4.977,0,0,0,1.58-.9,3.382,3.382,0,0,0,.944-1.652q-.387.321-.792.646C33.591,33.85,33.4,34.005,33.2,34.157Z" transform="translate(-4.632 -5.121)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5649" data-name="Tracé 5649" d="M37.724,79.7,18.81,68.777v-21.7l18.914,10.92Z" transform="translate(-2.915 -7.295)" fill="#fff"/>
<path id="Tracé_5650" data-name="Tracé 5650" d="M37.724,79.7,18.81,68.777v-21.7l18.914,10.92Z" transform="translate(-2.915 -7.295)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5651" data-name="Tracé 5651" d="M60.105,67.608,41.192,78.527v-21.7l9.457-17.3L60.105,45.9Z" transform="translate(-6.383 -6.126)" fill="#fff"/>
<path id="Tracé_5652" data-name="Tracé 5652" d="M60.105,67.608,41.192,78.527v-21.7l9.457-17.3L60.105,45.9Z" transform="translate(-6.383 -6.126)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<text id="_" data-name="?" transform="translate(43.104 19.453) rotate(13.172)" font-size="23" font-family="Lato-Black, Lato" font-weight="800"><tspan x="0" y="0">?</tspan></text>
<text id="_2" data-name="?" transform="translate(7.359 32.602) rotate(-27.369)" font-size="16" font-family="Lato-Black, Lato" font-weight="800"><tspan x="0" y="0">?</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,40 @@
<svg id="pictogramme-formulaire" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69.617" height="72.68" viewBox="0 0 69.617 72.68">
<defs>
<linearGradient id="linear-gradient" x1="0.101" y1="0.053" x2="1.095" y2="1.104" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#f3281d"/>
<stop offset="1" stop-color="#fe766f"/>
</linearGradient>
<clipPath id="clip-path">
<rect id="Rectangle_606" data-name="Rectangle 606" width="69.617" height="72.68" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
</clipPath>
</defs>
<path id="Tracé_5562" data-name="Tracé 5562" d="M0,58.478,34.918,78.637,69.617,58.6,34.7,38.444Z" transform="translate(0 -5.958)" fill="url(#linear-gradient)"/>
<path id="Tracé_5563" data-name="Tracé 5563" d="M60.105,53.633,41.191,43.064V21.011L60.105,31.93Z" transform="translate(-6.383 -3.256)" fill="#fff"/>
<path id="Tracé_5564" data-name="Tracé 5564" d="M60.105,53.633,41.191,43.064V21.011L60.105,31.93Z" transform="translate(-6.383 -3.256)" fill="none" stroke="#1d1d1b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5565" data-name="Tracé 5565" d="M37.724,41.544,18.81,52.464v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-2.915 -2.087)" fill="#fff"/>
<path id="Tracé_5566" data-name="Tracé 5566" d="M37.724,41.544,18.81,52.464v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-2.915 -2.087)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<g id="Groupe_1952" data-name="Groupe 1952">
<g id="Groupe_1951" data-name="Groupe 1951" clip-path="url(#clip-path)">
<path id="Tracé_5567" data-name="Tracé 5567" d="M55.939,50.172,36.96,39.213V18.386a4.178,4.178,0,0,1,1.5-3.285c.093-.074.191-.146.295-.215a4.484,4.484,0,0,1,2.422-.743,3.492,3.492,0,0,1,1.9.528L60.365,25.284a.074.074,0,0,1-.057.135,3.661,3.661,0,0,0-2.814.274,3.1,3.1,0,0,0-1.554,2.685V50.172" transform="translate(-5.728 -2.192)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5568" data-name="Tracé 5568" d="M55.939,50.172,36.96,39.213V18.386a4.178,4.178,0,0,1,1.5-3.285c.093-.074.191-.146.295-.215a4.484,4.484,0,0,1,2.422-.743,3.492,3.492,0,0,1,1.9.528L60.365,25.284a.074.074,0,0,1-.057.135,3.661,3.661,0,0,0-2.814.274,3.1,3.1,0,0,0-1.554,2.685Z" transform="translate(-5.728 -2.192)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1426" data-name="Ligne 1426" x2="12.637" y2="7.738" transform="translate(35.244 14.539)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1427" data-name="Ligne 1427" x2="13.333" y2="7.697" transform="translate(34.056 19.256)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1428" data-name="Ligne 1428" x2="13.333" y2="7.697" transform="translate(34.056 24.453)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1429" data-name="Ligne 1429" x2="13.333" y2="7.697" transform="translate(34.056 30.434)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5569" data-name="Tracé 5569" d="M26.593,9.482l-.776,24.2,4.371-4.262,2.6,10.445,2.588-.551-2.6-10.492h0l5.841,2.036Z" transform="translate(-4.001 -1.47)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5570" data-name="Tracé 5570" d="M26.593,9.482l-.776,24.2,4.371-4.262,2.6,10.445,2.588-.551-2.6-10.492h0l5.841,2.036Z" transform="translate(-4.001 -1.47)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5571" data-name="Tracé 5571" d="M26.736,9.27l3.541-1.158L42.1,29.071l-3.338,1.573Z" transform="translate(-4.143 -1.257)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5572" data-name="Tracé 5572" d="M26.736,9.27l3.541-1.158L42.1,29.071l-3.338,1.573Z" transform="translate(-4.143 -1.257)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5573" data-name="Tracé 5573" d="M36.651,42.86l2.625-.546-2.484-8.994-2.736-.954Z" transform="translate(-5.277 -5.016)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5574" data-name="Tracé 5574" d="M36.651,42.86l2.625-.546-2.484-8.994-2.736-.954Z" transform="translate(-5.277 -5.016)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5575" data-name="Tracé 5575" d="M37.724,66.944,18.81,56.024v-21.7l18.914,10.92Z" transform="translate(-2.915 -5.319)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5576" data-name="Tracé 5576" d="M37.724,66.944,18.81,56.024v-21.7l18.914,10.92Z" transform="translate(-2.915 -5.319)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5577" data-name="Tracé 5577" d="M60.105,54.855,41.191,65.774v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-6.383 -4.149)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<path id="Tracé_5578" data-name="Tracé 5578" d="M60.105,54.855,41.191,65.774v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-6.383 -4.149)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1430" data-name="Ligne 1430" x2="1.876" y2="3.035" transform="translate(19.531 1.65)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-width="1"/>
<line id="Ligne_1431" data-name="Ligne 1431" x2="1.876" y2="3.035" transform="translate(19.531 1.65)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
<line id="Ligne_1432" data-name="Ligne 1432" y1="3.537" x2="0.346" transform="translate(25.308 0.422)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-width="1"/>
<line id="Ligne_1433" data-name="Ligne 1433" y1="3.537" x2="0.346" transform="translate(25.308 0.422)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,44 @@
#block-aides-financieres {
@apply bg-gray py-16 flex flex-col items-center;
.section_titling {
@apply max-w-screen-md;
}
.card-large-content {
@apply lg:grid grid-cols-2 gap-12;
&__renolution-details {
/* .logo_renolution { */
.renolution__logo {
@apply p-6 mb-8 bg-white shadowed w-fit rounded-3xl;
}
.renolution__title {
@apply text-lg font-bold text-secondary pb-3;
}
.cta {
@apply mt-8;
}
.renolution__guide-external-links {
@apply grid grid-cols-2 gap-12 pt-6;
.question_title {
@apply text-black font-bold pt-6 pb-2;
}
.question_explanation {
@apply text-sm;
}
.question_url {
@apply block text-sm text-black font-bold mt-2 py-2;
&:hover {
@apply text-secondary;
}
img {
@apply inline-block ml-1 -mt-1;
}
}
}
}
&__renolution-illustration-picture {
@apply ml-auto;
}
}
}

View File

@ -0,0 +1,56 @@
<?php
$subtitle = get_field('subtitle');
$renolution_datas = get_field('renolution_datas');
?>
<section id="block-aides-financieres">
<div class="section_titling">
<h2 class="section_titling__title">Aides financières</h2>
<h3 class="section_titling__subtitle"><?php echo $subtitle ?></h3>
</div>
<div class="card-large-content">
<div class="card-large-content__renolution-details">
<div class="renolution__logo">
<img src='<?php echo get_template_directory_uri() ?>/resources/svg/logos/logo-renolution-monochrome.svg' alt=''>
</div>
<h4 class="renolution__title"><?php echo $renolution_datas['title'] ?></h4>
<p><?php echo $renolution_datas['description'] ?></p>
<a class="cta cta--primary" href="<?php echo $renolution_datas['button']['url'] ?>" target="<?php echo $renolution_datas['button']['target'] ?>"><?php echo $renolution_datas['button']['title'] ?></a>
<div class="renolution__guide-external-links">
<div class="introduire-demande">
<img src='<?php echo get_template_directory_uri() ?>/resources/img/pictogrammes/pictogramme-demande.svg' alt=''>
<h4 class="question_title"><?php echo $renolution_datas['demande_title'] ?></h4>
<p class="question_explanation"><?php echo $renolution_datas['demande_description'] ?></p>
<a class="question_url" href="<?php echo $renolution_datas['demande_lien']['url'] ?>" target="<?php echo $renolution_datas['demande_lien']['target'] ?>">
<?php echo $renolution_datas['demande_lien']['title'] ?>
<img class="icon" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/icone-external-link.svg' alt=''>
</a>
</div>
<div class=" estimation-prime">
<img src='<?php echo get_template_directory_uri() ?>/resources/img/pictogrammes/pictogramme-formulaire.svg' alt=''>
<h4 class="question_title"><?php echo $renolution_datas['prime_title'] ?></h4>
<p class="question_explanation"><?php echo $renolution_datas['prime_description'] ?></p>
<a class="question_url" href="<?php echo $renolution_datas['prime_lien']['url'] ?>" target="<?php echo $renolution_datas['prime_lien']['target'] ?>">
<?php echo $renolution_datas['prime_lien']['title'] ?>
<img class="icon" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/icone-external-link.svg' alt=''>
</a>
</div>
</div>
</div>
<img class="card-large-content__renolution-illustration-picture" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-aides-financieres-homepage.svg' alt=''>
</div>
</section>

View File

@ -0,0 +1,20 @@
{
"name": "acf/aides-financieres",
"title": "Home | Aides Financières",
"category": "homegrade-page-home",
"multiple": false,
"icon": {
"foreground": "#DF1E1E",
"src": "schedule"
},
"keywords": [
"aides financières",
"aide",
"Financières",
"Renolution"
],
"acf": {
"mode": "auto",
"renderTemplate": "aides-financieres.php"
}
}

View File

@ -0,0 +1 @@
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><defs><style>.v{fill:#231f20;}</style></defs><g id='a'/><g id='b'/><g id='c'/><g id='d'/><g id='e'/><g id='f'/><g id='g'/><g id='h'/><g id='i'/><g id='j'/><g id='k'/><g id='l'/><g id='m'/><g id='n'/><g id='o'/><g id='p'/><g id='q'><g><path class='v' d='M10.46,9.68s.04,0,.06,0c.48,.04,.97,.06,1.48,.06s1-.02,1.48-.06c.02,0,.04,0,.06,0,3.63-.33,6.21-1.8,6.21-3.68,0-2.14-3.33-3.75-7.75-3.75s-7.75,1.61-7.75,3.75c0,1.88,2.58,3.35,6.21,3.68Z'/><path class='v' d='M12,11.25c-.53,0-1.07-.02-1.61-.07-2.7-.24-4.82-1.02-6.14-2.17v.49c0,2.38,3.4,4.25,7.75,4.25s7.75-1.87,7.75-4.25v-.48c-1.31,1.14-3.42,1.92-6.08,2.16-.6,.05-1.14,.07-1.67,.07Z'/><path class='v' d='M4.25,12.72v.78c0,2.38,3.4,4.25,7.75,4.25s7.75-1.87,7.75-4.25v-.78c-1.62,1.55-4.43,2.53-7.75,2.53s-6.13-.98-7.75-2.53Z'/><path class='v' d='M4.25,16.72v.78c0,2.38,3.4,4.25,7.75,4.25s7.75-1.87,7.75-4.25v-.78c-1.62,1.55-4.43,2.53-7.75,2.53s-6.13-.98-7.75-2.53Z'/></g></g><g id='r'/><g id='s'/><g id='t'/><g id='u'/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -0,0 +1 @@
<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Calque_2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.5 19.5\"><g id=\"Calque_1-2\"><path d=\"m6.21,7.43h.06c.48.04.97.06,1.48.06s1-.02,1.48-.06h.06c3.63-.33,6.21-1.8,6.21-3.68,0-2.14-3.33-3.75-7.75-3.75S0,1.61,0,3.75c0,1.88,2.58,3.35,6.21,3.68Zm1.54,1.57c-.53,0-1.07-.02-1.61-.07-2.7-.24-4.82-1.02-6.14-2.17v.49c0,2.38,3.4,4.25,7.75,4.25s7.75-1.87,7.75-4.25v-.48c-1.31,1.14-3.42,1.92-6.08,2.16-.6.05-1.14.07-1.67.07Zm-7.75,1.47v.78c0,2.38,3.4,4.25,7.75,4.25s7.75-1.87,7.75-4.25v-.78c-1.62,1.55-4.43,2.53-7.75,2.53s-6.13-.98-7.75-2.53Zm0,4v.78c0,2.38,3.4,4.25,7.75,4.25s7.75-1.87,7.75-4.25v-.78c-1.62,1.55-4.43,2.53-7.75,2.53s-6.13-.98-7.75-2.53Z\"/></g></svg>

After

Width:  |  Height:  |  Size: 723 B

View File

@ -1,7 +1,7 @@
{
"name": "acf/home-header",
"title": "Home | Section d'accueil",
"category": "homegrade-pages",
"category": "homegrade-page-home",
"multiple": false,
"icon": {
"foreground": "#DF1E1E",

View File

@ -1,11 +1,22 @@
.home-header {
@apply max-w-screen-2xl mx-auto px-16 py-32;
@apply max-w-screen-xl mx-auto px-6 lg:px-16 pt-16 xl:pt-20
mb-24
relative
/* bg-red-100 */;
/* aspect-ratio: 1.5; */
/* min-height: 80vh; */
/* background-color: #fbfff5a6; */
&__titling {
@apply max-w-[580px];
@apply max-w-[580px]
relative
z-10
lg:absolute
mb-[-100px]
lg:mb-0;
}
&__title {
@apply text-4xl font-medium pb-6;
@apply text-4xl font-medium pb-6 pt-16;
line-height: 1.2;
}
@ -20,6 +31,29 @@
/* cubic-bezier(0.18, 0.89, 0.3, 1); */
}
}
&__fresque {
@apply w-full;
z-index: -1;
@apply bg-purple-50;
img {
@apply w-full h-full max-h-full object-contain;
/* object-position: 100% 100%; */
@screen lg {
/* object-position: 100% 0%; */
}
}
@media (max-aspect-ratio: 16 / 9) {
img {
/* @apply bg-red-100; */
}
}
@media (min-aspect-ratio: 16 / 9) {
img {
/* @apply bg-green-100; */
}
}
}
}
@keyframes bouncingArrow {
0% {

View File

@ -11,8 +11,10 @@ $home_header = get_field('home_header_datas');
</h1>
<p><?php echo $home_header['description'] ?></p>
<div class="home-header__scroll-down-indicator">
<img class="home-header__scroll-down-indicator__arrow" src='<?php echo get_template_directory_uri() ?>/resources/svg/arrow-down-white.svg' alt=''>
<img class="home-header__scroll-down-indicator__arrow" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-down-white.svg' alt=''>
</div>
</div>
<div class="home-header__fresque">
<img src="<?php echo get_template_directory_uri() . '/resources/img/illustrations/illustration-accueil-thematiques.jpg' ?>" alt="">
</div>
</section>

View File

@ -1,7 +1,7 @@
{
"name": "acf/latest-news",
"title": "Home | Dernières News",
"category": "homegrade-pages",
"category": "homegrade-page-home",
"multiple": false,
"icon": {
"foreground": "#DF1E1E",

View File

@ -18,11 +18,11 @@ $block_titling_datas = get_field('block_titling_datas');
));
foreach ($recent_posts as $key => $post) {
$post_thumbnail = get_the_post_thumbnail($post['ID'], 'full', array('class' => 'post-card__thumbnail'));
$post_thumbnail = get_the_post_thumbnail($post['ID'], 'full', array('class' => 'card-post__thumbnail'));
$post_tags = get_the_tags($post['ID']);
get_template_part(
'template-components/post-card',
'template-components/card-post',
null,
array(
'card_variant' => 'activite',

View File

@ -1,7 +1,7 @@
{
"name": "acf/show-thematiques",
"title": "Home | Thématiques",
"category": "homegrade-pages",
"category": "homegrade-page-home",
"multiple": false,
"icon": {
"foreground": "#DF1E1E",

View File

@ -19,23 +19,23 @@ $terms = get_terms(array(
<div class="thematiques-container">
<?php foreach ($terms as $term) : ?>
<?php
<?php
$taxonomy_picture = get_field('taxonomy_pictures', $term);
$color = getThematiqueFamilySlug($term->slug);
?>
<div class="card-thematique card-<?php echo $term->slug ?>">
<img class="card-thematique__thumbnail" src="<?php echo $taxonomy_picture['illustration_s']['sizes']['medium'] ?>" alt="">
<h4 class="card-thematique__title text-<?php echo getThematiqueFamilySlug($term->slug) ?>"><?php echo $term->name ?></h4>
<p class="card-thematique__description"><?php echo $term->description ?></p>
<div class="card-thematique card-<?php echo $term->slug ?>">
<img class="card-thematique__thumbnail" src="<?php echo $taxonomy_picture['illustration_s']['sizes']['medium'] ?>" alt="">
<h4 class="card-thematique__title text-<?php echo getThematiqueFamilySlug($term->slug) ?>"><?php echo $term->name ?></h4>
<p class="card-thematique__description"><?php echo $term->description ?></p>
<a class="card-thematique__cta hover:text-<?php echo getThematiqueFamilySlug($term->slug) ?>" href="<?php echo get_term_link($term) ?> ">
En savoir plus
<div class="cta_arrow_button">
<img src='<?php echo get_template_directory_uri() ?>/resources/svg/arrow-right-circle.svg' alt=''>
</div>
</a>
</div>
<a class="card-thematique__cta hover:text-<?php echo getThematiqueFamilySlug($term->slug) ?>" href="<?php echo get_term_link($term) ?> ">
En savoir plus
<div class="cta_arrow_button">
<img src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-right-circle.svg' alt=''>
</div>
</a>
</div>
<?php endforeach; ?>

View File

@ -8,16 +8,16 @@ $post_tags = $args['post_tags'];
<div class="post-card <?php echo $card_variant ? 'post-card--' . $card_variant : '' ?> ">
<div class="card-post <?php echo $card_variant ? 'card-post--' . $card_variant : '' ?> ">
<?php echo $post_thumbnail ?>
<div class="post-card__inner">
<p class="post-card__tag"><?php echo $post_tags[0]->name ?></p>
<h3 class="post-card__title"><?php echo $post_title ?></h3>
<div class="card-post__inner">
<p class="card-post__tag"><?php echo $post_tags[0]->name ?></p>
<h3 class="card-post__title"><?php echo $post_title ?></h3>
<a href="#" class="cta cta--read-more ">
<!-- cta-read-more -->
<span><?php echo __("Lire l'article", 'deligraph-theme') ?></span>
<img class="icon" src='<?php echo get_template_directory_uri() ?>/resources/svg/arrow-read-more.svg' alt=''>
<img class="icon" src='<?php echo get_template_directory_uri() ?>/resources/img/graphic-assets/arrow-right-circle.svg' alt=''>
</a>
</div>