Adding questions frequents & demarches administrative blocks to homepage
151
css/app.css
|
|
@ -1005,10 +1005,13 @@ body:not(.wp-admin) {
|
|||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
border-radius: 9999px;
|
||||
padding-left: 2.5rem;
|
||||
padding-right: 2.5rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.cta--primary {
|
||||
|
|
@ -1066,15 +1069,72 @@ body:not(.wp-admin) {
|
|||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.card-large-content-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: rgb(239, 239, 239, 0.6);
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
.card-large-content-container--has-illustration {
|
||||
padding-top: 12rem;
|
||||
}
|
||||
|
||||
.card-large-content {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 1280px;
|
||||
max-width: 1440px;
|
||||
border-radius: 1.5rem;
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.card-large-content--has-illustration {
|
||||
padding-top: 10rem;
|
||||
}
|
||||
|
||||
.card-large-content__top-illustration {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.card-large-content__links-container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 3rem;
|
||||
}
|
||||
|
||||
.card-large-content__link {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.card-large-content__link__page_icon {
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
.card-large-content__link__title {
|
||||
margin-top: 0.75rem;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.card-large-content__link__excerpt {
|
||||
padding-top: 0.75rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.card-large-content__link .cta {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.section_titling {
|
||||
padding-bottom: 2rem;
|
||||
text-align: center;
|
||||
|
|
@ -1091,6 +1151,9 @@ body:not(.wp-admin) {
|
|||
}
|
||||
|
||||
.section_titling__subtitle {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 48rem;
|
||||
font-size: 2.25rem;
|
||||
line-height: 2.5rem;
|
||||
font-weight: 700;
|
||||
|
|
@ -1098,6 +1161,47 @@ body:not(.wp-admin) {
|
|||
color: rgb(0 0 0 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.section_titling__description {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 48rem;
|
||||
padding-top: 1rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.card-frequent-question {
|
||||
border-radius: 1.5rem;
|
||||
padding: 2rem;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.card-frequent-question__icon {
|
||||
max-width: 80px;
|
||||
}
|
||||
|
||||
.card-frequent-question__title {
|
||||
margin-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.card-frequent-question__tags_container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
-moz-column-gap: 0.75rem;
|
||||
column-gap: 0.75rem;
|
||||
}
|
||||
|
||||
.card-frequent-question__tags_container .tag {
|
||||
border-radius: 0.5rem;
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
/* ########### LAYOUT ############ */
|
||||
|
||||
.primary-menu-container {
|
||||
|
|
@ -1701,15 +1805,6 @@ 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;
|
||||
}
|
||||
|
|
@ -1906,6 +2001,38 @@ article > *:not(.entry-content),
|
|||
hue-rotate(263deg) brightness(99%) contrast(96%);
|
||||
}
|
||||
|
||||
#block-demarches-administratives.card-large-content-container--has-illustration {
|
||||
padding-top: 16rem;
|
||||
}
|
||||
|
||||
#block-demarches-administratives .card-large-content--has-illustration {
|
||||
padding-top: 7rem;
|
||||
}
|
||||
|
||||
#block-demarches-administratives .card-large-content__top-illustration {
|
||||
transform: translate(-50%, -70%);
|
||||
}
|
||||
|
||||
#block-demarches-administratives .card-large-content__links-container {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
#block-questions-frequentes {
|
||||
padding-top: 7rem;
|
||||
padding-bottom: 7rem;
|
||||
}
|
||||
|
||||
.questions-frequentes-grid {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: grid;
|
||||
max-width: 1280px;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 2rem;
|
||||
-moz-column-gap: 2rem;
|
||||
column-gap: 2rem;
|
||||
}
|
||||
|
||||
/* ########### UTILITIES ############ */
|
||||
|
||||
.shadowed {
|
||||
|
|
|
|||
|
|
@ -41,6 +41,8 @@ function mywp_register_acf_blocks()
|
|||
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');
|
||||
register_block_type(get_template_directory() . '/template-blocks/home/demarches-administratives');
|
||||
register_block_type(get_template_directory() . '/template-blocks/home/questions-frequentes');
|
||||
}
|
||||
add_action('init', 'mywp_register_acf_blocks');
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ function tailpress_setup()
|
|||
add_theme_support('editor-styles');
|
||||
add_editor_style('css/editor-style.css');
|
||||
add_theme_support('widgets');
|
||||
// add_post_type_support( 'page', 'excerpt' );
|
||||
add_post_type_support('page', 'excerpt');
|
||||
}
|
||||
|
||||
add_action('after_setup_theme', 'tailpress_setup');
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ function create_posttype()
|
|||
'menu_icon' => 'dashicons-editor-help',
|
||||
|
||||
'menu_position' => 4,
|
||||
'supports' => array('title', 'custom-fields'),
|
||||
'supports' => array('title', 'custom-fields', 'excerpt'),
|
||||
)
|
||||
);
|
||||
register_post_type(
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ function add_custom_taxonomies()
|
|||
register_taxonomy('thematiques', ['fiche-questions', 'fiche-conseils'], array(
|
||||
// 'hierarchical' => true,
|
||||
'labels' => array(
|
||||
'name' => _x('Thématiques', 'taxonomy general name'),
|
||||
'name' => _x('Thématiquesssse', 'taxonomy general name'),
|
||||
'singular_name' => _x('Thématique', 'taxonomy singular name'),
|
||||
'search_items' => __('Chercher une Thématique'),
|
||||
'all_items' => __('Toutes les Thématiques'),
|
||||
|
|
@ -55,6 +55,9 @@ function add_custom_taxonomies()
|
|||
'new_item_name' => __('Nom de la nouvelle Thématique'),
|
||||
'menu_name' => __('Thématiques'),
|
||||
),
|
||||
'public' => true,
|
||||
// 'show_ui' => true,
|
||||
'show_admin_column' => true,
|
||||
'hierarchical' => true, // This will allow URL's like "/locations/boston/cambridge/"
|
||||
'rewrite' => array(
|
||||
'slug' => 'thematiques', // This controls the base slug that will display before each term
|
||||
|
|
@ -65,26 +68,26 @@ function add_custom_taxonomies()
|
|||
|
||||
|
||||
// ————— —————
|
||||
register_taxonomy('thematiques', ['fiche-questions', 'fiche-conseils'], array(
|
||||
register_taxonomy('mots-cles', ['fiche-questions', 'fiche-conseils'], array(
|
||||
|
||||
// This array of options controls the labels displayed in the WordPress Admin UI
|
||||
'labels' => array(
|
||||
'name' => _x('Thématiques', 'taxonomy general name'),
|
||||
'singular_name' => _x('Thématique', 'taxonomy singular name'),
|
||||
'search_items' => __('Chercher une Thématique'),
|
||||
'all_items' => __('Toutes les Thématiques'),
|
||||
'parent_item' => __('Thématique Parent'),
|
||||
'parent_item_colon' => __('Thématique Parent:'),
|
||||
'edit_item' => __('Editer la Thématique'),
|
||||
'update_item' => __('Mettre à jour la Thématique'),
|
||||
'add_new_item' => __('Ajouter une Thématique'),
|
||||
'new_item_name' => __('Nom de la nouvelle Thématique'),
|
||||
'menu_name' => __('Thématiques'),
|
||||
'name' => _x('Mots-Clés', 'taxonomy general name'),
|
||||
'singular_name' => _x('Mots-Clés', 'taxonomy singular name'),
|
||||
'search_items' => __('Chercher un Mots-Clé'),
|
||||
'all_items' => __('Tous les Mots-Clés'),
|
||||
'parent_item' => __('Mots-Clé Parent'),
|
||||
'parent_item_colon' => __('Mots-Clé Parent:'),
|
||||
'edit_item' => __('Editer le Mots-Clé'),
|
||||
'update_item' => __('Mettre à jour le Mots-Clé'),
|
||||
'add_new_item' => __('Ajouter un Mots-Clé'),
|
||||
'new_item_name' => __('Nom du nouveau Mots-Clés'),
|
||||
'menu_name' => __('Mots-Clés'),
|
||||
),
|
||||
|
||||
|
||||
'hierarchical' => true,
|
||||
'public' => true,
|
||||
'hierarchical' => false,
|
||||
'public' => false,
|
||||
'rewrite' => array(
|
||||
'slug' => 'thematiques', // This controls the base slug that will display before each term
|
||||
// 'with_front' => false, // Don't display the category base before "/locations/"
|
||||
|
|
@ -92,4 +95,4 @@ function add_custom_taxonomies()
|
|||
),
|
||||
));
|
||||
}
|
||||
add_action('init', 'add_custom_taxonomies', 0);
|
||||
add_action('init', 'add_custom_taxonomies', 0);
|
||||
|
|
|
|||
|
|
@ -27,3 +27,16 @@ function getThematiqueFamilySlug($thematique_slug)
|
|||
return "location";
|
||||
}
|
||||
}
|
||||
|
||||
// Get automatic post used in BLOCK QUESTIONS FREQUENTES
|
||||
function get_automatic_post($post_type)
|
||||
{
|
||||
$automatic_query_args = array(
|
||||
'numberposts' => 2,
|
||||
'post_per_page' => 1,
|
||||
'post_status' => 'publish',
|
||||
'post_type' => 'fiche-questions',
|
||||
'thematiques' => $post_type,
|
||||
);
|
||||
return get_posts($automatic_query_args)[0];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
@import './components/card-large-content.css';
|
||||
@import './components/section-titling.css';
|
||||
|
||||
@import '../../template-components/card-frequent_question.css';
|
||||
|
||||
/* ########### LAYOUT ############ */
|
||||
@import './layout/header.css';
|
||||
@import './layout/footer.css';
|
||||
|
|
@ -27,6 +29,8 @@
|
|||
@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';
|
||||
@import '../../template-blocks/home/demarches-administratives/demarches-administratives.css';
|
||||
@import '../../template-blocks/home/questions-frequentes/questions-frequentes.css';
|
||||
|
||||
/* ########### UTILITIES ############ */
|
||||
@import './utilities/shadows.css';
|
||||
|
|
|
|||
|
|
@ -1,3 +1,36 @@
|
|||
.card-large-content {
|
||||
@apply bg-white max-w-screen-xl w-full rounded-3xl p-16;
|
||||
.card-large-content-container {
|
||||
@apply bg-gray py-16 flex flex-col items-center;
|
||||
&--has-illustration {
|
||||
@apply pt-48;
|
||||
}
|
||||
}
|
||||
.card-large-content {
|
||||
@apply bg-white max-w-screen-2xl w-full rounded-3xl p-16 relative;
|
||||
&--has-illustration {
|
||||
@apply pt-40;
|
||||
}
|
||||
&__top-illustration {
|
||||
@apply absolute top-0 left-1/2;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
&__links-container {
|
||||
@apply grid grid-cols-3 gap-12;
|
||||
}
|
||||
&__link {
|
||||
@apply text-2xl mt-8;
|
||||
|
||||
&__page_icon {
|
||||
max-width: 80px;
|
||||
}
|
||||
&__title {
|
||||
@apply text-xl font-bold mt-3;
|
||||
}
|
||||
&__excerpt {
|
||||
@apply text-lg pt-3;
|
||||
}
|
||||
|
||||
.cta {
|
||||
@apply mt-8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.cta {
|
||||
@apply rounded-full px-10 py-4 block w-fit my-2;
|
||||
@apply rounded-full px-8 py-4 block w-fit my-2 text-base font-bold;
|
||||
&--primary {
|
||||
@apply bg-primary text-white font-bold;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@
|
|||
&__subtitle {
|
||||
@apply text-black
|
||||
font-bold
|
||||
max-w-3xl mx-auto
|
||||
text-4xl;
|
||||
}
|
||||
|
||||
&__description {
|
||||
@apply text-lg pt-4 max-w-3xl mx-auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,185 @@
|
|||
<svg id="illustration-que-fait-homegrade-pour-vous" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="228.625" height="272.366" viewBox="0 0 228.625 272.366">
|
||||
<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_774" data-name="Rectangle 774" width="228.624" height="272.366" fill="none"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-2">
|
||||
<path id="Tracé_11399" data-name="Tracé 11399" d="M232.088,114.382l1.769,28.31,8.835-.98L260.741,119.3,253.3,103.522Z" transform="translate(-232.088 -103.522)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-4">
|
||||
<path id="Tracé_11413" data-name="Tracé 11413" d="M224.637,38.764v5.659l3.575,2.064V40.129a2.969,2.969,0,0,0-1.485-2.572,1.392,1.392,0,0,0-2.091,1.207" transform="translate(-224.637 -37.369)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-5">
|
||||
<path id="Tracé_11415" data-name="Tracé 11415" d="M216.345,34.069v5.613l3.576,2.065v-6.4a2.889,2.889,0,0,0-1.446-2.5,1.419,1.419,0,0,0-2.13,1.229" transform="translate(-216.345 -32.65)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-6">
|
||||
<path id="Tracé_11417" data-name="Tracé 11417" d="M220.251,51.487l3.588,2.072V49.442l-3.588-2.073Z" transform="translate(-220.251 -47.369)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-8">
|
||||
<path id="Tracé_11443" data-name="Tracé 11443" d="M99.378,75.086V79.2l5.782-3.391V71.694Z" transform="translate(-99.378 -71.694)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-9">
|
||||
<path id="Tracé_11445" data-name="Tracé 11445" d="M96.116,62.791l-.252,7.636,3.576-2.064.252-7.637Z" transform="translate(-95.864 -60.726)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-10">
|
||||
<path id="Tracé_11447" data-name="Tracé 11447" d="M104.464,58.043v8.073l3.576-2.064V55.979Z" transform="translate(-104.464 -55.979)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-12">
|
||||
<path id="Tracé_11471" data-name="Tracé 11471" d="M65.439,75.61l-1.115.643a2.582,2.582,0,0,0-1.292,2.236l0,2.631,3.588-2.073V76.294a.79.79,0,0,0-.788-.79.778.778,0,0,0-.4.106" transform="translate(-63.033 -75.504)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-path-13">
|
||||
<path id="Tracé_11473" data-name="Tracé 11473" d="M56.063,80.53l-.869.5a2.858,2.858,0,0,0-1.427,2.479l0,2.467,3.588-2.073V81.274a.858.858,0,0,0-1.289-.744" transform="translate(-53.764 -80.414)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="Groupe_3062" data-name="Groupe 3062">
|
||||
<g id="Groupe_3061" data-name="Groupe 3061" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_11382" data-name="Tracé 11382" d="M211.743,59.268a61.726,61.726,0,0,0-9.23,8.485,63.294,63.294,0,0,0-12.987,23.168q-2.632-3.181-5.309-6.685c-2.371-3.114-4.563-6.17-6.585-9.141l-10.616,4.423a68.943,68.943,0,0,0,8.552,17.3c3.977,5.793,6.679,9.612,11.208,10.224,4.308.583,8.314-2,10.411-3.357a22.914,22.914,0,0,0,6.3-6.081q4.129-19.167,8.256-38.336" transform="translate(-30.405 -10.79)" fill="#fff"/>
|
||||
<path id="Tracé_11383" data-name="Tracé 11383" d="M211.743,59.268a61.726,61.726,0,0,0-9.23,8.485,63.294,63.294,0,0,0-12.987,23.168q-2.632-3.181-5.309-6.685c-2.371-3.114-4.563-6.17-6.585-9.141l-10.616,4.423a68.943,68.943,0,0,0,8.552,17.3c3.977,5.793,6.679,9.612,11.208,10.224,4.308.583,8.314-2,10.411-3.357a22.914,22.914,0,0,0,6.3-6.081Q207.616,78.437,211.743,59.268Z" transform="translate(-30.405 -10.79)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11384" data-name="Tracé 11384" d="M167.764,78.269c-1.55-1.507-10.548-10.448-8.224-17.672.2-.622.918-2.855,2.433-3.17,1.967-.413,4.649,2.532,6.933,7.594a8.326,8.326,0,0,1,.59-1.99c.348-.794,1.35-2.742,1.989-2.728.787.017,1.778,3.017,2.786,15.256Z" transform="translate(-28.975 -10.448)" fill="#fff"/>
|
||||
<path id="Tracé_11385" data-name="Tracé 11385" d="M167.764,78.269c-1.55-1.507-10.548-10.448-8.224-17.672.2-.622.918-2.855,2.433-3.17,1.967-.413,4.649,2.532,6.933,7.594a8.326,8.326,0,0,1,.59-1.99c.348-.794,1.35-2.742,1.989-2.728.787.017,1.778,3.017,2.786,15.256Z" transform="translate(-28.975 -10.448)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11386" data-name="Tracé 11386" d="M220.528,241.953c-.958-9.993-1.915-30.552-2.873-40.547l-5.313-55.3,26.05,10.691c-2.226,25.251-4.453,61.064-6.679,86.316Z" transform="translate(-38.657 -26.599)" fill="#fff"/>
|
||||
<path id="Tracé_11387" data-name="Tracé 11387" d="M220.528,241.953c-.958-9.993-1.915-30.552-2.873-40.547l-5.313-55.3,26.05,10.691c-2.226,25.251-4.453,61.064-6.679,86.316Z" transform="translate(-38.657 -26.599)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11388" data-name="Tracé 11388" d="M247.549,249.8c-2.9-12.454-5.8-35.472-8.7-47.924q-3.653-22.433-7.3-44.872H258.7l-3.1,66.962c.285,12.052.572,14.6.857,26.649Z" transform="translate(-42.153 -28.583)" fill="#fff"/>
|
||||
<path id="Tracé_11389" data-name="Tracé 11389" d="M247.549,249.8c-2.9-12.454-5.8-35.472-8.7-47.924q-3.653-22.433-7.3-44.872H258.7l-3.1,66.962c.285,12.052.572,14.6.857,26.649Z" transform="translate(-42.153 -28.583)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11390" data-name="Tracé 11390" d="M221.016,43.553l-.4,9.837a25.917,25.917,0,0,0-6.855,7.278,26.213,26.213,0,0,0-3.058,7.05,29.69,29.69,0,0,0-.762,10.144c.244,6.579.16,32.315-.05,53.76a77.918,77.918,0,0,0,16.906,6.612,75.749,75.749,0,0,0,28.485,1.852q1.794-23.342,2.3-48.061a92.1,92.1,0,0,0-4.971-28.9c-1.082-3.078-2.735-6.957-6.391-9.437a13.446,13.446,0,0,0-7.485-2.243l-.81-9.93" transform="translate(-38.194 -7.558)" fill="#fff"/>
|
||||
<path id="Tracé_11391" data-name="Tracé 11391" d="M221.016,43.553l-.4,9.837a25.917,25.917,0,0,0-6.855,7.278,26.213,26.213,0,0,0-3.058,7.05,29.69,29.69,0,0,0-.762,10.144c.244,6.579.16,32.315-.05,53.76a77.918,77.918,0,0,0,16.906,6.612,75.749,75.749,0,0,0,28.485,1.852q1.794-23.342,2.3-48.061a92.1,92.1,0,0,0-4.971-28.9c-1.082-3.078-2.735-6.957-6.391-9.437a13.446,13.446,0,0,0-7.485-2.243l-.81-9.93" transform="translate(-38.194 -7.558)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line id="Ligne_1914" data-name="Ligne 1914" x1="0.901" y2="12.232" transform="translate(189.391 216.231)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line id="Ligne_1915" data-name="Ligne 1915" x1="0.901" y2="12.232" transform="translate(182.367 216.231)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line id="Ligne_1916" data-name="Ligne 1916" x2="0.029" y2="9.155" transform="translate(213.055 221.813)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line id="Ligne_1917" data-name="Ligne 1917" x2="0.029" y2="9.155" transform="translate(206.579 221.813)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11392" data-name="Tracé 11392" d="M261.169,281.61c-.231-3.295-.476-3.837-.959-4.2-1.138-.862-2.345.216-5.824.13-2.855-.07-3.461-.827-4.423-.2-1.4.907-.087,2.507-1.622,6.118-.6,1.407-1.557,2.95-1.45,5.3.007.146.007.231.024.355a6.232,6.232,0,0,0,4.7,5.037c1.786.351,3.3-.408,5.764-1.632a8.9,8.9,0,0,0,3.035-1.926c1.249-1.494,1.1-4.008.753-8.979" transform="translate(-44.945 -50.441)" fill="#fff"/>
|
||||
<path id="Tracé_11393" data-name="Tracé 11393" d="M261.169,281.61c-.231-3.295-.476-3.837-.959-4.2-1.138-.862-2.345.216-5.824.13-2.855-.07-3.461-.827-4.423-.2-1.4.907-.087,2.507-1.622,6.118-.6,1.407-1.557,2.95-1.45,5.3.007.146.007.231.024.355a6.232,6.232,0,0,0,4.7,5.037c1.786.351,3.3-.408,5.764-1.632a8.9,8.9,0,0,0,3.035-1.926C261.666,289.1,261.517,286.581,261.169,281.61Z" transform="translate(-44.945 -50.441)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11394" data-name="Tracé 11394" d="M232.73,74.232l3.989,31.571-6.371,6.9-6.424-14.2,4.14-26.965Z" transform="translate(-40.765 -13.023)" fill="#fff"/>
|
||||
<path id="Tracé_11395" data-name="Tracé 11395" d="M232.73,74.232l3.989,31.571-6.371,6.9-6.424-14.2,4.14-26.965Z" transform="translate(-40.765 -13.023)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11396" data-name="Tracé 11396" d="M228.617,69.926l4.666,2.694,1.806-4.213L230.9,62.686l-3.94,1.027Z" transform="translate(-41.318 -11.412)" fill="#fff"/>
|
||||
<path id="Tracé_11397" data-name="Tracé 11397" d="M228.617,69.926l4.666,2.694,1.806-4.213L230.9,62.686l-3.94,1.027Z" transform="translate(-41.318 -11.412)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3064" data-name="Groupe 3064" transform="translate(189.836 84.676)">
|
||||
<g id="Groupe_3063" data-name="Groupe 3063" clip-path="url(#clip-path-2)">
|
||||
<path id="Tracé_11398" data-name="Tracé 11398" d="M214.6,117.664l27.832,40.231,29.428-38.049L244.029,79.615Z" transform="translate(-228.904 -99.17)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3066" data-name="Groupe 3066">
|
||||
<g id="Groupe_3065" data-name="Groupe 3065" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_11400" data-name="Tracé 11400" d="M255.291,58.874c4.428,5.062,18.132,21.9,17.456,42.857-.144,4.43-.452,11.328-4.916,18.48a33.43,33.43,0,0,1-14.548,12.583l-6.291-5.309a38.961,38.961,0,0,0,4.521-48.364" transform="translate(-44.965 -10.718)" fill="#fff"/>
|
||||
<path id="Tracé_11401" data-name="Tracé 11401" d="M255.291,58.874c4.428,5.062,18.132,21.9,17.456,42.857-.144,4.43-.452,11.328-4.916,18.48a33.43,33.43,0,0,1-14.548,12.583l-6.291-5.309a38.961,38.961,0,0,0,4.521-48.364" transform="translate(-44.965 -10.718)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11402" data-name="Tracé 11402" d="M250.964,148.136a11.524,11.524,0,0,1-6.683,4.916c-4.765,1.126-10.055-1.434-10.027-3.146.013-.822,1.246-1.148,4.324-2.949a55.152,55.152,0,0,0,6.1-4.129l6.291,5.308" transform="translate(-42.646 -26.002)" fill="#fff"/>
|
||||
<path id="Tracé_11403" data-name="Tracé 11403" d="M250.964,148.136a11.524,11.524,0,0,1-6.683,4.916c-4.765,1.126-10.055-1.434-10.027-3.146.013-.822,1.246-1.148,4.324-2.949a55.152,55.152,0,0,0,6.1-4.129l6.291,5.308" transform="translate(-42.646 -26.002)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11404" data-name="Tracé 11404" d="M232.823,276.073l-1.3-3.563a1.113,1.113,0,0,0-1.424-.668,1.169,1.169,0,0,0-.131.056,23.251,23.251,0,0,1-11.893,2.522,17.067,17.067,0,0,0-7.6,8.295c-.535,1.314-1.708,4.2-.182,5.111,1.079.645,2.931-.034,9.585-2.718,8.935-3.608,13.7-5.657,13.562-7.377a3.052,3.052,0,0,0-.609-1.657" transform="translate(-38.145 -49.477)" fill="#fff"/>
|
||||
<path id="Tracé_11405" data-name="Tracé 11405" d="M232.823,276.073l-1.3-3.563a1.113,1.113,0,0,0-1.424-.668,1.169,1.169,0,0,0-.131.056,23.251,23.251,0,0,1-11.893,2.522,17.067,17.067,0,0,0-7.6,8.295c-.535,1.314-1.708,4.2-.182,5.111,1.079.645,2.931-.034,9.585-2.718,8.935-3.608,13.7-5.657,13.562-7.377A3.052,3.052,0,0,0,232.823,276.073Z" transform="translate(-38.145 -49.477)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11406" data-name="Tracé 11406" d="M210.594,45.718,231.009,57.51V34.079L220.8,15.409,210.6,22.293Z" transform="translate(-38.339 -2.805)" fill="#fff"/>
|
||||
<path id="Tracé_11407" data-name="Tracé 11407" d="M210.594,45.718,231.009,57.51V34.079L220.8,15.409,210.6,22.293Z" transform="translate(-38.339 -2.805)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11408" data-name="Tracé 11408" d="M235.553,59.036l20.414-11.787V23.825L235.553,35.611Z" transform="translate(-42.882 -4.337)" fill="#fff"/>
|
||||
<path id="Tracé_11409" data-name="Tracé 11409" d="M235.553,59.036l20.414-11.787V23.825L235.553,35.611Z" transform="translate(-42.882 -4.337)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11410" data-name="Tracé 11410" d="M253.7,19.669,243.487,1,223.074,12.786l10.208,18.67Z" transform="translate(-40.611 -0.182)" fill="#fff"/>
|
||||
<path id="Tracé_11411" data-name="Tracé 11411" d="M253.7,19.669,243.487,1,223.074,12.786l10.208,18.67Z" transform="translate(-40.611 -0.182)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3068" data-name="Groupe 3068" transform="translate(183.742 30.566)">
|
||||
<g id="Groupe_3067" data-name="Groupe 3067" clip-path="url(#clip-path-4)">
|
||||
<path id="Tracé_11412" data-name="Tracé 11412" d="M222.454,40.661l3.473,9.366,3.672-8.858L226.126,31.8Z" transform="translate(-224.24 -36.356)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3070" data-name="Groupe 3070" transform="translate(176.959 26.706)">
|
||||
<g id="Groupe_3069" data-name="Groupe 3069" clip-path="url(#clip-path-5)">
|
||||
<path id="Tracé_11414" data-name="Tracé 11414" d="M214.163,35.934l3.474,9.344,3.673-8.837L217.835,27.1Z" transform="translate(-215.948 -31.639)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3072" data-name="Groupe 3072" transform="translate(180.154 38.746)">
|
||||
<g id="Groupe_3071" data-name="Groupe 3071" clip-path="url(#clip-path-6)">
|
||||
<path id="Tracé_11416" data-name="Tracé 11416" d="M218.061,49.6l3.485,6.356,3.685-6.012-3.485-6.356Z" transform="translate(-219.852 -46.681)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3074" data-name="Groupe 3074">
|
||||
<g id="Groupe_3073" data-name="Groupe 3073" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_11418" data-name="Tracé 11418" d="M70.984,305.5l.029-9.869-6.477.509-.028,9.36Z" transform="translate(-11.744 -53.819)" fill="#fff"/>
|
||||
<path id="Tracé_11419" data-name="Tracé 11419" d="M70.984,305.5l.029-9.869-6.477.509-.028,9.36Z" transform="translate(-11.744 -53.819)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11420" data-name="Tracé 11420" d="M110.88,96.026c5.632,7.448,8.5,14.029,9.342,17.053a47.9,47.9,0,0,1,1.256,6.4c.095.815.161,1.593.2,2.332a32.258,32.258,0,0,0,8.251-.2,31.075,31.075,0,0,0,7.191-2.016,14.189,14.189,0,0,1,5.057-6.791c.2-.143,4.949-3.531,6.922-2.2a1.923,1.923,0,0,1,.8,1.269c.19,1.382-1.682,1.98-1.608,3.243.055.946,1.166,1.621,2.185,2.244a16.535,16.535,0,0,0,5.15,1.774c5.472,1.377,5.812,1.937,5.926,2.216.483,1.193-.934,2.936-2.4,3.827-1.06.645-2.474,1.042-8.454.538-2.6-.219-4.8-.5-6.507-.753a80.952,80.952,0,0,1-20.589,10.188c-3.072,1-4.026,1.1-4.941,1-10.6-1.064-15.526-27.233-16.37-31.94-2.674-2.311-3.583-5.645-2.426-8.079a5.672,5.672,0,0,1,3.146-2.752c2.572-.919,5.7.11,7.865,2.644" transform="translate(-18.091 -16.94)" fill="#fff"/>
|
||||
<path id="Tracé_11421" data-name="Tracé 11421" d="M110.88,96.026c5.632,7.448,8.5,14.029,9.342,17.053a47.9,47.9,0,0,1,1.256,6.4c.095.815.161,1.593.2,2.332a32.258,32.258,0,0,0,8.251-.2,31.075,31.075,0,0,0,7.191-2.016,14.189,14.189,0,0,1,5.057-6.791c.2-.143,4.949-3.531,6.922-2.2a1.923,1.923,0,0,1,.8,1.269c.19,1.382-1.682,1.98-1.608,3.243.055.946,1.166,1.621,2.185,2.244a16.535,16.535,0,0,0,5.15,1.774c5.472,1.377,5.812,1.937,5.926,2.216.483,1.193-.934,2.936-2.4,3.827-1.06.645-2.474,1.042-8.454.538-2.6-.219-4.8-.5-6.507-.753a80.952,80.952,0,0,1-20.589,10.188c-3.072,1-4.026,1.1-4.941,1-10.6-1.064-15.526-27.233-16.37-31.94-2.674-2.311-3.583-5.645-2.426-8.079a5.672,5.672,0,0,1,3.146-2.752C105.586,92.463,108.719,93.492,110.88,96.026Z" transform="translate(-18.091 -16.94)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11422" data-name="Tracé 11422" d="M98.694,267.275c.958-9.993,1.915-30.552,2.873-40.547l5.314-55.3L80.832,182.124c2.226,25.252,4.453,61.064,6.679,86.316Z" transform="translate(-14.715 -31.209)" fill="#fff"/>
|
||||
<path id="Tracé_11423" data-name="Tracé 11423" d="M98.694,267.275c.958-9.993,1.915-30.552,2.873-40.547l5.314-55.3L80.832,182.124c2.226,25.252,4.453,61.064,6.679,86.316Z" transform="translate(-14.715 -31.209)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11424" data-name="Tracé 11424" d="M71.427,275.123c2.9-12.454,5.8-35.47,8.7-47.924q3.653-22.433,7.3-44.873H60.277l3.1,66.962c-.285,12.053-.572,14.6-.858,26.649Z" transform="translate(-10.973 -33.193)" fill="#fff"/>
|
||||
<path id="Tracé_11425" data-name="Tracé 11425" d="M71.427,275.123c2.9-12.454,5.8-35.47,8.7-47.924q3.653-22.433,7.3-44.873H60.277l3.1,66.962c-.285,12.053-.572,14.6-.858,26.649Z" transform="translate(-10.973 -33.193)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11426" data-name="Tracé 11426" d="M93.368,68.874l.4,9.836a25.87,25.87,0,0,1,6.855,7.277,26.17,26.17,0,0,1,3.058,7.051,29.635,29.635,0,0,1,.764,10.145c-.244,6.58-.16,32.316.051,53.761a77.9,77.9,0,0,1-16.905,6.612,75.749,75.749,0,0,1-28.485,1.852q-1.794-23.342-2.3-48.061a92.134,92.134,0,0,1,4.972-28.9c1.082-3.078,2.734-6.959,6.392-9.437a13.442,13.442,0,0,1,7.484-2.244l.81-9.929" transform="translate(-10.341 -12.167)" fill="#fff"/>
|
||||
<path id="Tracé_11427" data-name="Tracé 11427" d="M93.368,68.874l.4,9.836a25.87,25.87,0,0,1,6.855,7.277,26.17,26.17,0,0,1,3.058,7.051,29.635,29.635,0,0,1,.764,10.145c-.244,6.58-.16,32.316.051,53.761a77.9,77.9,0,0,1-16.905,6.612,75.749,75.749,0,0,1-28.485,1.852q-1.794-23.342-2.3-48.061a92.134,92.134,0,0,1,4.972-28.9c1.082-3.078,2.734-6.959,6.392-9.437a13.442,13.442,0,0,1,7.484-2.244l.81-9.929" transform="translate(-10.341 -12.167)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11428" data-name="Tracé 11428" d="M62.7,91.19a53.22,53.22,0,0,0-2.381,5.938,58.939,58.939,0,0,0-2.428,11.066,113.662,113.662,0,0,0-1.094,15.187c-.013,22.3,5.9,23.656,6.317,41.748.056,2.409.074,7.84,3.656,11.1,1.669,1.521,4.944,3.333,6.651,2.195a2.988,2.988,0,0,0,1.063-1.734c.766-2.523,1.664-2.928,2.328-3.39,1.638-1.139-1.351-6.367-1.4-6.449-1.592-2.862-3.373-20.211-3.938-37.811q-.384-6.752-.5-13.96-.072-4.711-.018-9.23" transform="translate(-10.34 -16.601)" fill="#fff"/>
|
||||
<path id="Tracé_11429" data-name="Tracé 11429" d="M62.7,91.19a53.22,53.22,0,0,0-2.381,5.938,58.939,58.939,0,0,0-2.428,11.066,113.662,113.662,0,0,0-1.094,15.187c-.013,22.3,5.9,23.656,6.317,41.748.056,2.409.074,7.84,3.656,11.1,1.669,1.521,4.944,3.333,6.651,2.195a2.988,2.988,0,0,0,1.063-1.734c.766-2.523,1.664-2.928,2.328-3.39,1.638-1.139-1.351-6.367-1.4-6.449-1.592-2.862-3.373-20.211-3.938-37.811q-.384-6.752-.5-13.96-.072-4.711-.018-9.23" transform="translate(-10.34 -16.601)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11430" data-name="Tracé 11430" d="M93.275,300.911l-.9-11.105,6.957-1.013.068.725.9,12.232Z" transform="translate(-16.817 -52.575)" fill="#fff"/>
|
||||
<path id="Tracé_11431" data-name="Tracé 11431" d="M93.275,300.911l-.9-11.105,6.957-1.013.068.725.9,12.232Z" transform="translate(-16.817 -52.575)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line id="Ligne_1918" data-name="Ligne 1918" y1="1.855" x2="9.547" transform="translate(53.47 144.508)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11432" data-name="Tracé 11432" d="M61.7,306.746a4.825,4.825,0,0,1,2.408-2.422c1.74-.823,4.362-1.688,6.189-.556.532.329.846.735,2.882,5.629,1.657,3.984,1.763,4.468,1.669,5.185a6.231,6.231,0,0,1-4.7,5.037c-1.786.351-3.3-.407-5.764-1.631a9.861,9.861,0,0,1-3.034-1.926c-2.163-2.415-.662-6.956.352-9.316" transform="translate(-10.967 -55.202)" fill="#fff"/>
|
||||
<path id="Tracé_11433" data-name="Tracé 11433" d="M61.7,306.746a4.825,4.825,0,0,1,2.408-2.422c1.74-.823,4.362-1.688,6.189-.556.532.329.846.735,2.882,5.629,1.657,3.984,1.763,4.468,1.669,5.185a6.231,6.231,0,0,1-4.7,5.037c-1.786.351-3.3-.407-5.764-1.631a9.861,9.861,0,0,1-3.034-1.926C59.185,313.648,60.686,309.106,61.7,306.746Z" transform="translate(-10.967 -55.202)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11434" data-name="Tracé 11434" d="M101.63,300.328c2.783,1.763,6.056,4.486,7.6,8.294.534,1.314,1.708,4.2.182,5.111-1.079.645-2.93-.034-9.58-2.719-8.935-3.606-13.7-5.656-13.562-7.377a2.725,2.725,0,0,1,1.51-2.4H87.8c1.453-.552,3.9.888,6.036,1.206,0,0,1.1.163,7.8-2.112Z" transform="translate(-15.705 -54.675)" fill="#fff"/>
|
||||
<path id="Tracé_11435" data-name="Tracé 11435" d="M101.63,300.328c2.783,1.763,6.056,4.486,7.6,8.294.534,1.314,1.708,4.2.182,5.111-1.079.645-2.93-.034-9.58-2.719-8.935-3.606-13.7-5.656-13.562-7.377a2.725,2.725,0,0,1,1.51-2.4H87.8c1.453-.552,3.9.888,6.036,1.206,0,0,1.1.163,7.8-2.112Z" transform="translate(-15.705 -54.675)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<line id="Ligne_1919" data-name="Ligne 1919" x2="4.134" y2="7.283" transform="translate(119.034 102.652)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11436" data-name="Tracé 11436" d="M109.881,71.041,89.467,82.825V59.4l10.208-18.67,10.207,6.884Z" transform="translate(-16.287 -7.415)" fill="#fff"/>
|
||||
<path id="Tracé_11437" data-name="Tracé 11437" d="M109.881,71.041,89.467,82.825V59.4l10.208-18.67,10.207,6.884Z" transform="translate(-16.287 -7.415)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11438" data-name="Tracé 11438" d="M84.923,84.359,64.508,72.573V49.147L84.923,60.933Z" transform="translate(-11.744 -8.947)" fill="#fff"/>
|
||||
<path id="Tracé_11439" data-name="Tracé 11439" d="M84.923,84.359,64.508,72.573V49.147L84.923,60.933Z" transform="translate(-11.744 -8.947)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11440" data-name="Tracé 11440" d="M64.508,44.992l10.208-18.67L95.131,38.108,84.924,56.777Z" transform="translate(-11.744 -4.792)" fill="#fff"/>
|
||||
<path id="Tracé_11441" data-name="Tracé 11441" d="M64.508,44.992l10.208-18.67L95.131,38.108,84.924,56.777Z" transform="translate(-11.744 -4.792)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3076" data-name="Groupe 3076" transform="translate(81.286 58.642)">
|
||||
<g id="Groupe_3075" data-name="Groupe 3075" clip-path="url(#clip-path-8)">
|
||||
<path id="Tracé_11442" data-name="Tracé 11442" d="M95.849,74.4l5.616,7.712,5.938-7.294-5.616-7.712Z" transform="translate(-98.736 -70.86)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3078" data-name="Groupe 3078" transform="translate(78.412 49.671)">
|
||||
<g id="Groupe_3077" data-name="Groupe 3077" clip-path="url(#clip-path-9)">
|
||||
<path id="Tracé_11444" data-name="Tracé 11444" d="M93.528,64.228l3.718,9.964,3.932-9.424L97.459,54.8Z" transform="translate(-95.439 -59.648)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3080" data-name="Groupe 3080" transform="translate(85.446 45.788)">
|
||||
<g id="Groupe_3079" data-name="Groupe 3079" clip-path="url(#clip-path-10)">
|
||||
<path id="Tracé_11446" data-name="Tracé 11446" d="M102.282,59.639l3.474,10.412,3.673-9.847-3.474-10.412Z" transform="translate(-104.067 -54.853)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3082" data-name="Groupe 3082">
|
||||
<g id="Groupe_3081" data-name="Groupe 3081" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_11448" data-name="Tracé 11448" d="M59.043,286.145l-.181-42.7,3.359-55.605-24.064,10.43,4.23,89.553Z" transform="translate(-6.947 -34.197)" fill="#fff"/>
|
||||
<path id="Tracé_11449" data-name="Tracé 11449" d="M59.043,286.145l-.181-42.7,3.359-55.605-24.064,10.43,4.23,89.553Z" transform="translate(-6.947 -34.197)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11450" data-name="Tracé 11450" d="M33.367,289.184l5.476-42.347,2.123-57.093L16.8,198.105l1.133,91.944Z" transform="translate(-3.059 -34.543)" fill="#fff"/>
|
||||
<path id="Tracé_11451" data-name="Tracé 11451" d="M33.367,289.184l5.476-42.347,2.123-57.093L16.8,198.105l1.133,91.944Z" transform="translate(-3.059 -34.543)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11452" data-name="Tracé 11452" d="M23.7,318.188l-.386-6.124,6.975-.164.316,5.4Z" transform="translate(-4.245 -56.781)" fill="#fff"/>
|
||||
<path id="Tracé_11453" data-name="Tracé 11453" d="M23.7,318.188l-.386-6.124,6.975-.164.316,5.4Z" transform="translate(-4.245 -56.781)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11454" data-name="Tracé 11454" d="M50.692,84.966l.4,9.836a29.554,29.554,0,0,1,4.2,9.122,33.977,33.977,0,0,1,.983,6.881,116.791,116.791,0,0,1,.393,14.155c-.463,12.855,1.877,15.97,1.973,32.044a169.743,169.743,0,0,1-.793,17.3,65.209,65.209,0,0,1-12.933,5.34A66.806,66.806,0,0,1,16.426,181.5q-1.793-23.343-2.3-48.062a92.1,92.1,0,0,1,4.972-28.9c1.083-3.079,2.735-6.959,6.392-9.438a13.435,13.435,0,0,1,7.484-2.243l.815-9.931" transform="translate(-2.571 -15.096)" fill="#fff"/>
|
||||
<path id="Tracé_11455" data-name="Tracé 11455" d="M50.692,84.966l.4,9.836a29.554,29.554,0,0,1,4.2,9.122,33.977,33.977,0,0,1,.983,6.881,116.791,116.791,0,0,1,.393,14.155c-.463,12.855,1.877,15.97,1.973,32.044a169.743,169.743,0,0,1-.793,17.3,65.209,65.209,0,0,1-12.933,5.34A66.806,66.806,0,0,1,16.426,181.5q-1.793-23.343-2.3-48.062a92.1,92.1,0,0,1,4.972-28.9c1.083-3.079,2.735-6.959,6.392-9.438a13.435,13.435,0,0,1,7.484-2.243l.815-9.931" transform="translate(-2.571 -15.096)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11456" data-name="Tracé 11456" d="M56.722,308.66l-7.024.775.451,4.776,7.024-.474Z" transform="translate(-9.048 -56.191)" fill="#fff"/>
|
||||
<path id="Tracé_11457" data-name="Tracé 11457" d="M56.722,308.66l-7.024.775.451,4.776,7.024-.474Z" transform="translate(-9.048 -56.191)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11458" data-name="Tracé 11458" d="M21.117,99.835a63.581,63.581,0,0,0-4.6,5.186c-1.612,2.031-5.007,6.562-9.13,15.6,0,0-8.537,18.7-5.873,27.01.123.38.263.755.263.755a17.009,17.009,0,0,0,2.15,3.913l14.8,11.182c.02,1.5,0,3.607-.186,6.128-.343,4.617-.9,5.946-.067,6.706,1.462,1.334,5.964-.227,8.425-3.176,3.186-3.821,2.04-8.894,1.858-9.658-1.646-2.58-3.089-4.6-4.087-5.943-2.783-3.755-4.293-4.895-6.128-7.8a30.712,30.712,0,0,1-3.339-7.3c1.325-2,2.657-4.166,3.956-6.5a98.236,98.236,0,0,0,6.34-13.822" transform="translate(-0.182 -18.175)" fill="#fff"/>
|
||||
<path id="Tracé_11459" data-name="Tracé 11459" d="M21.117,99.835a63.581,63.581,0,0,0-4.6,5.186c-1.612,2.031-5.007,6.562-9.13,15.6,0,0-8.537,18.7-5.873,27.01.123.38.263.755.263.755a17.009,17.009,0,0,0,2.15,3.913l14.8,11.182c.02,1.5,0,3.607-.186,6.128-.343,4.617-.9,5.946-.067,6.706,1.462,1.334,5.964-.227,8.425-3.176,3.186-3.821,2.04-8.894,1.858-9.658-1.646-2.58-3.089-4.6-4.087-5.943-2.783-3.755-4.293-4.895-6.128-7.8a30.712,30.712,0,0,1-3.339-7.3c1.325-2,2.657-4.166,3.956-6.5a98.236,98.236,0,0,0,6.34-13.822" transform="translate(-0.182 -18.175)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11460" data-name="Tracé 11460" d="M58.21,312.117a.928.928,0,0,1,.95.435,13.081,13.081,0,0,0,4.69,4.486c2.406,1.3,3.88.933,5.49,2.6,1.435,1.482,2.611,4.194,1.78,5.63-.887,1.53-4.645,1.121-11.471-.191-12.215-2.447-19.69-1.96-15.8-8.147.025,0,.573-1.9.889-2.978a.944.944,0,0,1,.918-.714,58.043,58.043,0,0,0,12.564-1.121Z" transform="translate(-7.794 -56.818)" fill="#fff"/>
|
||||
<path id="Tracé_11461" data-name="Tracé 11461" d="M58.21,312.117a.928.928,0,0,1,.95.435,13.081,13.081,0,0,0,4.69,4.486c2.406,1.3,3.88.933,5.49,2.6,1.435,1.482,2.611,4.194,1.78,5.63-.887,1.53-4.645,1.121-11.471-.191-12.215-2.447-19.69-1.96-15.8-8.147.025,0,.573-1.9.889-2.978a.944.944,0,0,1,.918-.714,58.043,58.043,0,0,0,12.564-1.121Z" transform="translate(-7.794 -56.818)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11462" data-name="Tracé 11462" d="M31.037,316.306a.924.924,0,0,1,1,.306,13.1,13.1,0,0,0,5.26,3.8c2.562.959,3.972.39,5.794,1.818,1.624,1.271,3.161,3.8,2.536,5.332-.669,1.642-4.448,1.749-11.39,1.383-12.439-.753-19.771.759-16.776-5.9.025-.006.306-1.958.472-3.072a.944.944,0,0,1,.815-.831,58.173,58.173,0,0,0,12.291-2.835Z" transform="translate(-3.057 -57.576)" fill="#fff"/>
|
||||
<path id="Tracé_11463" data-name="Tracé 11463" d="M31.037,316.306a.924.924,0,0,1,1,.306,13.1,13.1,0,0,0,5.26,3.8c2.562.959,3.972.39,5.794,1.818,1.624,1.271,3.161,3.8,2.536,5.332-.669,1.642-4.448,1.749-11.39,1.383-12.439-.753-19.771.759-16.776-5.9.025-.006.306-1.958.472-3.072a.944.944,0,0,1,.815-.831,58.173,58.173,0,0,0,12.291-2.835Z" transform="translate(-3.057 -57.576)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11464" data-name="Tracé 11464" d="M67.207,87.134,46.793,98.92V75.495L57,56.825l10.206,6.881Z" transform="translate(-8.519 -10.345)" fill="#fff"/>
|
||||
<path id="Tracé_11465" data-name="Tracé 11465" d="M67.207,87.134,46.793,98.92V75.495L57,56.825l10.206,6.881Z" transform="translate(-8.519 -10.345)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11466" data-name="Tracé 11466" d="M42.247,100.451,21.832,88.665V65.239L42.247,77.026Z" transform="translate(-3.975 -11.877)" fill="#fff"/>
|
||||
<path id="Tracé_11467" data-name="Tracé 11467" d="M42.247,100.451,21.832,88.665V65.239L42.247,77.026Z" transform="translate(-3.975 -11.877)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
<path id="Tracé_11468" data-name="Tracé 11468" d="M21.832,61.084l10.206-18.67L52.459,54.2,42.251,72.87Z" transform="translate(-3.975 -7.721)" fill="#fff"/>
|
||||
<path id="Tracé_11469" data-name="Tracé 11469" d="M21.832,61.084l10.206-18.67L52.459,54.2,42.251,72.87Z" transform="translate(-3.975 -7.721)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3084" data-name="Groupe 3084" transform="translate(51.558 61.758)">
|
||||
<g id="Groupe_3083" data-name="Groupe 3083" clip-path="url(#clip-path-12)">
|
||||
<path id="Tracé_11470" data-name="Tracé 11470" d="M60.842,77.531,64.329,83.3l3.687-5.456-3.487-5.769Z" transform="translate(-62.634 -74.88)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3086" data-name="Groupe 3086" transform="translate(43.976 65.775)">
|
||||
<g id="Groupe_3085" data-name="Groupe 3085" clip-path="url(#clip-path-13)">
|
||||
<path id="Tracé_11472" data-name="Tracé 11472" d="M51.574,82.423l3.486,5.714,3.686-5.4-3.486-5.714Z" transform="translate(-53.365 -79.796)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(#linear-gradient)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Groupe_3088" data-name="Groupe 3088">
|
||||
<g id="Groupe_3087" data-name="Groupe 3087" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_11474" data-name="Tracé 11474" d="M5,134.928a103.875,103.875,0,0,0,9.9,4.806c1.808.763,3.569,1.445,5.281,2.06" transform="translate(-0.91 -24.564)" fill="#fff"/>
|
||||
<path id="Tracé_11475" data-name="Tracé 11475" d="M5,134.928a103.875,103.875,0,0,0,9.9,4.806c1.808.763,3.569,1.445,5.281,2.06" transform="translate(-0.91 -24.564)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 33 KiB |
56
resources/img/pictogrammes/pictogramme-FAQ.svg
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<svg id="pictogramme-FAQ" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69.617" height="70.196" viewBox="0 0 69.617 70.196">
|
||||
<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_610" data-name="Rectangle 610" width="69.617" height="70.196" fill="none" stroke="#000" stroke-width="1"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path id="Tracé_5653" data-name="Tracé 5653" d="M0,55.538,34.918,75.7l34.7-20.033L34.7,35.5Z" transform="translate(0 -5.501)" fill="url(#linear-gradient)"/>
|
||||
<path id="Tracé_5654" data-name="Tracé 5654" d="M60.105,50.693,41.192,40.125V18.071L60.105,28.99Z" transform="translate(-6.383 -2.8)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5655" data-name="Tracé 5655" d="M60.105,50.693,41.192,40.125V18.071L60.105,28.99Z" transform="translate(-6.383 -2.8)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5656" data-name="Tracé 5656" d="M37.724,38.6,18.81,49.524v-21.7l9.457-17.3L37.724,16.9Z" transform="translate(-2.915 -1.63)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5657" data-name="Tracé 5657" d="M37.724,38.6,18.81,49.524v-21.7l9.457-17.3L37.724,16.9Z" transform="translate(-2.915 -1.63)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<g id="Groupe_1961" data-name="Groupe 1961">
|
||||
<g id="Groupe_1960" data-name="Groupe 1960" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_5658" data-name="Tracé 5658" d="M51.974,30.2,36.331,21.165V4a3.443,3.443,0,0,1,1.241-2.708c.076-.061.157-.12.243-.177a3.7,3.7,0,0,1,2-.613,2.891,2.891,0,0,1,1.565.435L55.622,9.685a.061.061,0,0,1-.047.112,3.024,3.024,0,0,0-2.32.226,2.553,2.553,0,0,0-1.281,2.213V30.2" transform="translate(-5.63 -0.077)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5659" data-name="Tracé 5659" d="M51.974,30.2,36.331,21.165V4a3.443,3.443,0,0,1,1.241-2.708c.076-.061.157-.12.243-.177a3.7,3.7,0,0,1,2-.613,2.891,2.891,0,0,1,1.565.435L55.622,9.685a.061.061,0,0,1-.047.112,3.024,3.024,0,0,0-2.32.226,2.553,2.553,0,0,0-1.281,2.213Z" transform="translate(-5.63 -0.077)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1450" data-name="Ligne 1450" x2="10.415" y2="6.378" transform="translate(34.007 2.557)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1451" data-name="Ligne 1451" x2="10.989" y2="6.345" transform="translate(33.028 6.445)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1452" data-name="Ligne 1452" x2="10.989" y2="6.345" transform="translate(33.028 10.729)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1453" data-name="Ligne 1453" x2="10.989" y2="6.345" transform="translate(33.028 15.658)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5660" data-name="Tracé 5660" d="M57.523,46.156l-15.754-9.1V11.95l15.754,9.1Z" transform="translate(-6.473 -1.851)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5661" data-name="Tracé 5661" d="M57.523,46.156l-15.754-9.1V11.95l15.754,9.1Z" transform="translate(-6.473 -1.851)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1454" data-name="Ligne 1454" x2="11.067" y2="6.389" transform="translate(37.64 16.96)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<line id="Ligne_1455" data-name="Ligne 1455" x2="11.067" y2="6.389" transform="translate(37.64 16.96)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1456" data-name="Ligne 1456" x2="11.067" y2="6.389" transform="translate(37.64 21.984)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<line id="Ligne_1457" data-name="Ligne 1457" x2="11.067" y2="6.389" transform="translate(37.64 21.984)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1458" data-name="Ligne 1458" x2="11.067" y2="6.389" transform="translate(37.64 27.092)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<line id="Ligne_1459" data-name="Ligne 1459" x2="11.067" y2="6.389" transform="translate(37.64 27.092)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1460" data-name="Ligne 1460" x2="5.533" y2="3.195" transform="translate(37.64 31.372)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<line id="Ligne_1461" data-name="Ligne 1461" x2="5.533" y2="3.195" transform="translate(37.64 31.372)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5662" data-name="Tracé 5662" d="M28.634,41.709h0l4.655.57.493-3.265c2.536-3.084,4.24-8.352,4.133-13.6a16.91,16.91,0,0,0-1.158-6.12l.474-3.143-3.992-.712c-.126-.023-.249-.052-.374-.08a4.18,4.18,0,0,0-2.571.274c-4.062,1.705-7.238,8.849-7.092,15.955.118,5.782,2.4,9.757,5.432,10.121" transform="translate(-3.595 -2.365)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5663" data-name="Tracé 5663" d="M28.634,41.709h0l4.655.57.493-3.265c2.536-3.084,4.24-8.352,4.133-13.6a16.91,16.91,0,0,0-1.158-6.12l.474-3.143-3.992-.712c-.126-.023-.249-.052-.374-.08a4.18,4.18,0,0,0-2.571.274c-4.062,1.705-7.238,8.849-7.092,15.955C23.32,37.369,25.6,41.344,28.634,41.709Z" transform="translate(-3.595 -2.365)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5664" data-name="Tracé 5664" d="M27.573,32.27c-.145-7.107,3.029-14.25,7.092-15.955s7.474,2.674,7.62,9.78-3.029,14.25-7.092,15.955-7.474-2.673-7.62-9.78" transform="translate(-4.272 -2.471)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5665" data-name="Tracé 5665" d="M27.573,32.27c-.145-7.107,3.029-14.25,7.092-15.955s7.474,2.674,7.62,9.78-3.029,14.25-7.092,15.955S27.718,39.376,27.573,32.27Z" transform="translate(-4.272 -2.471)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5666" data-name="Tracé 5666" d="M29.111,32.153c-.12-5.851,2.495-11.732,5.839-13.135s6.154,2.2,6.274,8.051S38.729,38.8,35.385,40.2s-6.154-2.2-6.274-8.051" transform="translate(-4.511 -2.9)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5667" data-name="Tracé 5667" d="M29.111,32.153c-.12-5.851,2.495-11.732,5.839-13.135s6.154,2.2,6.274,8.051S38.729,38.8,35.385,40.2,29.231,38,29.111,32.153Z" transform="translate(-4.511 -2.9)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5668" data-name="Tracé 5668" d="M28.361,16.813q.463.78.92,1.59l0,.005a1.31,1.31,0,0,1,.066,1.156,4.363,4.363,0,0,1-1.394,1.789.616.616,0,0,1-.89-.172l-1.888-3.031Z" transform="translate(-3.902 -2.605)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5669" data-name="Tracé 5669" d="M28.361,16.813q.463.78.92,1.59l0,.005a1.31,1.31,0,0,1,.066,1.156,4.363,4.363,0,0,1-1.394,1.789.616.616,0,0,1-.89-.172l-1.888-3.031Z" transform="translate(-3.902 -2.605)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5670" data-name="Tracé 5670" d="M27.3,13.67a3.114,3.114,0,0,1-1.524,2.069,3.065,3.065,0,0,1-2.263.221L16.366,4.236a3.461,3.461,0,0,0,2.342-.166A3.546,3.546,0,0,0,20.57,1.878L27.3,13.67" transform="translate(-2.536 -0.291)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5671" data-name="Tracé 5671" d="M27.3,13.67a3.114,3.114,0,0,1-1.524,2.069,3.065,3.065,0,0,1-2.263.221L16.366,4.236a3.461,3.461,0,0,0,2.342-.166A3.546,3.546,0,0,0,20.57,1.878Z" transform="translate(-2.536 -0.291)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5672" data-name="Tracé 5672" d="M16.31,4.114c.295.706,1.475.725,2.633.045s1.859-1.8,1.562-2.511S19.03.923,17.871,1.6s-1.857,1.8-1.562,2.511" transform="translate(-2.517 -0.171)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5673" data-name="Tracé 5673" d="M16.31,4.114c.295.706,1.475.725,2.633.045s1.859-1.8,1.562-2.511S19.03.923,17.871,1.6,16.014,3.409,16.31,4.114Z" transform="translate(-2.517 -0.171)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5674" data-name="Tracé 5674" d="M31.968,26.37a14.4,14.4,0,0,0-.652,1.772" transform="translate(-4.853 -4.086)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5675" data-name="Tracé 5675" d="M31.968,26.37a14.4,14.4,0,0,0-.652,1.772" transform="translate(-4.853 -4.086)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5676" data-name="Tracé 5676" d="M40.439,30.36c.925-5.263-1.162-9.135-3.123-9.43-1.048-.157-2.383.658-3.551,2.177" transform="translate(-5.232 -3.24)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5677" data-name="Tracé 5677" d="M40.439,30.36c.925-5.263-1.162-9.135-3.123-9.43-1.048-.157-2.383.658-3.551,2.177" transform="translate(-5.232 -3.24)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5678" data-name="Tracé 5678" d="M37.724,64,18.81,53.084v-21.7L37.724,42.3Z" transform="translate(-2.915 -4.863)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5679" data-name="Tracé 5679" d="M37.724,64,18.81,53.084v-21.7L37.724,42.3Z" transform="translate(-2.915 -4.863)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5680" data-name="Tracé 5680" d="M60.105,51.915,41.192,62.834v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-6.383 -3.693)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5681" data-name="Tracé 5681" d="M60.105,51.915,41.192,62.834v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-6.383 -3.693)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
37
resources/img/pictogrammes/pictogramme-contact.svg
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
<svg id="pictogramme-contact" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69.644" height="82.846" viewBox="0 0 69.644 82.846">
|
||||
<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_611" data-name="Rectangle 611" width="69.644" height="82.846" fill="none" stroke="#000" stroke-width="1"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path id="Tracé_5682" data-name="Tracé 5682" d="M0,70.478,34.931,90.645,69.644,70.6,34.713,50.436Z" transform="translate(0 -7.799)" fill="url(#linear-gradient)"/>
|
||||
<path id="Tracé_5683" data-name="Tracé 5683" d="M60.112,65.638,41.192,55.065V33L60.112,43.927Z" transform="translate(-6.37 -5.104)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5684" data-name="Tracé 5684" d="M60.112,65.638,41.192,55.065V33L60.112,43.927Z" transform="translate(-6.37 -5.104)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5685" data-name="Tracé 5685" d="M37.731,53.547,18.81,64.471V42.76l9.46-17.3,9.46,6.38Z" transform="translate(-2.909 -3.936)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5686" data-name="Tracé 5686" d="M37.731,53.547,18.81,64.471V42.76l9.46-17.3,9.46,6.38Z" transform="translate(-2.909 -3.936)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<g id="Groupe_1963" data-name="Groupe 1963">
|
||||
<g id="Groupe_1962" data-name="Groupe 1962" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_5687" data-name="Tracé 5687" d="M32.159,43.815l.314-.775,15.164-6.356a2.026,2.026,0,0,0,.935-2.126L45.183,11.613l.26-1.28L43.526,9.058l.987.659c-.252-.189-1.549-.9-1.862-.766L27.018,15.5a2.024,2.024,0,0,0-.934,2.126L29.6,41.439a1.421,1.421,0,0,0,.721,1.138Z" transform="translate(-4.03 -1.381)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5688" data-name="Tracé 5688" d="M32.159,43.815l.314-.775,15.164-6.356a2.026,2.026,0,0,0,.935-2.126L45.183,11.613l.26-1.28L43.526,9.058l.987.659c-.252-.189-1.549-.9-1.862-.766L27.018,15.5a2.024,2.024,0,0,0-.934,2.126L29.6,41.439a1.421,1.421,0,0,0,.721,1.138Z" transform="translate(-4.03 -1.381)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5689" data-name="Tracé 5689" d="M29.329,17.032l15.633-6.553c.649-.272,1.284.238,1.417,1.14L49.9,35.428a2.026,2.026,0,0,1-.935,2.126L33.327,44.107c-.649.272-1.284-.238-1.417-1.14L28.395,19.158a2.026,2.026,0,0,1,.935-2.126" transform="translate(-4.387 -1.609)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5690" data-name="Tracé 5690" d="M29.329,17.032l15.633-6.553c.649-.272,1.284.238,1.417,1.14L49.9,35.428a2.026,2.026,0,0,1-.935,2.126L33.327,44.107c-.649.272-1.284-.238-1.417-1.14L28.395,19.158A2.026,2.026,0,0,1,29.329,17.032Z" transform="translate(-4.387 -1.609)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5691" data-name="Tracé 5691" d="M29.329,17.032l15.633-6.553c.649-.272,1.284.238,1.417,1.14L49.9,35.428a2.026,2.026,0,0,1-.935,2.126L33.327,44.107c-.649.272-1.284-.238-1.417-1.14L28.395,19.158a2.026,2.026,0,0,1,.935-2.126" transform="translate(-4.387 -1.609)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5692" data-name="Tracé 5692" d="M29.329,17.032l15.633-6.553c.649-.272,1.284.238,1.417,1.14L49.9,35.428a2.026,2.026,0,0,1-.935,2.126L33.327,44.107c-.649.272-1.284-.238-1.417-1.14L28.395,19.158A2.026,2.026,0,0,1,29.329,17.032Z" transform="translate(-4.387 -1.609)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5693" data-name="Tracé 5693" d="M45.188,14.884l3.144,21.293-14.288,5.99L30.9,20.873Z" transform="translate(-4.779 -2.301)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5694" data-name="Tracé 5694" d="M45.188,14.884l3.144,21.293-14.288,5.99L30.9,20.873Z" transform="translate(-4.779 -2.301)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5695" data-name="Tracé 5695" d="M38.364,16.371a.988.988,0,0,1,.522-1.024.539.539,0,0,1,.746.492.988.988,0,0,1-.522,1.024.539.539,0,0,1-.746-.492" transform="translate(-5.931 -2.366)" fill="#1d1d1b" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5696" data-name="Tracé 5696" d="M37.731,78.948,18.81,68.025V46.313L37.731,57.237Z" transform="translate(-2.909 -7.162)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5697" data-name="Tracé 5697" d="M37.731,78.948,18.81,68.025V46.313L37.731,57.237Z" transform="translate(-2.909 -7.162)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5698" data-name="Tracé 5698" d="M60.112,66.858,41.192,77.781V56.07l9.46-17.3,9.46,6.38Z" transform="translate(-6.37 -5.995)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5699" data-name="Tracé 5699" d="M60.112,66.858,41.192,77.781V56.07l9.46-17.3,9.46,6.38Z" transform="translate(-6.37 -5.995)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5700" data-name="Tracé 5700" d="M48.515,4.744A2.879,2.879,0,0,1,52.1,6.984" transform="translate(-7.503 -0.718)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5701" data-name="Tracé 5701" d="M45.37.778a8.559,8.559,0,0,1,6.615.967A8.566,8.566,0,0,1,55.77,7.27" transform="translate(-7.016 -0.077)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5702" data-name="Tracé 5702" d="M20.6,17.235a2.879,2.879,0,0,1,2.239-3.588" transform="translate(-3.171 -2.11)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5703" data-name="Tracé 5703" d="M16.634,19.133a8.345,8.345,0,0,1,6.491-10.4" transform="translate(-2.529 -1.35)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.3 KiB |
28
resources/img/pictogrammes/pictogramme-outils.svg
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69.617" height="66.446" viewBox="0 0 69.617 66.446">
|
||||
<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>
|
||||
</defs>
|
||||
<g id="pictogramme-outils" transform="translate(0 0.5)">
|
||||
<path id="Tracé_230" data-name="Tracé 230" d="M1802.9,829.18l-34.917-20.16,34.7-20.034,34.918,20.16Z" transform="translate(-1767.983 -763.234)" fill="url(#linear-gradient)"/>
|
||||
<path id="Tracé_231" data-name="Tracé 231" d="M1828.087,804.176l-18.913-10.569V771.554l18.913,10.919Z" transform="translate(-1774.366 -760.532)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_232" data-name="Tracé 232" d="M1805.706,792.087l-18.913,10.92V781.3l9.457-17.3,9.457,6.377Z" transform="translate(-1770.898 -759.363)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<g id="Groupe_84" data-name="Groupe 84" transform="translate(32.401)">
|
||||
<path id="Tracé_233" data-name="Tracé 233" d="M1823.991,792.047l-17.666-10.2V762.462a3.887,3.887,0,0,1,1.4-3.058q.129-.1.274-.2a4.174,4.174,0,0,1,2.255-.691,3.261,3.261,0,0,1,1.768.491l16.088,9.88a.069.069,0,0,1-.054.126,3.408,3.408,0,0,0-2.619.254h0a2.885,2.885,0,0,0-1.448,2.5Q1823.992,781.9,1823.991,792.047Z" transform="translate(-1806.325 -758.511)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_48" data-name="Ligne 48" x2="11.762" y2="7.202" transform="translate(3.734 2.41)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_49" data-name="Ligne 49" x2="12.41" y2="7.165" transform="translate(2.628 6.8)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_50" data-name="Ligne 50" x2="12.41" y2="7.165" transform="translate(2.628 11.638)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_51" data-name="Ligne 51" x2="12.41" y2="7.165" transform="translate(2.628 17.205)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</g>
|
||||
<g id="Groupe_85" data-name="Groupe 85" transform="translate(15.374 8.926)">
|
||||
<path id="Tracé_234" data-name="Tracé 234" d="M1801.551,772.541l-.235,1.232-.2.552-.482-.216-8.494-4.9a.767.767,0,0,0-1.2.591l-2.854,15.013,20.047,11.574,3.074-16.168.359-1.886a.981.981,0,0,0-.429-.973l-8.917-5.149A.434.434,0,0,0,1801.551,772.541Z" transform="translate(-1786.473 -769.074)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_235" data-name="Tracé 235" d="M1809.209,781.55l-20.049-11.575-1.551,15.188,20.048,11.575Z" transform="translate(-1786.398 -769.214)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_236" data-name="Tracé 236" d="M1806.224,782.687l-20.049-11.575.712,14.453,20.049,11.575Z" transform="translate(-1786.176 -769.39)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_52" data-name="Ligne 52" y1="0.44" x2="0.908" transform="translate(20.76 27.309)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</g>
|
||||
<path id="Tracé_237" data-name="Tracé 237" d="M1805.706,817.487l-18.913-10.92v-21.7l18.913,10.92Z" transform="translate(-1770.898 -762.595)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_238" data-name="Tracé 238" d="M1828.087,805.4l-18.913,10.92v-21.7l9.457-17.3,9.456,6.377Z" transform="translate(-1774.366 -761.426)" fill="#fff" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
56
resources/img/pictogrammes/pictogramme-services.svg
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<svg id="pictogramme-services" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="69.617" height="76.224" viewBox="0 0 69.617 76.224">
|
||||
<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_604" data-name="Rectangle 604" width="69.617" height="76.224" fill="none" stroke="#000" stroke-width="1"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<path id="Tracé_5503" data-name="Tracé 5503" d="M0,62.672,34.918,82.831,69.617,62.8,34.7,42.638Z" transform="translate(0 -6.607)" fill="url(#linear-gradient)"/>
|
||||
<path id="Tracé_5504" data-name="Tracé 5504" d="M60.105,57.827,41.192,47.258V25.2l18.914,10.92Z" transform="translate(-6.383 -3.906)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5505" data-name="Tracé 5505" d="M60.105,57.827,41.192,47.258V25.2l18.914,10.92Z" transform="translate(-6.383 -3.906)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5506" data-name="Tracé 5506" d="M37.724,45.738,18.81,56.658v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-2.915 -2.736)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5507" data-name="Tracé 5507" d="M37.724,45.738,18.81,56.658v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-2.915 -2.736)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5508" data-name="Tracé 5508" d="M37.724,71.138,18.81,60.218v-21.7l18.914,10.92Z" transform="translate(-2.915 -5.969)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5509" data-name="Tracé 5509" d="M37.724,71.138,18.81,60.218v-21.7l18.914,10.92Z" transform="translate(-2.915 -5.969)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<g id="Groupe_1946" data-name="Groupe 1946">
|
||||
<g id="Groupe_1945" data-name="Groupe 1945" clip-path="url(#clip-path)">
|
||||
<path id="Tracé_5510" data-name="Tracé 5510" d="M31.705,62.073l-7.812-4.511a19.974,19.974,0,0,0,.836-9.2l9.39,5.421a21.412,21.412,0,0,1-.61,7.495,1.23,1.23,0,0,1-.438.714,1.22,1.22,0,0,1-1.366.081" transform="translate(-3.703 -7.495)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5511" data-name="Tracé 5511" d="M31.705,62.073l-7.812-4.511a19.974,19.974,0,0,0,.836-9.2l9.39,5.421a21.412,21.412,0,0,1-.61,7.495,1.23,1.23,0,0,1-.438.714A1.22,1.22,0,0,1,31.705,62.073Z" transform="translate(-3.703 -7.495)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5512" data-name="Tracé 5512" d="M32.2,63.75a1.414,1.414,0,0,0,.59-.356,1.581,1.581,0,0,0,.39-1.262,4.032,4.032,0,0,1,1.033.834,3.911,3.911,0,0,1,.474.659" transform="translate(-4.99 -9.629)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5513" data-name="Tracé 5513" d="M32.2,63.75a1.414,1.414,0,0,0,.59-.356,1.581,1.581,0,0,0,.39-1.262,4.032,4.032,0,0,1,1.033.834,3.911,3.911,0,0,1,.474.659" transform="translate(-4.99 -9.629)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5514" data-name="Tracé 5514" d="M47.46,27.9a11.841,11.841,0,0,0,14.991-4.2A29.1,29.1,0,0,0,65.307,5.273a13.491,13.491,0,0,1-6.161,5.578,13.492,13.492,0,0,1-8.074.9,27.22,27.22,0,0,1-.046,5.241A27.92,27.92,0,0,1,47.46,27.9" transform="translate(-7.355 -0.817)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5515" data-name="Tracé 5515" d="M47.46,27.9a11.841,11.841,0,0,0,14.991-4.2A29.1,29.1,0,0,0,65.307,5.273a13.491,13.491,0,0,1-6.161,5.578,13.492,13.492,0,0,1-8.074.9,27.22,27.22,0,0,1-.046,5.241A27.92,27.92,0,0,1,47.46,27.9Z" transform="translate(-7.355 -0.817)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5516" data-name="Tracé 5516" d="M32.688,21.928l4.136-5.1L38.9,23.064a4.315,4.315,0,0,1-3.683.85,4.2,4.2,0,0,1-2.53-1.987" transform="translate(-5.066 -2.609)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5517" data-name="Tracé 5517" d="M32.688,21.928l4.136-5.1L38.9,23.064a4.315,4.315,0,0,1-3.683.85A4.2,4.2,0,0,1,32.688,21.928Z" transform="translate(-5.066 -2.609)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5518" data-name="Tracé 5518" d="M18.194,7.546,8.751,20.2a14.52,14.52,0,0,1,6.138,2.833c3.824,3.08,4.082,6.846,7.743,8.4a8.308,8.308,0,0,0,4.533.472l8.027-10.293c-3.826.3-5.853-.734-6.988-1.7-3.749-3.189-2.091-9.265-5.949-11.615a6.461,6.461,0,0,0-4.06-.755" transform="translate(-1.356 -1.162)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5519" data-name="Tracé 5519" d="M18.194,7.546,8.751,20.2a14.52,14.52,0,0,1,6.138,2.833c3.824,3.08,4.082,6.846,7.743,8.4a8.308,8.308,0,0,0,4.533.472l8.027-10.293c-3.826.3-5.853-.734-6.988-1.7-3.749-3.189-2.091-9.265-5.949-11.615A6.461,6.461,0,0,0,18.194,7.546Z" transform="translate(-1.356 -1.162)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5520" data-name="Tracé 5520" d="M55.171,17.2A13.1,13.1,0,0,0,61.12,16a12.883,12.883,0,0,0,3.116-2.053" transform="translate(-8.55 -2.161)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5521" data-name="Tracé 5521" d="M55.171,17.2A13.1,13.1,0,0,0,61.12,16a12.883,12.883,0,0,0,3.116-2.053" transform="translate(-8.55 -2.161)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5522" data-name="Tracé 5522" d="M55.171,21.294a12.377,12.377,0,0,0,8.342-1.958" transform="translate(-8.55 -2.997)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5523" data-name="Tracé 5523" d="M55.171,21.294a12.377,12.377,0,0,0,8.342-1.958" transform="translate(-8.55 -2.997)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5524" data-name="Tracé 5524" d="M54.486,25.595a12.8,12.8,0,0,0,7.248-1.178" transform="translate(-8.444 -3.784)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5525" data-name="Tracé 5525" d="M54.486,25.595a12.8,12.8,0,0,0,7.248-1.178" transform="translate(-8.444 -3.784)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5526" data-name="Tracé 5526" d="M53.662,29.762a10.1,10.1,0,0,0,4.816-.566" transform="translate(-8.316 -4.525)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5527" data-name="Tracé 5527" d="M53.662,29.762a10.1,10.1,0,0,0,4.816-.566" transform="translate(-8.316 -4.525)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1422" data-name="Ligne 1422" y1="7.326" x2="5.696" transform="translate(12.788 11.275)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<line id="Ligne_1423" data-name="Ligne 1423" y1="7.326" x2="5.696" transform="translate(12.788 11.275)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<line id="Ligne_1424" data-name="Ligne 1424" y1="5.459" x2="4.287" transform="translate(16.823 15.227)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<line id="Ligne_1425" data-name="Ligne 1425" y1="5.459" x2="4.287" transform="translate(16.823 15.227)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5528" data-name="Tracé 5528" d="M23.035,28.5l3.881-5.268" transform="translate(-3.57 -3.6)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5529" data-name="Tracé 5529" d="M23.035,28.5l3.881-5.268" transform="translate(-3.57 -3.6)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5530" data-name="Tracé 5530" d="M27.369,32.037l4.256-5.691" transform="translate(-4.241 -4.083)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5531" data-name="Tracé 5531" d="M27.369,32.037l4.256-5.691" transform="translate(-4.241 -4.083)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5532" data-name="Tracé 5532" d="M17.1,5.017a1.854,1.854,0,0,1,2.492-1.1" transform="translate(-2.65 -0.584)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5533" data-name="Tracé 5533" d="M17.1,5.017a1.854,1.854,0,0,1,2.492-1.1" transform="translate(-2.65 -0.584)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5534" data-name="Tracé 5534" d="M12.806,4.961a6.618,6.618,0,0,1,8.9-3.924" transform="translate(-1.985 -0.078)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5535" data-name="Tracé 5535" d="M12.806,4.961a6.618,6.618,0,0,1,8.9-3.924" transform="translate(-1.985 -0.078)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5536" data-name="Tracé 5536" d="M60.105,59.049,41.192,69.968v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-6.383 -4.799)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5537" data-name="Tracé 5537" d="M60.105,59.049,41.192,69.968v-21.7l9.457-17.3,9.457,6.377Z" transform="translate(-6.383 -4.799)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
<path id="Tracé_5538" data-name="Tracé 5538" d="M73.02,15.068a21.031,21.031,0,0,1-2.591,10.447" transform="translate(-10.914 -2.335)" fill="#fff" stroke="#000" stroke-width="1"/>
|
||||
<path id="Tracé_5539" data-name="Tracé 5539" d="M73.02,15.068a21.031,21.031,0,0,1-2.591,10.447" transform="translate(-10.914 -2.335)" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -1,5 +1,4 @@
|
|||
#block-aides-financieres {
|
||||
@apply bg-gray py-16 flex flex-col items-center;
|
||||
.section_titling {
|
||||
@apply max-w-screen-md;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ $renolution_datas = get_field('renolution_datas');
|
|||
?>
|
||||
|
||||
|
||||
<section id="block-aides-financieres">
|
||||
<section id="block-aides-financieres" class="card-large-content-container">
|
||||
|
||||
<div class="section_titling">
|
||||
<h2 class="section_titling__title">Aides financières</h2>
|
||||
|
|
@ -13,7 +13,7 @@ $renolution_datas = get_field('renolution_datas');
|
|||
<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=''>
|
||||
<img src='<?php echo get_template_directory_uri() ?>/resources/img/logos/logo-renolution-monochrome.svg' alt=''>
|
||||
</div>
|
||||
|
||||
<h4 class="renolution__title"><?php echo $renolution_datas['title'] ?></h4>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acf/aides-financieres",
|
||||
"title": "Home | Aides Financières",
|
||||
"title": "Aides Financières",
|
||||
"category": "homegrade-page-home",
|
||||
"multiple": false,
|
||||
"icon": {
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<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>
|
||||
|
Before Width: | Height: | Size: 1.0 KiB |
|
|
@ -1 +0,0 @@
|
|||
<?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>
|
||||
|
Before Width: | Height: | Size: 723 B |
27
template-blocks/home/demarches-administratives/block.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "acf/demarches-administratives",
|
||||
"title": "Démarches Administratives",
|
||||
"category": "homegrade-page-home",
|
||||
"multiple": false,
|
||||
"icon": {
|
||||
"foreground": "#DF1E1E",
|
||||
"src": "schedule"
|
||||
},
|
||||
"keywords": [
|
||||
"Couverture",
|
||||
"home",
|
||||
"Accueil",
|
||||
"Section d'accueil",
|
||||
"Header"
|
||||
],
|
||||
"supports": {
|
||||
"align": [
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"acf": {
|
||||
"mode": "auto",
|
||||
"renderTemplate": "demarches-administratives.php"
|
||||
},
|
||||
"align": "full"
|
||||
}
|
||||
15
template-blocks/home/demarches-administratives/demarches-administratives.css
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#block-demarches-administratives {
|
||||
&.card-large-content-container--has-illustration {
|
||||
@apply pt-64;
|
||||
}
|
||||
|
||||
.card-large-content--has-illustration {
|
||||
@apply pt-28;
|
||||
}
|
||||
.card-large-content__top-illustration {
|
||||
transform: translate(-50%, -70%);
|
||||
}
|
||||
.card-large-content__links-container {
|
||||
@apply grid-cols-4;
|
||||
}
|
||||
}
|
||||
48
template-blocks/home/demarches-administratives/demarches-administratives.php
Executable file
|
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
$block_titling = get_field('block_titling_description_datas');
|
||||
$demarches_administratives_links = get_field('demarches_administratives_links');
|
||||
|
||||
echo '<pre>';
|
||||
// print_r($demarches_administratives_links);
|
||||
echo '</pre>';
|
||||
|
||||
?>
|
||||
|
||||
|
||||
<section id="block-demarches-administratives" class="card-large-content-container card-large-content-container--has-illustration">
|
||||
|
||||
<div class="card-large-content card-large-content--has-illustration">
|
||||
<img class="card-large-content__top-illustration" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-que-fait-homegrade-pour-vous.svg' alt=''>
|
||||
<div class="section_titling">
|
||||
<h2 class="section_titling__title"><?php echo $block_titling['title'] ?></h2>
|
||||
<h3 class="section_titling__subtitle"><?php echo $block_titling['subtitle'] ?></h3>
|
||||
<p class="section_titling__description"><?php echo $block_titling['description'] ?></p>
|
||||
</div>
|
||||
<div class="card-large-content__links-container">
|
||||
|
||||
<?php foreach ($demarches_administratives_links as $link_datas) : ?>
|
||||
<?php
|
||||
$linked_page = $link_datas['linked_page'];
|
||||
$page_icon = get_field('page_icon', $linked_page->ID);
|
||||
?>
|
||||
<div class="card-large-content__link">
|
||||
<?php
|
||||
// echo '<pre>';
|
||||
// print_r($link);
|
||||
// print_r($linked_page);
|
||||
// print_r($page_icon);
|
||||
// echo '</pre>';
|
||||
?>
|
||||
<img class="card-large-content__link__page_icon" src="<?php echo $page_icon['url'] ?>" alt="">
|
||||
<h4 class="card-large-content__link__title"><?php echo $linked_page->post_title ?></h4>
|
||||
<p class="card-large-content__link__excerpt"><?php echo $linked_page->post_excerpt ?></p>
|
||||
|
||||
<a class="cta shadowed" href="<?php echo get_permalink($linked_page->ID) ?>"><?php echo $link_datas['button_text'] ?></a>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acf/home-header",
|
||||
"title": "Home | Section d'accueil",
|
||||
"title": "Section d'accueil",
|
||||
"category": "homegrade-page-home",
|
||||
"multiple": false,
|
||||
"icon": {
|
||||
|
|
@ -14,8 +14,14 @@
|
|||
"Section d'accueil",
|
||||
"Header"
|
||||
],
|
||||
"supports": {
|
||||
"align": [
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"acf": {
|
||||
"mode": "auto",
|
||||
"renderTemplate": "home-header.php"
|
||||
}
|
||||
},
|
||||
"align": "full"
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acf/latest-news",
|
||||
"title": "Home | Dernières News",
|
||||
"title": "Dernières News",
|
||||
"category": "homegrade-page-home",
|
||||
"multiple": false,
|
||||
"icon": {
|
||||
|
|
|
|||
17
template-blocks/home/questions-frequentes/block.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "acf/questions-frequentes",
|
||||
"title": "Questions Fréquentes",
|
||||
"category": "homegrade-page-home",
|
||||
"multiple": false,
|
||||
"icon": {
|
||||
"foreground": "#DF1E1E",
|
||||
"src": "schedule"
|
||||
},
|
||||
"keywords": [
|
||||
"Questions Fréquentes"
|
||||
],
|
||||
"acf": {
|
||||
"mode": "auto",
|
||||
"renderTemplate": "questions-frequentes.php"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
#block-questions-frequentes {
|
||||
@apply py-28;
|
||||
}
|
||||
|
||||
.questions-frequentes-grid {
|
||||
@apply grid grid-cols-3 gap-8 gap-x-8 max-w-screen-xl mx-auto;
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
<?php
|
||||
$block_titling = get_field('block_titling_description_datas');
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<section id="block-questions-frequentes">
|
||||
<div class="section_titling">
|
||||
<h2 class="section_titling__title">Les questions les plus fréquentes </h2>
|
||||
<h3 class="section_titling__subtitle">Simplifions votre recherche !</h3>
|
||||
</div>
|
||||
<div class="questions-frequentes-grid">
|
||||
<?php
|
||||
$thematique_terms = get_terms(array(
|
||||
'taxonomy' => 'thematiques',
|
||||
'hide_empty' => false,
|
||||
'parent' => 0
|
||||
|
||||
));
|
||||
// echo '<pre>';
|
||||
// print_r($thematique_terms);
|
||||
// echo '</pre>';
|
||||
// $thematiques = ['location', 'acoustique'];
|
||||
foreach ($thematique_terms as $key => $thematique) {
|
||||
$thematique_datas = get_term_by('slug', $thematique->slug, 'thematiques');
|
||||
|
||||
$manual_data = get_field($thematique->slug . '_manual_data');
|
||||
$post_datas = $manual_data ? $manual_data : get_automatic_post($thematique->slug);
|
||||
|
||||
get_template_part(
|
||||
'template-components/card-frequent-question',
|
||||
null,
|
||||
array(
|
||||
'thematique' => $thematique_datas,
|
||||
'post_ID' => $post_datas->ID,
|
||||
'post_title' => $post_datas->post_title,
|
||||
'post_excerpt' => $post_datas->post_excerpt,
|
||||
)
|
||||
);
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acf/show-thematiques",
|
||||
"title": "Home | Thématiques",
|
||||
"title": "Thématiques",
|
||||
"category": "homegrade-page-home",
|
||||
"multiple": false,
|
||||
"icon": {
|
||||
|
|
|
|||
22
template-components/card-frequent-question.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
$mots_cles = get_the_terms($args['post_ID'], 'mots-cles');
|
||||
$thematique_icon = get_field('taxonomy_pictures', $args['thematique'])['icon'];
|
||||
// echo '<pre>';
|
||||
// print_r($thematique_icon);
|
||||
// // print_r($args);
|
||||
// echo '</pre>';
|
||||
|
||||
?>
|
||||
|
||||
<div class="card-frequent-question">
|
||||
<img class="card-frequent-question__icon" src="<?php echo $thematique_icon['url'] ?>" alt="">
|
||||
<h4 class="card-frequent-question__title text-<?php echo getThematiqueFamilySlug($args['thematique']->slug) ?>"><?php echo $args['thematique']->name ?></h4>
|
||||
<p class=""><?php echo $args['post_title'] ?></p>
|
||||
|
||||
<div class="card-frequent-question__tags_container">
|
||||
<?php foreach ($mots_cles as $mot_cle) : ?>
|
||||
<p class="tag bg-<?php echo getThematiqueFamilySlug($args['thematique']->slug) ?>-light text-<?php echo getThematiqueFamilySlug($args['thematique']->slug) ?>"><?php echo $mot_cle->name ?></p>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
19
template-components/card-frequent_question.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.card-frequent-question {
|
||||
@apply shadowed p-8 rounded-3xl;
|
||||
|
||||
&__icon {
|
||||
max-width: 80px;
|
||||
}
|
||||
&__title {
|
||||
@apply mt-4;
|
||||
@apply text-xl pb-4 font-bold;
|
||||
}
|
||||
|
||||
&__tags_container {
|
||||
@apply flex flex-wrap gap-x-3;
|
||||
|
||||
.tag {
|
||||
@apply py-1 px-4 rounded-lg;
|
||||
}
|
||||
}
|
||||
}
|
||||