diff --git a/.gitignore b/src/Bundle/ChillMain/.gitignore similarity index 100% rename from .gitignore rename to src/Bundle/ChillMain/.gitignore diff --git a/.gitlab-ci.yml b/src/Bundle/ChillMain/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to src/Bundle/ChillMain/.gitlab-ci.yml diff --git a/CHANGELOG.md b/src/Bundle/ChillMain/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to src/Bundle/ChillMain/CHANGELOG.md diff --git a/CRUD/Controller/CRUDController.php b/src/Bundle/ChillMain/CRUD/Controller/CRUDController.php similarity index 100% rename from CRUD/Controller/CRUDController.php rename to src/Bundle/ChillMain/CRUD/Controller/CRUDController.php diff --git a/CRUD/Form/CRUDDeleteEntityForm.php b/src/Bundle/ChillMain/CRUD/Form/CRUDDeleteEntityForm.php similarity index 100% rename from CRUD/Form/CRUDDeleteEntityForm.php rename to src/Bundle/ChillMain/CRUD/Form/CRUDDeleteEntityForm.php diff --git a/CRUD/Resolver/Resolver.php b/src/Bundle/ChillMain/CRUD/Resolver/Resolver.php similarity index 100% rename from CRUD/Resolver/Resolver.php rename to src/Bundle/ChillMain/CRUD/Resolver/Resolver.php diff --git a/CRUD/Routing/CRUDRoutesLoader.php b/src/Bundle/ChillMain/CRUD/Routing/CRUDRoutesLoader.php similarity index 100% rename from CRUD/Routing/CRUDRoutesLoader.php rename to src/Bundle/ChillMain/CRUD/Routing/CRUDRoutesLoader.php diff --git a/CRUD/Templating/TwigCRUDResolver.php b/src/Bundle/ChillMain/CRUD/Templating/TwigCRUDResolver.php similarity index 100% rename from CRUD/Templating/TwigCRUDResolver.php rename to src/Bundle/ChillMain/CRUD/Templating/TwigCRUDResolver.php diff --git a/Center/GroupingCenterInterface.php b/src/Bundle/ChillMain/Center/GroupingCenterInterface.php similarity index 100% rename from Center/GroupingCenterInterface.php rename to src/Bundle/ChillMain/Center/GroupingCenterInterface.php diff --git a/ChillMainBundle.php b/src/Bundle/ChillMain/ChillMainBundle.php similarity index 100% rename from ChillMainBundle.php rename to src/Bundle/ChillMain/ChillMainBundle.php diff --git a/Command/ChillImportUsersCommand.php b/src/Bundle/ChillMain/Command/ChillImportUsersCommand.php similarity index 100% rename from Command/ChillImportUsersCommand.php rename to src/Bundle/ChillMain/Command/ChillImportUsersCommand.php diff --git a/Command/ChillUserSendRenewPasswordCodeCommand.php b/src/Bundle/ChillMain/Command/ChillUserSendRenewPasswordCodeCommand.php similarity index 100% rename from Command/ChillUserSendRenewPasswordCodeCommand.php rename to src/Bundle/ChillMain/Command/ChillUserSendRenewPasswordCodeCommand.php diff --git a/Command/LoadAndUpdateLanguagesCommand.php b/src/Bundle/ChillMain/Command/LoadAndUpdateLanguagesCommand.php similarity index 100% rename from Command/LoadAndUpdateLanguagesCommand.php rename to src/Bundle/ChillMain/Command/LoadAndUpdateLanguagesCommand.php diff --git a/Command/LoadCountriesCommand.php b/src/Bundle/ChillMain/Command/LoadCountriesCommand.php similarity index 100% rename from Command/LoadCountriesCommand.php rename to src/Bundle/ChillMain/Command/LoadCountriesCommand.php diff --git a/Command/LoadPostalCodesCommand.php b/src/Bundle/ChillMain/Command/LoadPostalCodesCommand.php similarity index 100% rename from Command/LoadPostalCodesCommand.php rename to src/Bundle/ChillMain/Command/LoadPostalCodesCommand.php diff --git a/Command/SetPasswordCommand.php b/src/Bundle/ChillMain/Command/SetPasswordCommand.php similarity index 100% rename from Command/SetPasswordCommand.php rename to src/Bundle/ChillMain/Command/SetPasswordCommand.php diff --git a/Controller/AdminController.php b/src/Bundle/ChillMain/Controller/AdminController.php similarity index 100% rename from Controller/AdminController.php rename to src/Bundle/ChillMain/Controller/AdminController.php diff --git a/Controller/AdminCountryCRUDController.php b/src/Bundle/ChillMain/Controller/AdminCountryCRUDController.php similarity index 100% rename from Controller/AdminCountryCRUDController.php rename to src/Bundle/ChillMain/Controller/AdminCountryCRUDController.php diff --git a/Controller/CenterController.php b/src/Bundle/ChillMain/Controller/CenterController.php similarity index 100% rename from Controller/CenterController.php rename to src/Bundle/ChillMain/Controller/CenterController.php diff --git a/Controller/DefaultController.php b/src/Bundle/ChillMain/Controller/DefaultController.php similarity index 100% rename from Controller/DefaultController.php rename to src/Bundle/ChillMain/Controller/DefaultController.php diff --git a/Controller/ExportController.php b/src/Bundle/ChillMain/Controller/ExportController.php similarity index 100% rename from Controller/ExportController.php rename to src/Bundle/ChillMain/Controller/ExportController.php diff --git a/Controller/LoginController.php b/src/Bundle/ChillMain/Controller/LoginController.php similarity index 100% rename from Controller/LoginController.php rename to src/Bundle/ChillMain/Controller/LoginController.php diff --git a/Controller/MenuController.php b/src/Bundle/ChillMain/Controller/MenuController.php similarity index 100% rename from Controller/MenuController.php rename to src/Bundle/ChillMain/Controller/MenuController.php diff --git a/Controller/PasswordController.php b/src/Bundle/ChillMain/Controller/PasswordController.php similarity index 100% rename from Controller/PasswordController.php rename to src/Bundle/ChillMain/Controller/PasswordController.php diff --git a/Controller/PermissionsGroupController.php b/src/Bundle/ChillMain/Controller/PermissionsGroupController.php similarity index 100% rename from Controller/PermissionsGroupController.php rename to src/Bundle/ChillMain/Controller/PermissionsGroupController.php diff --git a/Controller/PostalCodeController.php b/src/Bundle/ChillMain/Controller/PostalCodeController.php similarity index 100% rename from Controller/PostalCodeController.php rename to src/Bundle/ChillMain/Controller/PostalCodeController.php diff --git a/Controller/ScopeController.php b/src/Bundle/ChillMain/Controller/ScopeController.php similarity index 100% rename from Controller/ScopeController.php rename to src/Bundle/ChillMain/Controller/ScopeController.php diff --git a/Controller/SearchController.php b/src/Bundle/ChillMain/Controller/SearchController.php similarity index 100% rename from Controller/SearchController.php rename to src/Bundle/ChillMain/Controller/SearchController.php diff --git a/Controller/UIController.php b/src/Bundle/ChillMain/Controller/UIController.php similarity index 100% rename from Controller/UIController.php rename to src/Bundle/ChillMain/Controller/UIController.php diff --git a/Controller/UserController.php b/src/Bundle/ChillMain/Controller/UserController.php similarity index 100% rename from Controller/UserController.php rename to src/Bundle/ChillMain/Controller/UserController.php diff --git a/DataFixtures/ORM/LoadCenters.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadCenters.php similarity index 100% rename from DataFixtures/ORM/LoadCenters.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadCenters.php diff --git a/DataFixtures/ORM/LoadCountries.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadCountries.php similarity index 100% rename from DataFixtures/ORM/LoadCountries.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadCountries.php diff --git a/DataFixtures/ORM/LoadGroupCenters.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadGroupCenters.php similarity index 100% rename from DataFixtures/ORM/LoadGroupCenters.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadGroupCenters.php diff --git a/DataFixtures/ORM/LoadLanguages.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadLanguages.php similarity index 100% rename from DataFixtures/ORM/LoadLanguages.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadLanguages.php diff --git a/DataFixtures/ORM/LoadPermissionsGroup.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadPermissionsGroup.php similarity index 100% rename from DataFixtures/ORM/LoadPermissionsGroup.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadPermissionsGroup.php diff --git a/DataFixtures/ORM/LoadPostalCodes.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadPostalCodes.php similarity index 100% rename from DataFixtures/ORM/LoadPostalCodes.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadPostalCodes.php diff --git a/DataFixtures/ORM/LoadRoleScopes.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadRoleScopes.php similarity index 100% rename from DataFixtures/ORM/LoadRoleScopes.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadRoleScopes.php diff --git a/DataFixtures/ORM/LoadScopes.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadScopes.php similarity index 100% rename from DataFixtures/ORM/LoadScopes.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadScopes.php diff --git a/DataFixtures/ORM/LoadUsers.php b/src/Bundle/ChillMain/DataFixtures/ORM/LoadUsers.php similarity index 100% rename from DataFixtures/ORM/LoadUsers.php rename to src/Bundle/ChillMain/DataFixtures/ORM/LoadUsers.php diff --git a/DependencyInjection/ChillMainExtension.php b/src/Bundle/ChillMain/DependencyInjection/ChillMainExtension.php similarity index 100% rename from DependencyInjection/ChillMainExtension.php rename to src/Bundle/ChillMain/DependencyInjection/ChillMainExtension.php diff --git a/DependencyInjection/CompilerPass/ACLFlagsCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/ACLFlagsCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/ACLFlagsCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/ACLFlagsCompilerPass.php diff --git a/DependencyInjection/CompilerPass/ExportsCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/ExportsCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/ExportsCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/ExportsCompilerPass.php diff --git a/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php diff --git a/DependencyInjection/CompilerPass/MenuCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/MenuCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/MenuCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/MenuCompilerPass.php diff --git a/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php diff --git a/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php diff --git a/DependencyInjection/CompilerPass/TimelineCompilerClass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/TimelineCompilerClass.php similarity index 100% rename from DependencyInjection/CompilerPass/TimelineCompilerClass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/TimelineCompilerClass.php diff --git a/DependencyInjection/CompilerPass/WidgetsCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/CompilerPass/WidgetsCompilerPass.php similarity index 100% rename from DependencyInjection/CompilerPass/WidgetsCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/CompilerPass/WidgetsCompilerPass.php diff --git a/DependencyInjection/ConfigConsistencyCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/ConfigConsistencyCompilerPass.php similarity index 100% rename from DependencyInjection/ConfigConsistencyCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/ConfigConsistencyCompilerPass.php diff --git a/DependencyInjection/Configuration.php b/src/Bundle/ChillMain/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to src/Bundle/ChillMain/DependencyInjection/Configuration.php diff --git a/DependencyInjection/MissingBundleException.php b/src/Bundle/ChillMain/DependencyInjection/MissingBundleException.php similarity index 100% rename from DependencyInjection/MissingBundleException.php rename to src/Bundle/ChillMain/DependencyInjection/MissingBundleException.php diff --git a/DependencyInjection/RoleProvidersCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/RoleProvidersCompilerPass.php similarity index 100% rename from DependencyInjection/RoleProvidersCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/RoleProvidersCompilerPass.php diff --git a/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php b/src/Bundle/ChillMain/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php similarity index 100% rename from DependencyInjection/Widget/AbstractWidgetsCompilerPass.php rename to src/Bundle/ChillMain/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php diff --git a/DependencyInjection/Widget/AddWidgetConfigurationTrait.php b/src/Bundle/ChillMain/DependencyInjection/Widget/AddWidgetConfigurationTrait.php similarity index 100% rename from DependencyInjection/Widget/AddWidgetConfigurationTrait.php rename to src/Bundle/ChillMain/DependencyInjection/Widget/AddWidgetConfigurationTrait.php diff --git a/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php b/src/Bundle/ChillMain/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php similarity index 100% rename from DependencyInjection/Widget/Factory/AbstractWidgetFactory.php rename to src/Bundle/ChillMain/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php diff --git a/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php b/src/Bundle/ChillMain/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php similarity index 100% rename from DependencyInjection/Widget/Factory/WidgetFactoryInterface.php rename to src/Bundle/ChillMain/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php diff --git a/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php b/src/Bundle/ChillMain/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php similarity index 100% rename from DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php rename to src/Bundle/ChillMain/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php diff --git a/Doctrine/DQL/GetJsonFieldByKey.php b/src/Bundle/ChillMain/Doctrine/DQL/GetJsonFieldByKey.php similarity index 100% rename from Doctrine/DQL/GetJsonFieldByKey.php rename to src/Bundle/ChillMain/Doctrine/DQL/GetJsonFieldByKey.php diff --git a/Doctrine/DQL/JsonAggregate.php b/src/Bundle/ChillMain/Doctrine/DQL/JsonAggregate.php similarity index 100% rename from Doctrine/DQL/JsonAggregate.php rename to src/Bundle/ChillMain/Doctrine/DQL/JsonAggregate.php diff --git a/Doctrine/DQL/JsonbExistsInArray.php b/src/Bundle/ChillMain/Doctrine/DQL/JsonbExistsInArray.php similarity index 100% rename from Doctrine/DQL/JsonbExistsInArray.php rename to src/Bundle/ChillMain/Doctrine/DQL/JsonbExistsInArray.php diff --git a/Doctrine/DQL/OverlapsI.php b/src/Bundle/ChillMain/Doctrine/DQL/OverlapsI.php similarity index 100% rename from Doctrine/DQL/OverlapsI.php rename to src/Bundle/ChillMain/Doctrine/DQL/OverlapsI.php diff --git a/Doctrine/DQL/Replace.php b/src/Bundle/ChillMain/Doctrine/DQL/Replace.php similarity index 100% rename from Doctrine/DQL/Replace.php rename to src/Bundle/ChillMain/Doctrine/DQL/Replace.php diff --git a/Doctrine/DQL/Similarity.php b/src/Bundle/ChillMain/Doctrine/DQL/Similarity.php similarity index 100% rename from Doctrine/DQL/Similarity.php rename to src/Bundle/ChillMain/Doctrine/DQL/Similarity.php diff --git a/Doctrine/DQL/Unaccent.php b/src/Bundle/ChillMain/Doctrine/DQL/Unaccent.php similarity index 100% rename from Doctrine/DQL/Unaccent.php rename to src/Bundle/ChillMain/Doctrine/DQL/Unaccent.php diff --git a/Doctrine/Migrations/VersionComparator.php b/src/Bundle/ChillMain/Doctrine/Migrations/VersionComparator.php similarity index 100% rename from Doctrine/Migrations/VersionComparator.php rename to src/Bundle/ChillMain/Doctrine/Migrations/VersionComparator.php diff --git a/Doctrine/Type/NativeDateIntervalType.php b/src/Bundle/ChillMain/Doctrine/Type/NativeDateIntervalType.php similarity index 100% rename from Doctrine/Type/NativeDateIntervalType.php rename to src/Bundle/ChillMain/Doctrine/Type/NativeDateIntervalType.php diff --git a/Entity/Address.php b/src/Bundle/ChillMain/Entity/Address.php similarity index 100% rename from Entity/Address.php rename to src/Bundle/ChillMain/Entity/Address.php diff --git a/Entity/Center.php b/src/Bundle/ChillMain/Entity/Center.php similarity index 100% rename from Entity/Center.php rename to src/Bundle/ChillMain/Entity/Center.php diff --git a/Entity/Country.php b/src/Bundle/ChillMain/Entity/Country.php similarity index 100% rename from Entity/Country.php rename to src/Bundle/ChillMain/Entity/Country.php diff --git a/Entity/Embeddable/CommentEmbeddable.php b/src/Bundle/ChillMain/Entity/Embeddable/CommentEmbeddable.php similarity index 100% rename from Entity/Embeddable/CommentEmbeddable.php rename to src/Bundle/ChillMain/Entity/Embeddable/CommentEmbeddable.php diff --git a/Entity/GroupCenter.php b/src/Bundle/ChillMain/Entity/GroupCenter.php similarity index 100% rename from Entity/GroupCenter.php rename to src/Bundle/ChillMain/Entity/GroupCenter.php diff --git a/Entity/HasCenterInterface.php b/src/Bundle/ChillMain/Entity/HasCenterInterface.php similarity index 100% rename from Entity/HasCenterInterface.php rename to src/Bundle/ChillMain/Entity/HasCenterInterface.php diff --git a/Entity/HasScopeInterface.php b/src/Bundle/ChillMain/Entity/HasScopeInterface.php similarity index 100% rename from Entity/HasScopeInterface.php rename to src/Bundle/ChillMain/Entity/HasScopeInterface.php diff --git a/Entity/Language.php b/src/Bundle/ChillMain/Entity/Language.php similarity index 100% rename from Entity/Language.php rename to src/Bundle/ChillMain/Entity/Language.php diff --git a/Entity/PermissionsGroup.php b/src/Bundle/ChillMain/Entity/PermissionsGroup.php similarity index 100% rename from Entity/PermissionsGroup.php rename to src/Bundle/ChillMain/Entity/PermissionsGroup.php diff --git a/Entity/PostalCode.php b/src/Bundle/ChillMain/Entity/PostalCode.php similarity index 100% rename from Entity/PostalCode.php rename to src/Bundle/ChillMain/Entity/PostalCode.php diff --git a/Entity/RoleScope.php b/src/Bundle/ChillMain/Entity/RoleScope.php similarity index 100% rename from Entity/RoleScope.php rename to src/Bundle/ChillMain/Entity/RoleScope.php diff --git a/Entity/Scope.php b/src/Bundle/ChillMain/Entity/Scope.php similarity index 100% rename from Entity/Scope.php rename to src/Bundle/ChillMain/Entity/Scope.php diff --git a/Entity/User.php b/src/Bundle/ChillMain/Entity/User.php similarity index 100% rename from Entity/User.php rename to src/Bundle/ChillMain/Entity/User.php diff --git a/Export/AggregatorInterface.php b/src/Bundle/ChillMain/Export/AggregatorInterface.php similarity index 100% rename from Export/AggregatorInterface.php rename to src/Bundle/ChillMain/Export/AggregatorInterface.php diff --git a/Export/DirectExportInterface.php b/src/Bundle/ChillMain/Export/DirectExportInterface.php similarity index 100% rename from Export/DirectExportInterface.php rename to src/Bundle/ChillMain/Export/DirectExportInterface.php diff --git a/Export/ExportElementInterface.php b/src/Bundle/ChillMain/Export/ExportElementInterface.php similarity index 100% rename from Export/ExportElementInterface.php rename to src/Bundle/ChillMain/Export/ExportElementInterface.php diff --git a/Export/ExportElementValidatedInterface.php b/src/Bundle/ChillMain/Export/ExportElementValidatedInterface.php similarity index 100% rename from Export/ExportElementValidatedInterface.php rename to src/Bundle/ChillMain/Export/ExportElementValidatedInterface.php diff --git a/Export/ExportElementsProviderInterface.php b/src/Bundle/ChillMain/Export/ExportElementsProviderInterface.php similarity index 100% rename from Export/ExportElementsProviderInterface.php rename to src/Bundle/ChillMain/Export/ExportElementsProviderInterface.php diff --git a/Export/ExportInterface.php b/src/Bundle/ChillMain/Export/ExportInterface.php similarity index 100% rename from Export/ExportInterface.php rename to src/Bundle/ChillMain/Export/ExportInterface.php diff --git a/Export/ExportManager.php b/src/Bundle/ChillMain/Export/ExportManager.php similarity index 100% rename from Export/ExportManager.php rename to src/Bundle/ChillMain/Export/ExportManager.php diff --git a/Export/FilterInterface.php b/src/Bundle/ChillMain/Export/FilterInterface.php similarity index 100% rename from Export/FilterInterface.php rename to src/Bundle/ChillMain/Export/FilterInterface.php diff --git a/Export/Formatter/CSVFormatter.php b/src/Bundle/ChillMain/Export/Formatter/CSVFormatter.php similarity index 100% rename from Export/Formatter/CSVFormatter.php rename to src/Bundle/ChillMain/Export/Formatter/CSVFormatter.php diff --git a/Export/Formatter/CSVListFormatter.php b/src/Bundle/ChillMain/Export/Formatter/CSVListFormatter.php similarity index 100% rename from Export/Formatter/CSVListFormatter.php rename to src/Bundle/ChillMain/Export/Formatter/CSVListFormatter.php diff --git a/Export/Formatter/CSVPivotedListFormatter.php b/src/Bundle/ChillMain/Export/Formatter/CSVPivotedListFormatter.php similarity index 100% rename from Export/Formatter/CSVPivotedListFormatter.php rename to src/Bundle/ChillMain/Export/Formatter/CSVPivotedListFormatter.php diff --git a/Export/Formatter/SpreadSheetFormatter.php b/src/Bundle/ChillMain/Export/Formatter/SpreadSheetFormatter.php similarity index 100% rename from Export/Formatter/SpreadSheetFormatter.php rename to src/Bundle/ChillMain/Export/Formatter/SpreadSheetFormatter.php diff --git a/Export/Formatter/SpreadsheetListFormatter.php b/src/Bundle/ChillMain/Export/Formatter/SpreadsheetListFormatter.php similarity index 100% rename from Export/Formatter/SpreadsheetListFormatter.php rename to src/Bundle/ChillMain/Export/Formatter/SpreadsheetListFormatter.php diff --git a/Export/FormatterInterface.php b/src/Bundle/ChillMain/Export/FormatterInterface.php similarity index 100% rename from Export/FormatterInterface.php rename to src/Bundle/ChillMain/Export/FormatterInterface.php diff --git a/Export/GroupedExportInterface.php b/src/Bundle/ChillMain/Export/GroupedExportInterface.php similarity index 100% rename from Export/GroupedExportInterface.php rename to src/Bundle/ChillMain/Export/GroupedExportInterface.php diff --git a/Export/ListInterface.php b/src/Bundle/ChillMain/Export/ListInterface.php similarity index 100% rename from Export/ListInterface.php rename to src/Bundle/ChillMain/Export/ListInterface.php diff --git a/Export/ModifierInterface.php b/src/Bundle/ChillMain/Export/ModifierInterface.php similarity index 100% rename from Export/ModifierInterface.php rename to src/Bundle/ChillMain/Export/ModifierInterface.php diff --git a/Form/AdvancedSearchType.php b/src/Bundle/ChillMain/Form/AdvancedSearchType.php similarity index 100% rename from Form/AdvancedSearchType.php rename to src/Bundle/ChillMain/Form/AdvancedSearchType.php diff --git a/Form/CenterType.php b/src/Bundle/ChillMain/Form/CenterType.php similarity index 100% rename from Form/CenterType.php rename to src/Bundle/ChillMain/Form/CenterType.php diff --git a/Form/ChoiceLoader/PostalCodeChoiceLoader.php b/src/Bundle/ChillMain/Form/ChoiceLoader/PostalCodeChoiceLoader.php similarity index 100% rename from Form/ChoiceLoader/PostalCodeChoiceLoader.php rename to src/Bundle/ChillMain/Form/ChoiceLoader/PostalCodeChoiceLoader.php diff --git a/Form/DataMapper/AddressDataMapper.php b/src/Bundle/ChillMain/Form/DataMapper/AddressDataMapper.php similarity index 100% rename from Form/DataMapper/AddressDataMapper.php rename to src/Bundle/ChillMain/Form/DataMapper/AddressDataMapper.php diff --git a/Form/DataMapper/ScopePickerDataMapper.php b/src/Bundle/ChillMain/Form/DataMapper/ScopePickerDataMapper.php similarity index 100% rename from Form/DataMapper/ScopePickerDataMapper.php rename to src/Bundle/ChillMain/Form/DataMapper/ScopePickerDataMapper.php diff --git a/Form/Extension/CKEditorExtension.php b/src/Bundle/ChillMain/Form/Extension/CKEditorExtension.php similarity index 100% rename from Form/Extension/CKEditorExtension.php rename to src/Bundle/ChillMain/Form/Extension/CKEditorExtension.php diff --git a/Form/PermissionsGroupType.php b/src/Bundle/ChillMain/Form/PermissionsGroupType.php similarity index 100% rename from Form/PermissionsGroupType.php rename to src/Bundle/ChillMain/Form/PermissionsGroupType.php diff --git a/Form/ScopeType.php b/src/Bundle/ChillMain/Form/ScopeType.php similarity index 100% rename from Form/ScopeType.php rename to src/Bundle/ChillMain/Form/ScopeType.php diff --git a/Form/Type/AddressType.php b/src/Bundle/ChillMain/Form/Type/AddressType.php similarity index 100% rename from Form/Type/AddressType.php rename to src/Bundle/ChillMain/Form/Type/AddressType.php diff --git a/Form/Type/AppendScopeChoiceTypeTrait.php b/src/Bundle/ChillMain/Form/Type/AppendScopeChoiceTypeTrait.php similarity index 100% rename from Form/Type/AppendScopeChoiceTypeTrait.php rename to src/Bundle/ChillMain/Form/Type/AppendScopeChoiceTypeTrait.php diff --git a/Form/Type/CenterType.php b/src/Bundle/ChillMain/Form/Type/CenterType.php similarity index 100% rename from Form/Type/CenterType.php rename to src/Bundle/ChillMain/Form/Type/CenterType.php diff --git a/Form/Type/ChillCollectionType.php b/src/Bundle/ChillMain/Form/Type/ChillCollectionType.php similarity index 100% rename from Form/Type/ChillCollectionType.php rename to src/Bundle/ChillMain/Form/Type/ChillCollectionType.php diff --git a/Form/Type/ChillDateTimeType.php b/src/Bundle/ChillMain/Form/Type/ChillDateTimeType.php similarity index 100% rename from Form/Type/ChillDateTimeType.php rename to src/Bundle/ChillMain/Form/Type/ChillDateTimeType.php diff --git a/Form/Type/ChillDateType.php b/src/Bundle/ChillMain/Form/Type/ChillDateType.php similarity index 100% rename from Form/Type/ChillDateType.php rename to src/Bundle/ChillMain/Form/Type/ChillDateType.php diff --git a/Form/Type/CommentType.php b/src/Bundle/ChillMain/Form/Type/CommentType.php similarity index 100% rename from Form/Type/CommentType.php rename to src/Bundle/ChillMain/Form/Type/CommentType.php diff --git a/Form/Type/ComposedGroupCenterType.php b/src/Bundle/ChillMain/Form/Type/ComposedGroupCenterType.php similarity index 100% rename from Form/Type/ComposedGroupCenterType.php rename to src/Bundle/ChillMain/Form/Type/ComposedGroupCenterType.php diff --git a/Form/Type/ComposedRoleScopeType.php b/src/Bundle/ChillMain/Form/Type/ComposedRoleScopeType.php similarity index 100% rename from Form/Type/ComposedRoleScopeType.php rename to src/Bundle/ChillMain/Form/Type/ComposedRoleScopeType.php diff --git a/Form/Type/DataTransformer/CenterTransformer.php b/src/Bundle/ChillMain/Form/Type/DataTransformer/CenterTransformer.php similarity index 100% rename from Form/Type/DataTransformer/CenterTransformer.php rename to src/Bundle/ChillMain/Form/Type/DataTransformer/CenterTransformer.php diff --git a/Form/Type/DataTransformer/DateIntervalTransformer.php b/src/Bundle/ChillMain/Form/Type/DataTransformer/DateIntervalTransformer.php similarity index 100% rename from Form/Type/DataTransformer/DateIntervalTransformer.php rename to src/Bundle/ChillMain/Form/Type/DataTransformer/DateIntervalTransformer.php diff --git a/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php b/src/Bundle/ChillMain/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php similarity index 100% rename from Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php rename to src/Bundle/ChillMain/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php diff --git a/Form/Type/DataTransformer/ObjectToIdTransformer.php b/src/Bundle/ChillMain/Form/Type/DataTransformer/ObjectToIdTransformer.php similarity index 100% rename from Form/Type/DataTransformer/ObjectToIdTransformer.php rename to src/Bundle/ChillMain/Form/Type/DataTransformer/ObjectToIdTransformer.php diff --git a/Form/Type/DataTransformer/ScopeTransformer.php b/src/Bundle/ChillMain/Form/Type/DataTransformer/ScopeTransformer.php similarity index 100% rename from Form/Type/DataTransformer/ScopeTransformer.php rename to src/Bundle/ChillMain/Form/Type/DataTransformer/ScopeTransformer.php diff --git a/Form/Type/DateIntervalType.php b/src/Bundle/ChillMain/Form/Type/DateIntervalType.php similarity index 100% rename from Form/Type/DateIntervalType.php rename to src/Bundle/ChillMain/Form/Type/DateIntervalType.php diff --git a/Form/Type/Export/AggregatorType.php b/src/Bundle/ChillMain/Form/Type/Export/AggregatorType.php similarity index 100% rename from Form/Type/Export/AggregatorType.php rename to src/Bundle/ChillMain/Form/Type/Export/AggregatorType.php diff --git a/Form/Type/Export/ExportType.php b/src/Bundle/ChillMain/Form/Type/Export/ExportType.php similarity index 100% rename from Form/Type/Export/ExportType.php rename to src/Bundle/ChillMain/Form/Type/Export/ExportType.php diff --git a/Form/Type/Export/FilterType.php b/src/Bundle/ChillMain/Form/Type/Export/FilterType.php similarity index 100% rename from Form/Type/Export/FilterType.php rename to src/Bundle/ChillMain/Form/Type/Export/FilterType.php diff --git a/Form/Type/Export/FormatterType.php b/src/Bundle/ChillMain/Form/Type/Export/FormatterType.php similarity index 100% rename from Form/Type/Export/FormatterType.php rename to src/Bundle/ChillMain/Form/Type/Export/FormatterType.php diff --git a/Form/Type/Export/PickCenterType.php b/src/Bundle/ChillMain/Form/Type/Export/PickCenterType.php similarity index 100% rename from Form/Type/Export/PickCenterType.php rename to src/Bundle/ChillMain/Form/Type/Export/PickCenterType.php diff --git a/Form/Type/Export/PickFormatterType.php b/src/Bundle/ChillMain/Form/Type/Export/PickFormatterType.php similarity index 100% rename from Form/Type/Export/PickFormatterType.php rename to src/Bundle/ChillMain/Form/Type/Export/PickFormatterType.php diff --git a/Form/Type/PostalCodeType.php b/src/Bundle/ChillMain/Form/Type/PostalCodeType.php similarity index 100% rename from Form/Type/PostalCodeType.php rename to src/Bundle/ChillMain/Form/Type/PostalCodeType.php diff --git a/Form/Type/ScopePickerType.php b/src/Bundle/ChillMain/Form/Type/ScopePickerType.php similarity index 100% rename from Form/Type/ScopePickerType.php rename to src/Bundle/ChillMain/Form/Type/ScopePickerType.php diff --git a/Form/Type/Select2ChoiceType.php b/src/Bundle/ChillMain/Form/Type/Select2ChoiceType.php similarity index 100% rename from Form/Type/Select2ChoiceType.php rename to src/Bundle/ChillMain/Form/Type/Select2ChoiceType.php diff --git a/Form/Type/Select2CountryType.php b/src/Bundle/ChillMain/Form/Type/Select2CountryType.php similarity index 100% rename from Form/Type/Select2CountryType.php rename to src/Bundle/ChillMain/Form/Type/Select2CountryType.php diff --git a/Form/Type/Select2EntityType.php b/src/Bundle/ChillMain/Form/Type/Select2EntityType.php similarity index 100% rename from Form/Type/Select2EntityType.php rename to src/Bundle/ChillMain/Form/Type/Select2EntityType.php diff --git a/Form/Type/Select2LanguageType.php b/src/Bundle/ChillMain/Form/Type/Select2LanguageType.php similarity index 100% rename from Form/Type/Select2LanguageType.php rename to src/Bundle/ChillMain/Form/Type/Select2LanguageType.php diff --git a/Form/Type/TranslatableStringFormType.php b/src/Bundle/ChillMain/Form/Type/TranslatableStringFormType.php similarity index 100% rename from Form/Type/TranslatableStringFormType.php rename to src/Bundle/ChillMain/Form/Type/TranslatableStringFormType.php diff --git a/Form/Type/UserPickerType.php b/src/Bundle/ChillMain/Form/Type/UserPickerType.php similarity index 100% rename from Form/Type/UserPickerType.php rename to src/Bundle/ChillMain/Form/Type/UserPickerType.php diff --git a/Form/UserPasswordType.php b/src/Bundle/ChillMain/Form/UserPasswordType.php similarity index 100% rename from Form/UserPasswordType.php rename to src/Bundle/ChillMain/Form/UserPasswordType.php diff --git a/Form/UserType.php b/src/Bundle/ChillMain/Form/UserType.php similarity index 100% rename from Form/UserType.php rename to src/Bundle/ChillMain/Form/UserType.php diff --git a/Form/Utils/PermissionsGroupFlagProvider.php b/src/Bundle/ChillMain/Form/Utils/PermissionsGroupFlagProvider.php similarity index 100% rename from Form/Utils/PermissionsGroupFlagProvider.php rename to src/Bundle/ChillMain/Form/Utils/PermissionsGroupFlagProvider.php diff --git a/LICENSE b/src/Bundle/ChillMain/LICENSE similarity index 100% rename from LICENSE rename to src/Bundle/ChillMain/LICENSE diff --git a/Notification/Mailer.php b/src/Bundle/ChillMain/Notification/Mailer.php similarity index 100% rename from Notification/Mailer.php rename to src/Bundle/ChillMain/Notification/Mailer.php diff --git a/Pagination/ChillPaginationTwig.php b/src/Bundle/ChillMain/Pagination/ChillPaginationTwig.php similarity index 100% rename from Pagination/ChillPaginationTwig.php rename to src/Bundle/ChillMain/Pagination/ChillPaginationTwig.php diff --git a/Pagination/Page.php b/src/Bundle/ChillMain/Pagination/Page.php similarity index 100% rename from Pagination/Page.php rename to src/Bundle/ChillMain/Pagination/Page.php diff --git a/Pagination/PageGenerator.php b/src/Bundle/ChillMain/Pagination/PageGenerator.php similarity index 100% rename from Pagination/PageGenerator.php rename to src/Bundle/ChillMain/Pagination/PageGenerator.php diff --git a/Pagination/PageInterface.php b/src/Bundle/ChillMain/Pagination/PageInterface.php similarity index 100% rename from Pagination/PageInterface.php rename to src/Bundle/ChillMain/Pagination/PageInterface.php diff --git a/Pagination/Paginator.php b/src/Bundle/ChillMain/Pagination/Paginator.php similarity index 100% rename from Pagination/Paginator.php rename to src/Bundle/ChillMain/Pagination/Paginator.php diff --git a/Pagination/PaginatorFactory.php b/src/Bundle/ChillMain/Pagination/PaginatorFactory.php similarity index 100% rename from Pagination/PaginatorFactory.php rename to src/Bundle/ChillMain/Pagination/PaginatorFactory.php diff --git a/Pagination/PaginatorInterface.php b/src/Bundle/ChillMain/Pagination/PaginatorInterface.php similarity index 100% rename from Pagination/PaginatorInterface.php rename to src/Bundle/ChillMain/Pagination/PaginatorInterface.php diff --git a/Phonenumber/PhonenumberHelper.php b/src/Bundle/ChillMain/Phonenumber/PhonenumberHelper.php similarity index 100% rename from Phonenumber/PhonenumberHelper.php rename to src/Bundle/ChillMain/Phonenumber/PhonenumberHelper.php diff --git a/Phonenumber/Templating.php b/src/Bundle/ChillMain/Phonenumber/Templating.php similarity index 100% rename from Phonenumber/Templating.php rename to src/Bundle/ChillMain/Phonenumber/Templating.php diff --git a/README.md b/src/Bundle/ChillMain/README.md similarity index 100% rename from README.md rename to src/Bundle/ChillMain/README.md diff --git a/Redis/ChillRedis.php b/src/Bundle/ChillMain/Redis/ChillRedis.php similarity index 100% rename from Redis/ChillRedis.php rename to src/Bundle/ChillMain/Redis/ChillRedis.php diff --git a/Redis/RedisConnectionFactory.php b/src/Bundle/ChillMain/Redis/RedisConnectionFactory.php similarity index 100% rename from Redis/RedisConnectionFactory.php rename to src/Bundle/ChillMain/Redis/RedisConnectionFactory.php diff --git a/Repository/CenterRepository.php b/src/Bundle/ChillMain/Repository/CenterRepository.php similarity index 100% rename from Repository/CenterRepository.php rename to src/Bundle/ChillMain/Repository/CenterRepository.php diff --git a/Repository/PostalCodeRepository.php b/src/Bundle/ChillMain/Repository/PostalCodeRepository.php similarity index 100% rename from Repository/PostalCodeRepository.php rename to src/Bundle/ChillMain/Repository/PostalCodeRepository.php diff --git a/Repository/UserRepository.php b/src/Bundle/ChillMain/Repository/UserRepository.php similarity index 100% rename from Repository/UserRepository.php rename to src/Bundle/ChillMain/Repository/UserRepository.php diff --git a/Resources/Gruntfile.js b/src/Bundle/ChillMain/Resources/Gruntfile.js similarity index 100% rename from Resources/Gruntfile.js rename to src/Bundle/ChillMain/Resources/Gruntfile.js diff --git a/Resources/README.md b/src/Bundle/ChillMain/Resources/README.md similarity index 100% rename from Resources/README.md rename to src/Bundle/ChillMain/Resources/README.md diff --git a/Resources/bower.json b/src/Bundle/ChillMain/Resources/bower.json similarity index 100% rename from Resources/bower.json rename to src/Bundle/ChillMain/Resources/bower.json diff --git a/Resources/doc/index.rst b/src/Bundle/ChillMain/Resources/doc/index.rst similarity index 100% rename from Resources/doc/index.rst rename to src/Bundle/ChillMain/Resources/doc/index.rst diff --git a/Resources/fixtures/postal_code_with_error.csv b/src/Bundle/ChillMain/Resources/fixtures/postal_code_with_error.csv similarity index 100% rename from Resources/fixtures/postal_code_with_error.csv rename to src/Bundle/ChillMain/Resources/fixtures/postal_code_with_error.csv diff --git a/Resources/package.json b/src/Bundle/ChillMain/Resources/package.json similarity index 100% rename from Resources/package.json rename to src/Bundle/ChillMain/Resources/package.json diff --git a/Resources/public/css/chillmain.css b/src/Bundle/ChillMain/Resources/public/css/chillmain.css similarity index 100% rename from Resources/public/css/chillmain.css rename to src/Bundle/ChillMain/Resources/public/css/chillmain.css diff --git a/Resources/public/css/pikaday.css b/src/Bundle/ChillMain/Resources/public/css/pikaday.css similarity index 100% rename from Resources/public/css/pikaday.css rename to src/Bundle/ChillMain/Resources/public/css/pikaday.css diff --git a/Resources/public/css/scratch.css b/src/Bundle/ChillMain/Resources/public/css/scratch.css similarity index 100% rename from Resources/public/css/scratch.css rename to src/Bundle/ChillMain/Resources/public/css/scratch.css diff --git a/Resources/public/css/scratch.css.map b/src/Bundle/ChillMain/Resources/public/css/scratch.css.map similarity index 100% rename from Resources/public/css/scratch.css.map rename to src/Bundle/ChillMain/Resources/public/css/scratch.css.map diff --git a/Resources/public/css/select2/select2-bootstrap.css b/src/Bundle/ChillMain/Resources/public/css/select2/select2-bootstrap.css similarity index 100% rename from Resources/public/css/select2/select2-bootstrap.css rename to src/Bundle/ChillMain/Resources/public/css/select2/select2-bootstrap.css diff --git a/Resources/public/css/select2/select2.css b/src/Bundle/ChillMain/Resources/public/css/select2/select2.css similarity index 100% rename from Resources/public/css/select2/select2.css rename to src/Bundle/ChillMain/Resources/public/css/select2/select2.css diff --git a/Resources/public/css/select2/select2.png b/src/Bundle/ChillMain/Resources/public/css/select2/select2.png similarity index 100% rename from Resources/public/css/select2/select2.png rename to src/Bundle/ChillMain/Resources/public/css/select2/select2.png diff --git a/Resources/public/fonts/FontAwesome.otf b/src/Bundle/ChillMain/Resources/public/fonts/FontAwesome.otf similarity index 100% rename from Resources/public/fonts/FontAwesome.otf rename to src/Bundle/ChillMain/Resources/public/fonts/FontAwesome.otf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Bold.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Italic.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Light.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-LightItalic.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/MerriweatherSans-Regular.ttf diff --git a/Resources/public/fonts/Merriweather_Sans/OFL.txt b/src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/OFL.txt similarity index 100% rename from Resources/public/fonts/Merriweather_Sans/OFL.txt rename to src/Bundle/ChillMain/Resources/public/fonts/Merriweather_Sans/OFL.txt diff --git a/Resources/public/fonts/OpenSans/OpenSans.scss b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/OpenSans.scss similarity index 100% rename from Resources/public/fonts/OpenSans/OpenSans.scss rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/OpenSans.scss diff --git a/Resources/public/fonts/OpenSans/opensans-bold-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bold-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-bold-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bold-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-bold-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bold-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-bold-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bold-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-bold-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bold-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bold-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-bolditalic-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabold-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabold-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabold-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabold-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-extrabolditalic-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-italic-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-italic-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-italic-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-italic-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-italic-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-italic-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-italic-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-italic-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-italic-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-italic-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-italic-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-light-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-light-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-light-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-light-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-light-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-light-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-light-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-light-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-light-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-light-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-light-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-lightitalic-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-regular-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-regular-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-regular-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-regular-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-regular-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-regular-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-regular-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-regular-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-regular-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-regular-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-regular-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-semibold-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibold-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-semibold-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibold-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-semibold-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibold-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibold-webfont.woff2 diff --git a/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.eot similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.eot diff --git a/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.svg similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.svg diff --git a/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.ttf similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.ttf diff --git a/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff diff --git a/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff2 similarity index 100% rename from Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/OpenSans/opensans-semibolditalic-webfont.woff2 diff --git a/Resources/public/fonts/Oxygen/OFL.txt b/src/Bundle/ChillMain/Resources/public/fonts/Oxygen/OFL.txt similarity index 100% rename from Resources/public/fonts/Oxygen/OFL.txt rename to src/Bundle/ChillMain/Resources/public/fonts/Oxygen/OFL.txt diff --git a/Resources/public/fonts/Oxygen/Oxygen-Bold.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Oxygen/Oxygen-Bold.ttf similarity index 100% rename from Resources/public/fonts/Oxygen/Oxygen-Bold.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Oxygen/Oxygen-Bold.ttf diff --git a/Resources/public/fonts/Oxygen/Oxygen-Light.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Oxygen/Oxygen-Light.ttf similarity index 100% rename from Resources/public/fonts/Oxygen/Oxygen-Light.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Oxygen/Oxygen-Light.ttf diff --git a/Resources/public/fonts/Oxygen/Oxygen-Regular.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Oxygen/Oxygen-Regular.ttf similarity index 100% rename from Resources/public/fonts/Oxygen/Oxygen-Regular.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Oxygen/Oxygen-Regular.ttf diff --git a/Resources/public/fonts/Oxygen_Mono/OFL.txt b/src/Bundle/ChillMain/Resources/public/fonts/Oxygen_Mono/OFL.txt similarity index 100% rename from Resources/public/fonts/Oxygen_Mono/OFL.txt rename to src/Bundle/ChillMain/Resources/public/fonts/Oxygen_Mono/OFL.txt diff --git a/Resources/public/fonts/Oxygen_Mono/OxygenMono-Regular.ttf b/src/Bundle/ChillMain/Resources/public/fonts/Oxygen_Mono/OxygenMono-Regular.ttf similarity index 100% rename from Resources/public/fonts/Oxygen_Mono/OxygenMono-Regular.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/Oxygen_Mono/OxygenMono-Regular.ttf diff --git a/Resources/public/fonts/fontawesome-webfont.eot b/src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.eot similarity index 100% rename from Resources/public/fonts/fontawesome-webfont.eot rename to src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.eot diff --git a/Resources/public/fonts/fontawesome-webfont.svg b/src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.svg similarity index 100% rename from Resources/public/fonts/fontawesome-webfont.svg rename to src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.svg diff --git a/Resources/public/fonts/fontawesome-webfont.ttf b/src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.ttf similarity index 100% rename from Resources/public/fonts/fontawesome-webfont.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.ttf diff --git a/Resources/public/fonts/fontawesome-webfont.woff b/src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.woff similarity index 100% rename from Resources/public/fonts/fontawesome-webfont.woff rename to src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.woff diff --git a/Resources/public/fonts/fontawesome-webfont.woff2 b/src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.woff2 similarity index 100% rename from Resources/public/fonts/fontawesome-webfont.woff2 rename to src/Bundle/ChillMain/Resources/public/fonts/fontawesome-webfont.woff2 diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Bold.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-BoldItalic.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBold.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-ExtraBoldItalic.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Italic.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Light.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-LightItalic.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/MerriweatherSans-Regular.ttf diff --git a/Resources/public/fonts/icons/Merriweather_Sans/OFL.txt b/src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/OFL.txt similarity index 100% rename from Resources/public/fonts/icons/Merriweather_Sans/OFL.txt rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Merriweather_Sans/OFL.txt diff --git a/Resources/public/fonts/icons/Oxygen/OFL.txt b/src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/OFL.txt similarity index 100% rename from Resources/public/fonts/icons/Oxygen/OFL.txt rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/OFL.txt diff --git a/Resources/public/fonts/icons/Oxygen/Oxygen-Bold.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/Oxygen-Bold.ttf similarity index 100% rename from Resources/public/fonts/icons/Oxygen/Oxygen-Bold.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/Oxygen-Bold.ttf diff --git a/Resources/public/fonts/icons/Oxygen/Oxygen-Light.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/Oxygen-Light.ttf similarity index 100% rename from Resources/public/fonts/icons/Oxygen/Oxygen-Light.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/Oxygen-Light.ttf diff --git a/Resources/public/fonts/icons/Oxygen/Oxygen-Regular.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/Oxygen-Regular.ttf similarity index 100% rename from Resources/public/fonts/icons/Oxygen/Oxygen-Regular.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen/Oxygen-Regular.ttf diff --git a/Resources/public/fonts/icons/Oxygen_Mono/OFL.txt b/src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen_Mono/OFL.txt similarity index 100% rename from Resources/public/fonts/icons/Oxygen_Mono/OFL.txt rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen_Mono/OFL.txt diff --git a/Resources/public/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf similarity index 100% rename from Resources/public/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/Oxygen_Mono/OxygenMono-Regular.ttf diff --git a/Resources/public/fonts/icons/entypo.eot b/src/Bundle/ChillMain/Resources/public/fonts/icons/entypo.eot similarity index 100% rename from Resources/public/fonts/icons/entypo.eot rename to src/Bundle/ChillMain/Resources/public/fonts/icons/entypo.eot diff --git a/Resources/public/fonts/icons/entypo.ttf b/src/Bundle/ChillMain/Resources/public/fonts/icons/entypo.ttf similarity index 100% rename from Resources/public/fonts/icons/entypo.ttf rename to src/Bundle/ChillMain/Resources/public/fonts/icons/entypo.ttf diff --git a/Resources/public/fonts/icons/entypo.woff b/src/Bundle/ChillMain/Resources/public/fonts/icons/entypo.woff similarity index 100% rename from Resources/public/fonts/icons/entypo.woff rename to src/Bundle/ChillMain/Resources/public/fonts/icons/entypo.woff diff --git a/Resources/public/img/background/desert.jpg b/src/Bundle/ChillMain/Resources/public/img/background/desert.jpg similarity index 100% rename from Resources/public/img/background/desert.jpg rename to src/Bundle/ChillMain/Resources/public/img/background/desert.jpg diff --git a/Resources/public/img/background/kids-1.jpg b/src/Bundle/ChillMain/Resources/public/img/background/kids-1.jpg similarity index 100% rename from Resources/public/img/background/kids-1.jpg rename to src/Bundle/ChillMain/Resources/public/img/background/kids-1.jpg diff --git a/Resources/public/img/background/kids-2.jpg b/src/Bundle/ChillMain/Resources/public/img/background/kids-2.jpg similarity index 100% rename from Resources/public/img/background/kids-2.jpg rename to src/Bundle/ChillMain/Resources/public/img/background/kids-2.jpg diff --git a/Resources/public/img/background/sun.jpg b/src/Bundle/ChillMain/Resources/public/img/background/sun.jpg similarity index 100% rename from Resources/public/img/background/sun.jpg rename to src/Bundle/ChillMain/Resources/public/img/background/sun.jpg diff --git a/Resources/public/img/favicon-32.xcf b/src/Bundle/ChillMain/Resources/public/img/favicon-32.xcf similarity index 100% rename from Resources/public/img/favicon-32.xcf rename to src/Bundle/ChillMain/Resources/public/img/favicon-32.xcf diff --git a/Resources/public/img/favicon.ico b/src/Bundle/ChillMain/Resources/public/img/favicon.ico similarity index 100% rename from Resources/public/img/favicon.ico rename to src/Bundle/ChillMain/Resources/public/img/favicon.ico diff --git a/Resources/public/img/favicon.svg b/src/Bundle/ChillMain/Resources/public/img/favicon.svg similarity index 100% rename from Resources/public/img/favicon.svg rename to src/Bundle/ChillMain/Resources/public/img/favicon.svg diff --git a/Resources/public/img/logo-chill-outil-accompagnement.png b/src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement.png similarity index 100% rename from Resources/public/img/logo-chill-outil-accompagnement.png rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement.png diff --git a/Resources/public/img/logo-chill-outil-accompagnement.svg b/src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement.svg similarity index 100% rename from Resources/public/img/logo-chill-outil-accompagnement.svg rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement.svg diff --git a/Resources/public/img/logo-chill-outil-accompagnement_white.png b/src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement_white.png similarity index 100% rename from Resources/public/img/logo-chill-outil-accompagnement_white.png rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement_white.png diff --git a/Resources/public/img/logo-chill-outil-accompagnement_white.svg b/src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement_white.svg similarity index 100% rename from Resources/public/img/logo-chill-outil-accompagnement_white.svg rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-outil-accompagnement_white.svg diff --git a/Resources/public/img/logo-chill-sans-slogan.png b/src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan.png similarity index 100% rename from Resources/public/img/logo-chill-sans-slogan.png rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan.png diff --git a/Resources/public/img/logo-chill-sans-slogan.svg b/src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan.svg similarity index 100% rename from Resources/public/img/logo-chill-sans-slogan.svg rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan.svg diff --git a/Resources/public/img/logo-chill-sans-slogan_white.png b/src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan_white.png similarity index 100% rename from Resources/public/img/logo-chill-sans-slogan_white.png rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan_white.png diff --git a/Resources/public/img/logo-chill-sans-slogan_white.svg b/src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan_white.svg similarity index 100% rename from Resources/public/img/logo-chill-sans-slogan_white.svg rename to src/Bundle/ChillMain/Resources/public/img/logo-chill-sans-slogan_white.svg diff --git a/Resources/public/js/chill.js b/src/Bundle/ChillMain/Resources/public/js/chill.js similarity index 100% rename from Resources/public/js/chill.js rename to src/Bundle/ChillMain/Resources/public/js/chill.js diff --git a/Resources/public/js/collection/collection.scss b/src/Bundle/ChillMain/Resources/public/js/collection/collection.scss similarity index 100% rename from Resources/public/js/collection/collection.scss rename to src/Bundle/ChillMain/Resources/public/js/collection/collection.scss diff --git a/Resources/public/js/collection/collections.js b/src/Bundle/ChillMain/Resources/public/js/collection/collections.js similarity index 100% rename from Resources/public/js/collection/collections.js rename to src/Bundle/ChillMain/Resources/public/js/collection/collections.js diff --git a/Resources/public/js/jquery.js b/src/Bundle/ChillMain/Resources/public/js/jquery.js similarity index 100% rename from Resources/public/js/jquery.js rename to src/Bundle/ChillMain/Resources/public/js/jquery.js diff --git a/Resources/public/js/moment.js b/src/Bundle/ChillMain/Resources/public/js/moment.js similarity index 100% rename from Resources/public/js/moment.js rename to src/Bundle/ChillMain/Resources/public/js/moment.js diff --git a/Resources/public/js/pikaday/pikaday.js b/src/Bundle/ChillMain/Resources/public/js/pikaday/pikaday.js similarity index 100% rename from Resources/public/js/pikaday/pikaday.js rename to src/Bundle/ChillMain/Resources/public/js/pikaday/pikaday.js diff --git a/Resources/public/js/pikaday/plugins/pikaday.jquery.js b/src/Bundle/ChillMain/Resources/public/js/pikaday/plugins/pikaday.jquery.js similarity index 100% rename from Resources/public/js/pikaday/plugins/pikaday.jquery.js rename to src/Bundle/ChillMain/Resources/public/js/pikaday/plugins/pikaday.jquery.js diff --git a/Resources/public/js/select2/select2.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2.js similarity index 100% rename from Resources/public/js/select2/select2.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2.js diff --git a/Resources/public/js/select2/select2.min.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2.min.js similarity index 100% rename from Resources/public/js/select2/select2.min.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2.min.js diff --git a/Resources/public/js/select2/select2_locale_ar.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ar.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ar.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ar.js diff --git a/Resources/public/js/select2/select2_locale_az.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_az.js similarity index 100% rename from Resources/public/js/select2/select2_locale_az.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_az.js diff --git a/Resources/public/js/select2/select2_locale_bg.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_bg.js similarity index 100% rename from Resources/public/js/select2/select2_locale_bg.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_bg.js diff --git a/Resources/public/js/select2/select2_locale_ca.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ca.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ca.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ca.js diff --git a/Resources/public/js/select2/select2_locale_cs.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_cs.js similarity index 100% rename from Resources/public/js/select2/select2_locale_cs.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_cs.js diff --git a/Resources/public/js/select2/select2_locale_da.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_da.js similarity index 100% rename from Resources/public/js/select2/select2_locale_da.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_da.js diff --git a/Resources/public/js/select2/select2_locale_de.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_de.js similarity index 100% rename from Resources/public/js/select2/select2_locale_de.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_de.js diff --git a/Resources/public/js/select2/select2_locale_el.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_el.js similarity index 100% rename from Resources/public/js/select2/select2_locale_el.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_el.js diff --git a/Resources/public/js/select2/select2_locale_es.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_es.js similarity index 100% rename from Resources/public/js/select2/select2_locale_es.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_es.js diff --git a/Resources/public/js/select2/select2_locale_et.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_et.js similarity index 100% rename from Resources/public/js/select2/select2_locale_et.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_et.js diff --git a/Resources/public/js/select2/select2_locale_eu.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_eu.js similarity index 100% rename from Resources/public/js/select2/select2_locale_eu.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_eu.js diff --git a/Resources/public/js/select2/select2_locale_fa.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_fa.js similarity index 100% rename from Resources/public/js/select2/select2_locale_fa.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_fa.js diff --git a/Resources/public/js/select2/select2_locale_fi.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_fi.js similarity index 100% rename from Resources/public/js/select2/select2_locale_fi.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_fi.js diff --git a/Resources/public/js/select2/select2_locale_fr.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_fr.js similarity index 100% rename from Resources/public/js/select2/select2_locale_fr.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_fr.js diff --git a/Resources/public/js/select2/select2_locale_gl.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_gl.js similarity index 100% rename from Resources/public/js/select2/select2_locale_gl.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_gl.js diff --git a/Resources/public/js/select2/select2_locale_he.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_he.js similarity index 100% rename from Resources/public/js/select2/select2_locale_he.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_he.js diff --git a/Resources/public/js/select2/select2_locale_hr.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_hr.js similarity index 100% rename from Resources/public/js/select2/select2_locale_hr.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_hr.js diff --git a/Resources/public/js/select2/select2_locale_hu.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_hu.js similarity index 100% rename from Resources/public/js/select2/select2_locale_hu.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_hu.js diff --git a/Resources/public/js/select2/select2_locale_id.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_id.js similarity index 100% rename from Resources/public/js/select2/select2_locale_id.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_id.js diff --git a/Resources/public/js/select2/select2_locale_is.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_is.js similarity index 100% rename from Resources/public/js/select2/select2_locale_is.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_is.js diff --git a/Resources/public/js/select2/select2_locale_it.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_it.js similarity index 100% rename from Resources/public/js/select2/select2_locale_it.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_it.js diff --git a/Resources/public/js/select2/select2_locale_ja.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ja.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ja.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ja.js diff --git a/Resources/public/js/select2/select2_locale_ka.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ka.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ka.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ka.js diff --git a/Resources/public/js/select2/select2_locale_ko.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ko.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ko.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ko.js diff --git a/Resources/public/js/select2/select2_locale_lt.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_lt.js similarity index 100% rename from Resources/public/js/select2/select2_locale_lt.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_lt.js diff --git a/Resources/public/js/select2/select2_locale_lv.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_lv.js similarity index 100% rename from Resources/public/js/select2/select2_locale_lv.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_lv.js diff --git a/Resources/public/js/select2/select2_locale_mk.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_mk.js similarity index 100% rename from Resources/public/js/select2/select2_locale_mk.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_mk.js diff --git a/Resources/public/js/select2/select2_locale_ms.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ms.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ms.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ms.js diff --git a/Resources/public/js/select2/select2_locale_nb.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_nb.js similarity index 100% rename from Resources/public/js/select2/select2_locale_nb.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_nb.js diff --git a/Resources/public/js/select2/select2_locale_nl.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_nl.js similarity index 100% rename from Resources/public/js/select2/select2_locale_nl.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_nl.js diff --git a/Resources/public/js/select2/select2_locale_pl.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_pl.js similarity index 100% rename from Resources/public/js/select2/select2_locale_pl.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_pl.js diff --git a/Resources/public/js/select2/select2_locale_pt-BR.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_pt-BR.js similarity index 100% rename from Resources/public/js/select2/select2_locale_pt-BR.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_pt-BR.js diff --git a/Resources/public/js/select2/select2_locale_pt-PT.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_pt-PT.js similarity index 100% rename from Resources/public/js/select2/select2_locale_pt-PT.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_pt-PT.js diff --git a/Resources/public/js/select2/select2_locale_ro.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ro.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ro.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ro.js diff --git a/Resources/public/js/select2/select2_locale_rs.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_rs.js similarity index 100% rename from Resources/public/js/select2/select2_locale_rs.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_rs.js diff --git a/Resources/public/js/select2/select2_locale_ru.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ru.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ru.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ru.js diff --git a/Resources/public/js/select2/select2_locale_sk.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_sk.js similarity index 100% rename from Resources/public/js/select2/select2_locale_sk.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_sk.js diff --git a/Resources/public/js/select2/select2_locale_sv.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_sv.js similarity index 100% rename from Resources/public/js/select2/select2_locale_sv.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_sv.js diff --git a/Resources/public/js/select2/select2_locale_th.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_th.js similarity index 100% rename from Resources/public/js/select2/select2_locale_th.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_th.js diff --git a/Resources/public/js/select2/select2_locale_tr.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_tr.js similarity index 100% rename from Resources/public/js/select2/select2_locale_tr.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_tr.js diff --git a/Resources/public/js/select2/select2_locale_ug-CN.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ug-CN.js similarity index 100% rename from Resources/public/js/select2/select2_locale_ug-CN.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_ug-CN.js diff --git a/Resources/public/js/select2/select2_locale_uk.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_uk.js similarity index 100% rename from Resources/public/js/select2/select2_locale_uk.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_uk.js diff --git a/Resources/public/js/select2/select2_locale_vi.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_vi.js similarity index 100% rename from Resources/public/js/select2/select2_locale_vi.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_vi.js diff --git a/Resources/public/js/select2/select2_locale_zh-CN.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_zh-CN.js similarity index 100% rename from Resources/public/js/select2/select2_locale_zh-CN.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_zh-CN.js diff --git a/Resources/public/js/select2/select2_locale_zh-TW.js b/src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_zh-TW.js similarity index 100% rename from Resources/public/js/select2/select2_locale_zh-TW.js rename to src/Bundle/ChillMain/Resources/public/js/select2/select2_locale_zh-TW.js diff --git a/Resources/public/main.js b/src/Bundle/ChillMain/Resources/public/main.js similarity index 100% rename from Resources/public/main.js rename to src/Bundle/ChillMain/Resources/public/main.js diff --git a/Resources/public/modules/breadcrumb/index.js b/src/Bundle/ChillMain/Resources/public/modules/breadcrumb/index.js similarity index 100% rename from Resources/public/modules/breadcrumb/index.js rename to src/Bundle/ChillMain/Resources/public/modules/breadcrumb/index.js diff --git a/Resources/public/modules/breadcrumb/layout.scss b/src/Bundle/ChillMain/Resources/public/modules/breadcrumb/layout.scss similarity index 100% rename from Resources/public/modules/breadcrumb/layout.scss rename to src/Bundle/ChillMain/Resources/public/modules/breadcrumb/layout.scss diff --git a/Resources/public/modules/ckeditor5/ckeditor5.css b/src/Bundle/ChillMain/Resources/public/modules/ckeditor5/ckeditor5.css similarity index 100% rename from Resources/public/modules/ckeditor5/ckeditor5.css rename to src/Bundle/ChillMain/Resources/public/modules/ckeditor5/ckeditor5.css diff --git a/Resources/public/modules/ckeditor5/index.js b/src/Bundle/ChillMain/Resources/public/modules/ckeditor5/index.js similarity index 100% rename from Resources/public/modules/ckeditor5/index.js rename to src/Bundle/ChillMain/Resources/public/modules/ckeditor5/index.js diff --git a/Resources/public/modules/download-report/download-report.js b/src/Bundle/ChillMain/Resources/public/modules/download-report/download-report.js similarity index 100% rename from Resources/public/modules/download-report/download-report.js rename to src/Bundle/ChillMain/Resources/public/modules/download-report/download-report.js diff --git a/Resources/public/modules/download-report/index.js b/src/Bundle/ChillMain/Resources/public/modules/download-report/index.js similarity index 100% rename from Resources/public/modules/download-report/index.js rename to src/Bundle/ChillMain/Resources/public/modules/download-report/index.js diff --git a/Resources/public/modules/export-list/export-list.scss b/src/Bundle/ChillMain/Resources/public/modules/export-list/export-list.scss similarity index 100% rename from Resources/public/modules/export-list/export-list.scss rename to src/Bundle/ChillMain/Resources/public/modules/export-list/export-list.scss diff --git a/Resources/public/modules/login_page/desert.jpg b/src/Bundle/ChillMain/Resources/public/modules/login_page/desert.jpg similarity index 100% rename from Resources/public/modules/login_page/desert.jpg rename to src/Bundle/ChillMain/Resources/public/modules/login_page/desert.jpg diff --git a/Resources/public/modules/login_page/index.js b/src/Bundle/ChillMain/Resources/public/modules/login_page/index.js similarity index 100% rename from Resources/public/modules/login_page/index.js rename to src/Bundle/ChillMain/Resources/public/modules/login_page/index.js diff --git a/Resources/public/modules/login_page/login.scss b/src/Bundle/ChillMain/Resources/public/modules/login_page/login.scss similarity index 100% rename from Resources/public/modules/login_page/login.scss rename to src/Bundle/ChillMain/Resources/public/modules/login_page/login.scss diff --git a/Resources/public/modules/select_interactive_loading/index.js b/src/Bundle/ChillMain/Resources/public/modules/select_interactive_loading/index.js similarity index 100% rename from Resources/public/modules/select_interactive_loading/index.js rename to src/Bundle/ChillMain/Resources/public/modules/select_interactive_loading/index.js diff --git a/Resources/public/modules/show_hide/index.js b/src/Bundle/ChillMain/Resources/public/modules/show_hide/index.js similarity index 100% rename from Resources/public/modules/show_hide/index.js rename to src/Bundle/ChillMain/Resources/public/modules/show_hide/index.js diff --git a/Resources/public/modules/show_hide/show_hide.js b/src/Bundle/ChillMain/Resources/public/modules/show_hide/show_hide.js similarity index 100% rename from Resources/public/modules/show_hide/show_hide.js rename to src/Bundle/ChillMain/Resources/public/modules/show_hide/show_hide.js diff --git a/Resources/public/modules/tabs/index.js b/src/Bundle/ChillMain/Resources/public/modules/tabs/index.js similarity index 100% rename from Resources/public/modules/tabs/index.js rename to src/Bundle/ChillMain/Resources/public/modules/tabs/index.js diff --git a/Resources/public/modules/tabs/tabs.js b/src/Bundle/ChillMain/Resources/public/modules/tabs/tabs.js similarity index 100% rename from Resources/public/modules/tabs/tabs.js rename to src/Bundle/ChillMain/Resources/public/modules/tabs/tabs.js diff --git a/Resources/public/modules/tabs/tabs.scss b/src/Bundle/ChillMain/Resources/public/modules/tabs/tabs.scss similarity index 100% rename from Resources/public/modules/tabs/tabs.scss rename to src/Bundle/ChillMain/Resources/public/modules/tabs/tabs.scss diff --git a/Resources/public/sass/_custom.scss b/src/Bundle/ChillMain/Resources/public/sass/_custom.scss similarity index 100% rename from Resources/public/sass/_custom.scss rename to src/Bundle/ChillMain/Resources/public/sass/_custom.scss diff --git a/Resources/public/sass/config/_buttons.scss b/src/Bundle/ChillMain/Resources/public/sass/config/_buttons.scss similarity index 100% rename from Resources/public/sass/config/_buttons.scss rename to src/Bundle/ChillMain/Resources/public/sass/config/_buttons.scss diff --git a/Resources/public/sass/config/_colors.scss b/src/Bundle/ChillMain/Resources/public/sass/config/_colors.scss similarity index 100% rename from Resources/public/sass/config/_colors.scss rename to src/Bundle/ChillMain/Resources/public/sass/config/_colors.scss diff --git a/Resources/public/sass/config/_variables.scss b/src/Bundle/ChillMain/Resources/public/sass/config/_variables.scss similarity index 100% rename from Resources/public/sass/config/_variables.scss rename to src/Bundle/ChillMain/Resources/public/sass/config/_variables.scss diff --git a/Resources/public/sass/contrib/bourbon/_bourbon-deprecated-upcoming.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/_bourbon-deprecated-upcoming.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/_bourbon-deprecated-upcoming.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/_bourbon-deprecated-upcoming.scss diff --git a/Resources/public/sass/contrib/bourbon/_bourbon.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/_bourbon.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/_bourbon.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/_bourbon.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_border-color.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-color.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_border-color.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-color.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_border-radius.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-radius.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_border-radius.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-radius.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_border-style.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-style.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_border-style.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-style.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_border-width.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-width.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_border-width.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_border-width.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_buttons.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_buttons.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_buttons.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_buttons.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_clearfix.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_clearfix.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_clearfix.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_clearfix.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_ellipsis.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_ellipsis.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_ellipsis.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_ellipsis.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_font-stacks.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_font-stacks.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_font-stacks.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_font-stacks.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_hide-text.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_hide-text.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_hide-text.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_hide-text.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_margin.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_margin.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_margin.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_margin.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_padding.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_padding.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_padding.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_padding.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_position.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_position.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_position.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_position.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_prefixer.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_prefixer.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_prefixer.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_prefixer.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_retina-image.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_retina-image.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_retina-image.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_retina-image.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_size.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_size.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_size.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_size.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_text-inputs.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_text-inputs.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_text-inputs.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_text-inputs.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_timing-functions.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_timing-functions.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_timing-functions.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_timing-functions.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_triangle.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_triangle.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_triangle.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_triangle.scss diff --git a/Resources/public/sass/contrib/bourbon/addons/_word-wrap.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_word-wrap.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/addons/_word-wrap.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/addons/_word-wrap.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_animation.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_animation.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_animation.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_animation.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_appearance.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_appearance.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_appearance.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_appearance.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_backface-visibility.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_backface-visibility.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_backface-visibility.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_backface-visibility.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_background-image.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_background-image.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_background-image.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_background-image.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_background.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_background.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_background.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_background.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_border-image.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_border-image.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_border-image.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_border-image.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_calc.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_calc.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_calc.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_calc.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_columns.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_columns.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_columns.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_columns.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_filter.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_filter.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_filter.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_filter.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_flex-box.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_flex-box.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_flex-box.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_flex-box.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_font-face.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_font-face.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_font-face.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_font-face.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_font-feature-settings.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_font-feature-settings.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_font-feature-settings.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_font-feature-settings.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_hidpi-media-query.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_hidpi-media-query.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_hidpi-media-query.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_hidpi-media-query.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_hyphens.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_hyphens.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_hyphens.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_hyphens.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_image-rendering.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_image-rendering.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_image-rendering.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_image-rendering.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_keyframes.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_keyframes.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_keyframes.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_keyframes.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_linear-gradient.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_linear-gradient.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_linear-gradient.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_linear-gradient.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_perspective.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_perspective.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_perspective.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_perspective.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_placeholder.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_placeholder.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_placeholder.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_placeholder.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_radial-gradient.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_radial-gradient.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_radial-gradient.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_radial-gradient.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_selection.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_selection.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_selection.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_selection.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_text-decoration.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_text-decoration.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_text-decoration.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_text-decoration.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_transform.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_transform.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_transform.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_transform.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_transition.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_transition.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_transition.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_transition.scss diff --git a/Resources/public/sass/contrib/bourbon/css3/_user-select.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_user-select.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/css3/_user-select.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/css3/_user-select.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_assign-inputs.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_assign-inputs.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_assign-inputs.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_assign-inputs.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_contains-falsy.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_contains-falsy.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_contains-falsy.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_contains-falsy.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_contains.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_contains.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_contains.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_contains.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_is-length.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-length.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_is-length.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-length.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_is-light.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-light.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_is-light.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-light.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_is-number.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-number.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_is-number.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-number.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_is-size.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-size.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_is-size.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_is-size.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_modular-scale.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_modular-scale.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_modular-scale.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_modular-scale.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_px-to-em.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_px-to-em.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_px-to-em.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_px-to-em.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_px-to-rem.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_px-to-rem.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_px-to-rem.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_px-to-rem.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_shade.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_shade.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_shade.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_shade.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_strip-units.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_strip-units.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_strip-units.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_strip-units.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_tint.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_tint.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_tint.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_tint.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_transition-property-name.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_transition-property-name.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_transition-property-name.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_transition-property-name.scss diff --git a/Resources/public/sass/contrib/bourbon/functions/_unpack.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_unpack.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/functions/_unpack.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/functions/_unpack.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_convert-units.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_convert-units.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_convert-units.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_convert-units.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_directional-values.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_directional-values.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_directional-values.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_directional-values.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_font-source-declaration.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_font-source-declaration.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_font-source-declaration.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_font-source-declaration.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_gradient-positions-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_gradient-positions-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_gradient-positions-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_gradient-positions-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_linear-angle-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-angle-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_linear-angle-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-angle-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_linear-gradient-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-gradient-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_linear-gradient-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-gradient-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_linear-positions-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-positions-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_linear-positions-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-positions-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_linear-side-corner-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-side-corner-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_linear-side-corner-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_linear-side-corner-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_radial-arg-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_radial-arg-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_radial-arg-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_radial-arg-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_radial-gradient-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_radial-gradient-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_radial-gradient-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_radial-gradient-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_radial-positions-parser.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_radial-positions-parser.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_radial-positions-parser.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_radial-positions-parser.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_render-gradients.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_render-gradients.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_render-gradients.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_render-gradients.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_shape-size-stripper.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_shape-size-stripper.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_shape-size-stripper.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_shape-size-stripper.scss diff --git a/Resources/public/sass/contrib/bourbon/helpers/_str-to-num.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_str-to-num.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/helpers/_str-to-num.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/helpers/_str-to-num.scss diff --git a/Resources/public/sass/contrib/bourbon/settings/_asset-pipeline.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/settings/_asset-pipeline.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/settings/_asset-pipeline.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/settings/_asset-pipeline.scss diff --git a/Resources/public/sass/contrib/bourbon/settings/_prefixer.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/settings/_prefixer.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/settings/_prefixer.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/settings/_prefixer.scss diff --git a/Resources/public/sass/contrib/bourbon/settings/_px-to-em.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/settings/_px-to-em.scss similarity index 100% rename from Resources/public/sass/contrib/bourbon/settings/_px-to-em.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/bourbon/settings/_px-to-em.scss diff --git a/Resources/public/sass/contrib/fontawesome/_animated.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_animated.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_animated.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_animated.scss diff --git a/Resources/public/sass/contrib/fontawesome/_bordered-pulled.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_bordered-pulled.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_bordered-pulled.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_bordered-pulled.scss diff --git a/Resources/public/sass/contrib/fontawesome/_core.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_core.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_core.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_core.scss diff --git a/Resources/public/sass/contrib/fontawesome/_fixed-width.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_fixed-width.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_fixed-width.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_fixed-width.scss diff --git a/Resources/public/sass/contrib/fontawesome/_icons.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_icons.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_icons.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_icons.scss diff --git a/Resources/public/sass/contrib/fontawesome/_larger.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_larger.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_larger.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_larger.scss diff --git a/Resources/public/sass/contrib/fontawesome/_list.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_list.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_list.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_list.scss diff --git a/Resources/public/sass/contrib/fontawesome/_mixins.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_mixins.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_mixins.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_mixins.scss diff --git a/Resources/public/sass/contrib/fontawesome/_path.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_path.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_path.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_path.scss diff --git a/Resources/public/sass/contrib/fontawesome/_rotated-flipped.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_rotated-flipped.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_rotated-flipped.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_rotated-flipped.scss diff --git a/Resources/public/sass/contrib/fontawesome/_stacked.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_stacked.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_stacked.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_stacked.scss diff --git a/Resources/public/sass/contrib/fontawesome/_variables.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_variables.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/_variables.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/_variables.scss diff --git a/Resources/public/sass/contrib/fontawesome/font-awesome.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/font-awesome.scss similarity index 100% rename from Resources/public/sass/contrib/fontawesome/font-awesome.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/fontawesome/font-awesome.scss diff --git a/Resources/public/sass/contrib/gridle/_grid-settings.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/_grid-settings.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/_grid-settings.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/_grid-settings.scss diff --git a/Resources/public/sass/contrib/gridle/grid-bootstrap.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/grid-bootstrap.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/grid-bootstrap.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/grid-bootstrap.scss diff --git a/Resources/public/sass/contrib/gridle/grid.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/grid.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/grid.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/grid.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_common-mixins.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_common-mixins.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_common-mixins.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_common-mixins.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_default-states.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_default-states.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_default-states.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_default-states.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_functions.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_functions.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_functions.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_functions.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_generate-mixins.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_generate-mixins.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_generate-mixins.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_generate-mixins.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_gridle.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_gridle.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_gridle.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_gridle.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_mixins.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_mixins.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_mixins.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_mixins.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_settings-mixins.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_settings-mixins.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_settings-mixins.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_settings-mixins.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_settings.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_settings.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_settings.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_settings.scss diff --git a/Resources/public/sass/contrib/gridle/gridle/_silent-classes.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_silent-classes.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/gridle/_silent-classes.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/gridle/_silent-classes.scss diff --git a/Resources/public/sass/contrib/gridle/style-bootstrap.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/style-bootstrap.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/style-bootstrap.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/style-bootstrap.scss diff --git a/Resources/public/sass/contrib/gridle/style.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/style.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/style.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/style.scss diff --git a/Resources/public/sass/contrib/gridle/tests.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/tests.scss similarity index 100% rename from Resources/public/sass/contrib/gridle/tests.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/gridle/tests.scss diff --git a/Resources/public/sass/contrib/normalize/_normalize.scss b/src/Bundle/ChillMain/Resources/public/sass/contrib/normalize/_normalize.scss similarity index 100% rename from Resources/public/sass/contrib/normalize/_normalize.scss rename to src/Bundle/ChillMain/Resources/public/sass/contrib/normalize/_normalize.scss diff --git a/Resources/public/sass/custom/_address.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_address.scss similarity index 100% rename from Resources/public/sass/custom/_address.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_address.scss diff --git a/Resources/public/sass/custom/_box.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_box.scss similarity index 100% rename from Resources/public/sass/custom/_box.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_box.scss diff --git a/Resources/public/sass/custom/_custom-fields.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_custom-fields.scss similarity index 100% rename from Resources/public/sass/custom/_custom-fields.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_custom-fields.scss diff --git a/Resources/public/sass/custom/_flash_messages.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_flash_messages.scss similarity index 100% rename from Resources/public/sass/custom/_flash_messages.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_flash_messages.scss diff --git a/Resources/public/sass/custom/_fonts.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_fonts.scss similarity index 100% rename from Resources/public/sass/custom/_fonts.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_fonts.scss diff --git a/Resources/public/sass/custom/_pagination.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_pagination.scss similarity index 100% rename from Resources/public/sass/custom/_pagination.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_pagination.scss diff --git a/Resources/public/sass/custom/_person.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_person.scss similarity index 100% rename from Resources/public/sass/custom/_person.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_person.scss diff --git a/Resources/public/sass/custom/_record_actions.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_record_actions.scss similarity index 100% rename from Resources/public/sass/custom/_record_actions.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_record_actions.scss diff --git a/Resources/public/sass/custom/_report.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_report.scss similarity index 100% rename from Resources/public/sass/custom/_report.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_report.scss diff --git a/Resources/public/sass/custom/_timeline.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/_timeline.scss similarity index 100% rename from Resources/public/sass/custom/_timeline.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/_timeline.scss diff --git a/Resources/public/sass/custom/config/_colors.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/config/_colors.scss similarity index 100% rename from Resources/public/sass/custom/config/_colors.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/config/_colors.scss diff --git a/Resources/public/sass/custom/config/_variables.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/config/_variables.scss similarity index 100% rename from Resources/public/sass/custom/config/_variables.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/config/_variables.scss diff --git a/Resources/public/sass/custom/mixins/entity.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/mixins/entity.scss similarity index 100% rename from Resources/public/sass/custom/mixins/entity.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/mixins/entity.scss diff --git a/Resources/public/sass/custom/modules/_buttons.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/modules/_buttons.scss similarity index 100% rename from Resources/public/sass/custom/modules/_buttons.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/modules/_buttons.scss diff --git a/Resources/public/sass/custom/modules/_forms.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/modules/_forms.scss similarity index 100% rename from Resources/public/sass/custom/modules/_forms.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/modules/_forms.scss diff --git a/Resources/public/sass/custom/modules/_navigation.scss b/src/Bundle/ChillMain/Resources/public/sass/custom/modules/_navigation.scss similarity index 100% rename from Resources/public/sass/custom/modules/_navigation.scss rename to src/Bundle/ChillMain/Resources/public/sass/custom/modules/_navigation.scss diff --git a/Resources/public/sass/custom/modules/copy-solid.svg b/src/Bundle/ChillMain/Resources/public/sass/custom/modules/copy-solid.svg similarity index 100% rename from Resources/public/sass/custom/modules/copy-solid.svg rename to src/Bundle/ChillMain/Resources/public/sass/custom/modules/copy-solid.svg diff --git a/Resources/public/sass/custom/modules/users-slash-solid.svg b/src/Bundle/ChillMain/Resources/public/sass/custom/modules/users-slash-solid.svg similarity index 100% rename from Resources/public/sass/custom/modules/users-slash-solid.svg rename to src/Bundle/ChillMain/Resources/public/sass/custom/modules/users-slash-solid.svg diff --git a/Resources/public/sass/mixins/_alerts.scss b/src/Bundle/ChillMain/Resources/public/sass/mixins/_alerts.scss similarity index 100% rename from Resources/public/sass/mixins/_alerts.scss rename to src/Bundle/ChillMain/Resources/public/sass/mixins/_alerts.scss diff --git a/Resources/public/sass/mixins/_buttons.scss b/src/Bundle/ChillMain/Resources/public/sass/mixins/_buttons.scss similarity index 100% rename from Resources/public/sass/mixins/_buttons.scss rename to src/Bundle/ChillMain/Resources/public/sass/mixins/_buttons.scss diff --git a/Resources/public/sass/modules/_alerts.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_alerts.scss similarity index 100% rename from Resources/public/sass/modules/_alerts.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_alerts.scss diff --git a/Resources/public/sass/modules/_buttons.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_buttons.scss similarity index 100% rename from Resources/public/sass/modules/_buttons.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_buttons.scss diff --git a/Resources/public/sass/modules/_content.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_content.scss similarity index 100% rename from Resources/public/sass/modules/_content.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_content.scss diff --git a/Resources/public/sass/modules/_footer.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_footer.scss similarity index 100% rename from Resources/public/sass/modules/_footer.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_footer.scss diff --git a/Resources/public/sass/modules/_forms.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_forms.scss similarity index 100% rename from Resources/public/sass/modules/_forms.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_forms.scss diff --git a/Resources/public/sass/modules/_navigation.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_navigation.scss similarity index 100% rename from Resources/public/sass/modules/_navigation.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_navigation.scss diff --git a/Resources/public/sass/modules/_table.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_table.scss similarity index 100% rename from Resources/public/sass/modules/_table.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_table.scss diff --git a/Resources/public/sass/modules/_tabs.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_tabs.scss similarity index 100% rename from Resources/public/sass/modules/_tabs.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_tabs.scss diff --git a/Resources/public/sass/modules/_typography.scss b/src/Bundle/ChillMain/Resources/public/sass/modules/_typography.scss similarity index 100% rename from Resources/public/sass/modules/_typography.scss rename to src/Bundle/ChillMain/Resources/public/sass/modules/_typography.scss diff --git a/Resources/public/sass/scratch.scss b/src/Bundle/ChillMain/Resources/public/sass/scratch.scss similarity index 100% rename from Resources/public/sass/scratch.scss rename to src/Bundle/ChillMain/Resources/public/sass/scratch.scss diff --git a/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/AppKernel.php similarity index 100% rename from Resources/test/Fixtures/App/app/AppKernel.php rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/AppKernel.php diff --git a/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore similarity index 100% rename from Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/DoctrineMigrations/.gitignore diff --git a/Resources/test/Fixtures/App/app/Resources/views/base.html.twig b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/base.html.twig similarity index 100% rename from Resources/test/Fixtures/App/app/Resources/views/base.html.twig rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/base.html.twig diff --git a/Resources/test/Fixtures/App/app/Resources/views/menus/fakeTemplate.html.twig b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/menus/fakeTemplate.html.twig similarity index 100% rename from Resources/test/Fixtures/App/app/Resources/views/menus/fakeTemplate.html.twig rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/menus/fakeTemplate.html.twig diff --git a/Resources/test/Fixtures/App/app/Resources/views/menus/normalMenu.html.twig b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/menus/normalMenu.html.twig similarity index 100% rename from Resources/test/Fixtures/App/app/Resources/views/menus/normalMenu.html.twig rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/menus/normalMenu.html.twig diff --git a/Resources/test/Fixtures/App/app/Resources/views/menus/overrideTemplate.html.twig b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/menus/overrideTemplate.html.twig similarity index 100% rename from Resources/test/Fixtures/App/app/Resources/views/menus/overrideTemplate.html.twig rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/Resources/views/menus/overrideTemplate.html.twig diff --git a/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/autoload.php similarity index 100% rename from Resources/test/Fixtures/App/app/autoload.php rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/autoload.php diff --git a/Resources/test/Fixtures/App/app/config/config.yml b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/config.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config.yml rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/config.yml diff --git a/Resources/test/Fixtures/App/app/config/config_test.yml b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/config_test.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/config_test.yml rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/config_test.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/parameters.gitlab-ci.yml diff --git a/Resources/test/Fixtures/App/app/config/parameters.yml.dist b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/parameters.yml.dist similarity index 100% rename from Resources/test/Fixtures/App/app/config/parameters.yml.dist rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/parameters.yml.dist diff --git a/Resources/test/Fixtures/App/app/config/routing.yml b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/routing.yml similarity index 100% rename from Resources/test/Fixtures/App/app/config/routing.yml rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/config/routing.yml diff --git a/Resources/test/Fixtures/App/app/console b/src/Bundle/ChillMain/Resources/test/Fixtures/App/app/console similarity index 100% rename from Resources/test/Fixtures/App/app/console rename to src/Bundle/ChillMain/Resources/test/Fixtures/App/app/console diff --git a/Resources/views/Address/macro.html.twig b/src/Bundle/ChillMain/Resources/views/Address/macro.html.twig similarity index 100% rename from Resources/views/Address/macro.html.twig rename to src/Bundle/ChillMain/Resources/views/Address/macro.html.twig diff --git a/Resources/views/Admin/index.html.twig b/src/Bundle/ChillMain/Resources/views/Admin/index.html.twig similarity index 100% rename from Resources/views/Admin/index.html.twig rename to src/Bundle/ChillMain/Resources/views/Admin/index.html.twig diff --git a/Resources/views/Admin/layout.html.twig b/src/Bundle/ChillMain/Resources/views/Admin/layout.html.twig similarity index 100% rename from Resources/views/Admin/layout.html.twig rename to src/Bundle/ChillMain/Resources/views/Admin/layout.html.twig diff --git a/Resources/views/Admin/layoutWithVerticalMenu.html.twig b/src/Bundle/ChillMain/Resources/views/Admin/layoutWithVerticalMenu.html.twig similarity index 100% rename from Resources/views/Admin/layoutWithVerticalMenu.html.twig rename to src/Bundle/ChillMain/Resources/views/Admin/layoutWithVerticalMenu.html.twig diff --git a/Resources/views/Admin/layout_permissions.html.twig b/src/Bundle/ChillMain/Resources/views/Admin/layout_permissions.html.twig similarity index 100% rename from Resources/views/Admin/layout_permissions.html.twig rename to src/Bundle/ChillMain/Resources/views/Admin/layout_permissions.html.twig diff --git a/Resources/views/CRUD/_delete_content.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_delete_content.html.twig similarity index 100% rename from Resources/views/CRUD/_delete_content.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_delete_content.html.twig diff --git a/Resources/views/CRUD/_edit_content.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_edit_content.html.twig similarity index 100% rename from Resources/views/CRUD/_edit_content.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_edit_content.html.twig diff --git a/Resources/views/CRUD/_edit_title.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_edit_title.html.twig similarity index 100% rename from Resources/views/CRUD/_edit_title.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_edit_title.html.twig diff --git a/Resources/views/CRUD/_inc/default.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_inc/default.html.twig similarity index 100% rename from Resources/views/CRUD/_inc/default.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_inc/default.html.twig diff --git a/Resources/views/CRUD/_index.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_index.html.twig similarity index 100% rename from Resources/views/CRUD/_index.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_index.html.twig diff --git a/Resources/views/CRUD/_new_content.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_new_content.html.twig similarity index 100% rename from Resources/views/CRUD/_new_content.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_new_content.html.twig diff --git a/Resources/views/CRUD/_new_title.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_new_title.html.twig similarity index 100% rename from Resources/views/CRUD/_new_title.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_new_title.html.twig diff --git a/Resources/views/CRUD/_view_content.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_view_content.html.twig similarity index 100% rename from Resources/views/CRUD/_view_content.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_view_content.html.twig diff --git a/Resources/views/CRUD/_view_title.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/_view_title.html.twig similarity index 100% rename from Resources/views/CRUD/_view_title.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/_view_title.html.twig diff --git a/Resources/views/CRUD/delete.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/delete.html.twig similarity index 100% rename from Resources/views/CRUD/delete.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/delete.html.twig diff --git a/Resources/views/CRUD/edit.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/edit.html.twig similarity index 100% rename from Resources/views/CRUD/edit.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/edit.html.twig diff --git a/Resources/views/CRUD/index.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/index.html.twig similarity index 100% rename from Resources/views/CRUD/index.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/index.html.twig diff --git a/Resources/views/CRUD/new.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/new.html.twig similarity index 100% rename from Resources/views/CRUD/new.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/new.html.twig diff --git a/Resources/views/CRUD/view.html.twig b/src/Bundle/ChillMain/Resources/views/CRUD/view.html.twig similarity index 100% rename from Resources/views/CRUD/view.html.twig rename to src/Bundle/ChillMain/Resources/views/CRUD/view.html.twig diff --git a/Resources/views/Center/edit.html.twig b/src/Bundle/ChillMain/Resources/views/Center/edit.html.twig similarity index 100% rename from Resources/views/Center/edit.html.twig rename to src/Bundle/ChillMain/Resources/views/Center/edit.html.twig diff --git a/Resources/views/Center/index.html.twig b/src/Bundle/ChillMain/Resources/views/Center/index.html.twig similarity index 100% rename from Resources/views/Center/index.html.twig rename to src/Bundle/ChillMain/Resources/views/Center/index.html.twig diff --git a/Resources/views/Center/new.html.twig b/src/Bundle/ChillMain/Resources/views/Center/new.html.twig similarity index 100% rename from Resources/views/Center/new.html.twig rename to src/Bundle/ChillMain/Resources/views/Center/new.html.twig diff --git a/Resources/views/Center/show.html.twig b/src/Bundle/ChillMain/Resources/views/Center/show.html.twig similarity index 100% rename from Resources/views/Center/show.html.twig rename to src/Bundle/ChillMain/Resources/views/Center/show.html.twig diff --git a/Resources/views/Export/download.html.twig b/src/Bundle/ChillMain/Resources/views/Export/download.html.twig similarity index 100% rename from Resources/views/Export/download.html.twig rename to src/Bundle/ChillMain/Resources/views/Export/download.html.twig diff --git a/Resources/views/Export/layout.html.twig b/src/Bundle/ChillMain/Resources/views/Export/layout.html.twig similarity index 100% rename from Resources/views/Export/layout.html.twig rename to src/Bundle/ChillMain/Resources/views/Export/layout.html.twig diff --git a/Resources/views/Export/new.html.twig b/src/Bundle/ChillMain/Resources/views/Export/new.html.twig similarity index 100% rename from Resources/views/Export/new.html.twig rename to src/Bundle/ChillMain/Resources/views/Export/new.html.twig diff --git a/Resources/views/Export/new_centers_step.html.twig b/src/Bundle/ChillMain/Resources/views/Export/new_centers_step.html.twig similarity index 100% rename from Resources/views/Export/new_centers_step.html.twig rename to src/Bundle/ChillMain/Resources/views/Export/new_centers_step.html.twig diff --git a/Resources/views/Export/new_formatter_step.html.twig b/src/Bundle/ChillMain/Resources/views/Export/new_formatter_step.html.twig similarity index 100% rename from Resources/views/Export/new_formatter_step.html.twig rename to src/Bundle/ChillMain/Resources/views/Export/new_formatter_step.html.twig diff --git a/Resources/views/Extensions/PrintOrMessage/blockquote.html.twig b/src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/blockquote.html.twig similarity index 100% rename from Resources/views/Extensions/PrintOrMessage/blockquote.html.twig rename to src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/blockquote.html.twig diff --git a/Resources/views/Extensions/PrintOrMessage/blockquote_date.html.twig b/src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/blockquote_date.html.twig similarity index 100% rename from Resources/views/Extensions/PrintOrMessage/blockquote_date.html.twig rename to src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/blockquote_date.html.twig diff --git a/Resources/views/Extensions/PrintOrMessage/default.html.twig b/src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/default.html.twig similarity index 100% rename from Resources/views/Extensions/PrintOrMessage/default.html.twig rename to src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/default.html.twig diff --git a/Resources/views/Extensions/PrintOrMessage/default_date.html.twig b/src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/default_date.html.twig similarity index 100% rename from Resources/views/Extensions/PrintOrMessage/default_date.html.twig rename to src/Bundle/ChillMain/Resources/views/Extensions/PrintOrMessage/default_date.html.twig diff --git a/Resources/views/Form/fields.html.twig b/src/Bundle/ChillMain/Resources/views/Form/fields.html.twig similarity index 100% rename from Resources/views/Form/fields.html.twig rename to src/Bundle/ChillMain/Resources/views/Form/fields.html.twig diff --git a/Resources/views/Layout/_footer.html.twig b/src/Bundle/ChillMain/Resources/views/Layout/_footer.html.twig similarity index 100% rename from Resources/views/Layout/_footer.html.twig rename to src/Bundle/ChillMain/Resources/views/Layout/_footer.html.twig diff --git a/Resources/views/Layout/_header-logo.html.twig b/src/Bundle/ChillMain/Resources/views/Layout/_header-logo.html.twig similarity index 100% rename from Resources/views/Layout/_header-logo.html.twig rename to src/Bundle/ChillMain/Resources/views/Layout/_header-logo.html.twig diff --git a/Resources/views/Login/_footer.html.twig b/src/Bundle/ChillMain/Resources/views/Login/_footer.html.twig similarity index 100% rename from Resources/views/Login/_footer.html.twig rename to src/Bundle/ChillMain/Resources/views/Login/_footer.html.twig diff --git a/Resources/views/Login/_login-logo.html.twig b/src/Bundle/ChillMain/Resources/views/Login/_login-logo.html.twig similarity index 100% rename from Resources/views/Login/_login-logo.html.twig rename to src/Bundle/ChillMain/Resources/views/Login/_login-logo.html.twig diff --git a/Resources/views/Login/login.html.twig b/src/Bundle/ChillMain/Resources/views/Login/login.html.twig similarity index 100% rename from Resources/views/Login/login.html.twig rename to src/Bundle/ChillMain/Resources/views/Login/login.html.twig diff --git a/Resources/views/Menu/admin.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/admin.html.twig similarity index 100% rename from Resources/views/Menu/admin.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/admin.html.twig diff --git a/Resources/views/Menu/adminSection.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/adminSection.html.twig similarity index 100% rename from Resources/views/Menu/adminSection.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/adminSection.html.twig diff --git a/Resources/views/Menu/admin_permissions.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/admin_permissions.html.twig similarity index 100% rename from Resources/views/Menu/admin_permissions.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/admin_permissions.html.twig diff --git a/Resources/views/Menu/defaultMenu.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/defaultMenu.html.twig similarity index 100% rename from Resources/views/Menu/defaultMenu.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/defaultMenu.html.twig diff --git a/Resources/views/Menu/export.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/export.html.twig similarity index 100% rename from Resources/views/Menu/export.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/export.html.twig diff --git a/Resources/views/Menu/section.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/section.html.twig similarity index 100% rename from Resources/views/Menu/section.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/section.html.twig diff --git a/Resources/views/Menu/user.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/user.html.twig similarity index 100% rename from Resources/views/Menu/user.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/user.html.twig diff --git a/Resources/views/Menu/verticalMenu.html.twig b/src/Bundle/ChillMain/Resources/views/Menu/verticalMenu.html.twig similarity index 100% rename from Resources/views/Menu/verticalMenu.html.twig rename to src/Bundle/ChillMain/Resources/views/Menu/verticalMenu.html.twig diff --git a/Resources/views/Pagination/long.html.twig b/src/Bundle/ChillMain/Resources/views/Pagination/long.html.twig similarity index 100% rename from Resources/views/Pagination/long.html.twig rename to src/Bundle/ChillMain/Resources/views/Pagination/long.html.twig diff --git a/Resources/views/Password/password.html.twig b/src/Bundle/ChillMain/Resources/views/Password/password.html.twig similarity index 100% rename from Resources/views/Password/password.html.twig rename to src/Bundle/ChillMain/Resources/views/Password/password.html.twig diff --git a/Resources/views/Password/recover_email.txt.twig b/src/Bundle/ChillMain/Resources/views/Password/recover_email.txt.twig similarity index 100% rename from Resources/views/Password/recover_email.txt.twig rename to src/Bundle/ChillMain/Resources/views/Password/recover_email.txt.twig diff --git a/Resources/views/Password/recover_layout.html.twig b/src/Bundle/ChillMain/Resources/views/Password/recover_layout.html.twig similarity index 100% rename from Resources/views/Password/recover_layout.html.twig rename to src/Bundle/ChillMain/Resources/views/Password/recover_layout.html.twig diff --git a/Resources/views/Password/recover_password_changed.html.twig b/src/Bundle/ChillMain/Resources/views/Password/recover_password_changed.html.twig similarity index 100% rename from Resources/views/Password/recover_password_changed.html.twig rename to src/Bundle/ChillMain/Resources/views/Password/recover_password_changed.html.twig diff --git a/Resources/views/Password/recover_password_form.html.twig b/src/Bundle/ChillMain/Resources/views/Password/recover_password_form.html.twig similarity index 100% rename from Resources/views/Password/recover_password_form.html.twig rename to src/Bundle/ChillMain/Resources/views/Password/recover_password_form.html.twig diff --git a/Resources/views/Password/request_recover_password.html.twig b/src/Bundle/ChillMain/Resources/views/Password/request_recover_password.html.twig similarity index 100% rename from Resources/views/Password/request_recover_password.html.twig rename to src/Bundle/ChillMain/Resources/views/Password/request_recover_password.html.twig diff --git a/Resources/views/Password/request_recover_password_confirm.html.twig b/src/Bundle/ChillMain/Resources/views/Password/request_recover_password_confirm.html.twig similarity index 100% rename from Resources/views/Password/request_recover_password_confirm.html.twig rename to src/Bundle/ChillMain/Resources/views/Password/request_recover_password_confirm.html.twig diff --git a/Resources/views/PermissionsGroup/edit.html.twig b/src/Bundle/ChillMain/Resources/views/PermissionsGroup/edit.html.twig similarity index 100% rename from Resources/views/PermissionsGroup/edit.html.twig rename to src/Bundle/ChillMain/Resources/views/PermissionsGroup/edit.html.twig diff --git a/Resources/views/PermissionsGroup/index.html.twig b/src/Bundle/ChillMain/Resources/views/PermissionsGroup/index.html.twig similarity index 100% rename from Resources/views/PermissionsGroup/index.html.twig rename to src/Bundle/ChillMain/Resources/views/PermissionsGroup/index.html.twig diff --git a/Resources/views/PermissionsGroup/new.html.twig b/src/Bundle/ChillMain/Resources/views/PermissionsGroup/new.html.twig similarity index 100% rename from Resources/views/PermissionsGroup/new.html.twig rename to src/Bundle/ChillMain/Resources/views/PermissionsGroup/new.html.twig diff --git a/Resources/views/PermissionsGroup/show.html.twig b/src/Bundle/ChillMain/Resources/views/PermissionsGroup/show.html.twig similarity index 100% rename from Resources/views/PermissionsGroup/show.html.twig rename to src/Bundle/ChillMain/Resources/views/PermissionsGroup/show.html.twig diff --git a/Resources/views/Scope/edit.html.twig b/src/Bundle/ChillMain/Resources/views/Scope/edit.html.twig similarity index 100% rename from Resources/views/Scope/edit.html.twig rename to src/Bundle/ChillMain/Resources/views/Scope/edit.html.twig diff --git a/Resources/views/Scope/index.html.twig b/src/Bundle/ChillMain/Resources/views/Scope/index.html.twig similarity index 100% rename from Resources/views/Scope/index.html.twig rename to src/Bundle/ChillMain/Resources/views/Scope/index.html.twig diff --git a/Resources/views/Scope/new.html.twig b/src/Bundle/ChillMain/Resources/views/Scope/new.html.twig similarity index 100% rename from Resources/views/Scope/new.html.twig rename to src/Bundle/ChillMain/Resources/views/Scope/new.html.twig diff --git a/Resources/views/Scope/show.html.twig b/src/Bundle/ChillMain/Resources/views/Scope/show.html.twig similarity index 100% rename from Resources/views/Scope/show.html.twig rename to src/Bundle/ChillMain/Resources/views/Scope/show.html.twig diff --git a/Resources/views/Search/advanced_search.html.twig b/src/Bundle/ChillMain/Resources/views/Search/advanced_search.html.twig similarity index 100% rename from Resources/views/Search/advanced_search.html.twig rename to src/Bundle/ChillMain/Resources/views/Search/advanced_search.html.twig diff --git a/Resources/views/Search/error.html.twig b/src/Bundle/ChillMain/Resources/views/Search/error.html.twig similarity index 100% rename from Resources/views/Search/error.html.twig rename to src/Bundle/ChillMain/Resources/views/Search/error.html.twig diff --git a/Resources/views/Search/list.html.twig b/src/Bundle/ChillMain/Resources/views/Search/list.html.twig similarity index 100% rename from Resources/views/Search/list.html.twig rename to src/Bundle/ChillMain/Resources/views/Search/list.html.twig diff --git a/Resources/views/Tabs/README.md b/src/Bundle/ChillMain/Resources/views/Tabs/README.md similarity index 100% rename from Resources/views/Tabs/README.md rename to src/Bundle/ChillMain/Resources/views/Tabs/README.md diff --git a/Resources/views/Tabs/index.html.twig b/src/Bundle/ChillMain/Resources/views/Tabs/index.html.twig similarity index 100% rename from Resources/views/Tabs/index.html.twig rename to src/Bundle/ChillMain/Resources/views/Tabs/index.html.twig diff --git a/Resources/views/Tabs/macro.html.twig b/src/Bundle/ChillMain/Resources/views/Tabs/macro.html.twig similarity index 100% rename from Resources/views/Tabs/macro.html.twig rename to src/Bundle/ChillMain/Resources/views/Tabs/macro.html.twig diff --git a/Resources/views/Timeline/index.html.twig b/src/Bundle/ChillMain/Resources/views/Timeline/index.html.twig similarity index 100% rename from Resources/views/Timeline/index.html.twig rename to src/Bundle/ChillMain/Resources/views/Timeline/index.html.twig diff --git a/Resources/views/UI/notification_user_counter.html.twig b/src/Bundle/ChillMain/Resources/views/UI/notification_user_counter.html.twig similarity index 100% rename from Resources/views/UI/notification_user_counter.html.twig rename to src/Bundle/ChillMain/Resources/views/UI/notification_user_counter.html.twig diff --git a/Resources/views/User/edit.html.twig b/src/Bundle/ChillMain/Resources/views/User/edit.html.twig similarity index 100% rename from Resources/views/User/edit.html.twig rename to src/Bundle/ChillMain/Resources/views/User/edit.html.twig diff --git a/Resources/views/User/edit_password.html.twig b/src/Bundle/ChillMain/Resources/views/User/edit_password.html.twig similarity index 100% rename from Resources/views/User/edit_password.html.twig rename to src/Bundle/ChillMain/Resources/views/User/edit_password.html.twig diff --git a/Resources/views/User/index.html.twig b/src/Bundle/ChillMain/Resources/views/User/index.html.twig similarity index 100% rename from Resources/views/User/index.html.twig rename to src/Bundle/ChillMain/Resources/views/User/index.html.twig diff --git a/Resources/views/User/new.html.twig b/src/Bundle/ChillMain/Resources/views/User/new.html.twig similarity index 100% rename from Resources/views/User/new.html.twig rename to src/Bundle/ChillMain/Resources/views/User/new.html.twig diff --git a/Resources/views/User/show.html.twig b/src/Bundle/ChillMain/Resources/views/User/show.html.twig similarity index 100% rename from Resources/views/User/show.html.twig rename to src/Bundle/ChillMain/Resources/views/User/show.html.twig diff --git a/Resources/views/Util/confirmation_template.html.twig b/src/Bundle/ChillMain/Resources/views/Util/confirmation_template.html.twig similarity index 100% rename from Resources/views/Util/confirmation_template.html.twig rename to src/Bundle/ChillMain/Resources/views/Util/confirmation_template.html.twig diff --git a/Resources/views/layout.html.twig b/src/Bundle/ChillMain/Resources/views/layout.html.twig similarity index 100% rename from Resources/views/layout.html.twig rename to src/Bundle/ChillMain/Resources/views/layout.html.twig diff --git a/Resources/views/layoutWithVerticalMenu.html.twig b/src/Bundle/ChillMain/Resources/views/layoutWithVerticalMenu.html.twig similarity index 100% rename from Resources/views/layoutWithVerticalMenu.html.twig rename to src/Bundle/ChillMain/Resources/views/layoutWithVerticalMenu.html.twig diff --git a/Routing/Loader/ChillRoutesLoader.php b/src/Bundle/ChillMain/Routing/Loader/ChillRoutesLoader.php similarity index 100% rename from Routing/Loader/ChillRoutesLoader.php rename to src/Bundle/ChillMain/Routing/Loader/ChillRoutesLoader.php diff --git a/Routing/LocalMenuBuilderInterface.php b/src/Bundle/ChillMain/Routing/LocalMenuBuilderInterface.php similarity index 100% rename from Routing/LocalMenuBuilderInterface.php rename to src/Bundle/ChillMain/Routing/LocalMenuBuilderInterface.php diff --git a/Routing/MenuBuilder/AdminSectionMenuBuilder.php b/src/Bundle/ChillMain/Routing/MenuBuilder/AdminSectionMenuBuilder.php similarity index 100% rename from Routing/MenuBuilder/AdminSectionMenuBuilder.php rename to src/Bundle/ChillMain/Routing/MenuBuilder/AdminSectionMenuBuilder.php diff --git a/Routing/MenuBuilder/SectionMenuBuilder.php b/src/Bundle/ChillMain/Routing/MenuBuilder/SectionMenuBuilder.php similarity index 100% rename from Routing/MenuBuilder/SectionMenuBuilder.php rename to src/Bundle/ChillMain/Routing/MenuBuilder/SectionMenuBuilder.php diff --git a/Routing/MenuBuilder/UserMenuBuilder.php b/src/Bundle/ChillMain/Routing/MenuBuilder/UserMenuBuilder.php similarity index 100% rename from Routing/MenuBuilder/UserMenuBuilder.php rename to src/Bundle/ChillMain/Routing/MenuBuilder/UserMenuBuilder.php diff --git a/Routing/MenuComposer.php b/src/Bundle/ChillMain/Routing/MenuComposer.php similarity index 100% rename from Routing/MenuComposer.php rename to src/Bundle/ChillMain/Routing/MenuComposer.php diff --git a/Routing/MenuTwig.php b/src/Bundle/ChillMain/Routing/MenuTwig.php similarity index 100% rename from Routing/MenuTwig.php rename to src/Bundle/ChillMain/Routing/MenuTwig.php diff --git a/Search/AbstractSearch.php b/src/Bundle/ChillMain/Search/AbstractSearch.php similarity index 100% rename from Search/AbstractSearch.php rename to src/Bundle/ChillMain/Search/AbstractSearch.php diff --git a/Search/HasAdvancedSearchFormInterface.php b/src/Bundle/ChillMain/Search/HasAdvancedSearchFormInterface.php similarity index 100% rename from Search/HasAdvancedSearchFormInterface.php rename to src/Bundle/ChillMain/Search/HasAdvancedSearchFormInterface.php diff --git a/Search/ParsingException.php b/src/Bundle/ChillMain/Search/ParsingException.php similarity index 100% rename from Search/ParsingException.php rename to src/Bundle/ChillMain/Search/ParsingException.php diff --git a/Search/SearchInterface.php b/src/Bundle/ChillMain/Search/SearchInterface.php similarity index 100% rename from Search/SearchInterface.php rename to src/Bundle/ChillMain/Search/SearchInterface.php diff --git a/Search/SearchProvider.php b/src/Bundle/ChillMain/Search/SearchProvider.php similarity index 100% rename from Search/SearchProvider.php rename to src/Bundle/ChillMain/Search/SearchProvider.php diff --git a/Search/UnknowSearchDomainException.php b/src/Bundle/ChillMain/Search/UnknowSearchDomainException.php similarity index 100% rename from Search/UnknowSearchDomainException.php rename to src/Bundle/ChillMain/Search/UnknowSearchDomainException.php diff --git a/Search/UnknowSearchNameException.php b/src/Bundle/ChillMain/Search/UnknowSearchNameException.php similarity index 100% rename from Search/UnknowSearchNameException.php rename to src/Bundle/ChillMain/Search/UnknowSearchNameException.php diff --git a/Security/Authorization/AbstractChillVoter.php b/src/Bundle/ChillMain/Security/Authorization/AbstractChillVoter.php similarity index 100% rename from Security/Authorization/AbstractChillVoter.php rename to src/Bundle/ChillMain/Security/Authorization/AbstractChillVoter.php diff --git a/Security/Authorization/AuthorizationHelper.php b/src/Bundle/ChillMain/Security/Authorization/AuthorizationHelper.php similarity index 100% rename from Security/Authorization/AuthorizationHelper.php rename to src/Bundle/ChillMain/Security/Authorization/AuthorizationHelper.php diff --git a/Security/Authorization/ChillExportVoter.php b/src/Bundle/ChillMain/Security/Authorization/ChillExportVoter.php similarity index 100% rename from Security/Authorization/ChillExportVoter.php rename to src/Bundle/ChillMain/Security/Authorization/ChillExportVoter.php diff --git a/Security/Authorization/ChillVoterInterface.php b/src/Bundle/ChillMain/Security/Authorization/ChillVoterInterface.php similarity index 100% rename from Security/Authorization/ChillVoterInterface.php rename to src/Bundle/ChillMain/Security/Authorization/ChillVoterInterface.php diff --git a/Security/PasswordRecover/PasswordRecoverEvent.php b/src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverEvent.php similarity index 100% rename from Security/PasswordRecover/PasswordRecoverEvent.php rename to src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverEvent.php diff --git a/Security/PasswordRecover/PasswordRecoverEventSubscriber.php b/src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverEventSubscriber.php similarity index 100% rename from Security/PasswordRecover/PasswordRecoverEventSubscriber.php rename to src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverEventSubscriber.php diff --git a/Security/PasswordRecover/PasswordRecoverLocker.php b/src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverLocker.php similarity index 100% rename from Security/PasswordRecover/PasswordRecoverLocker.php rename to src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverLocker.php diff --git a/Security/PasswordRecover/PasswordRecoverVoter.php b/src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverVoter.php similarity index 100% rename from Security/PasswordRecover/PasswordRecoverVoter.php rename to src/Bundle/ChillMain/Security/PasswordRecover/PasswordRecoverVoter.php diff --git a/Security/PasswordRecover/RecoverPasswordHelper.php b/src/Bundle/ChillMain/Security/PasswordRecover/RecoverPasswordHelper.php similarity index 100% rename from Security/PasswordRecover/RecoverPasswordHelper.php rename to src/Bundle/ChillMain/Security/PasswordRecover/RecoverPasswordHelper.php diff --git a/Security/PasswordRecover/TokenManager.php b/src/Bundle/ChillMain/Security/PasswordRecover/TokenManager.php similarity index 100% rename from Security/PasswordRecover/TokenManager.php rename to src/Bundle/ChillMain/Security/PasswordRecover/TokenManager.php diff --git a/Security/ProvideRoleHierarchyInterface.php b/src/Bundle/ChillMain/Security/ProvideRoleHierarchyInterface.php similarity index 100% rename from Security/ProvideRoleHierarchyInterface.php rename to src/Bundle/ChillMain/Security/ProvideRoleHierarchyInterface.php diff --git a/Security/ProvideRoleInterface.php b/src/Bundle/ChillMain/Security/ProvideRoleInterface.php similarity index 100% rename from Security/ProvideRoleInterface.php rename to src/Bundle/ChillMain/Security/ProvideRoleInterface.php diff --git a/Security/RoleProvider.php b/src/Bundle/ChillMain/Security/RoleProvider.php similarity index 100% rename from Security/RoleProvider.php rename to src/Bundle/ChillMain/Security/RoleProvider.php diff --git a/Security/UserProvider/UserProvider.php b/src/Bundle/ChillMain/Security/UserProvider/UserProvider.php similarity index 100% rename from Security/UserProvider/UserProvider.php rename to src/Bundle/ChillMain/Security/UserProvider/UserProvider.php diff --git a/Templating/CSVCellTwig.php b/src/Bundle/ChillMain/Templating/CSVCellTwig.php similarity index 100% rename from Templating/CSVCellTwig.php rename to src/Bundle/ChillMain/Templating/CSVCellTwig.php diff --git a/Templating/ChillTwigHelper.php b/src/Bundle/ChillMain/Templating/ChillTwigHelper.php similarity index 100% rename from Templating/ChillTwigHelper.php rename to src/Bundle/ChillMain/Templating/ChillTwigHelper.php diff --git a/Templating/ChillTwigRoutingHelper.php b/src/Bundle/ChillMain/Templating/ChillTwigRoutingHelper.php similarity index 100% rename from Templating/ChillTwigRoutingHelper.php rename to src/Bundle/ChillMain/Templating/ChillTwigRoutingHelper.php diff --git a/Templating/Entity/AbstractChillEntityRender.php b/src/Bundle/ChillMain/Templating/Entity/AbstractChillEntityRender.php similarity index 100% rename from Templating/Entity/AbstractChillEntityRender.php rename to src/Bundle/ChillMain/Templating/Entity/AbstractChillEntityRender.php diff --git a/Templating/Entity/ChillEntityRender.php b/src/Bundle/ChillMain/Templating/Entity/ChillEntityRender.php similarity index 100% rename from Templating/Entity/ChillEntityRender.php rename to src/Bundle/ChillMain/Templating/Entity/ChillEntityRender.php diff --git a/Templating/Entity/ChillEntityRenderExtension.php b/src/Bundle/ChillMain/Templating/Entity/ChillEntityRenderExtension.php similarity index 100% rename from Templating/Entity/ChillEntityRenderExtension.php rename to src/Bundle/ChillMain/Templating/Entity/ChillEntityRenderExtension.php diff --git a/Templating/Entity/ChillEntityRenderInterface.php b/src/Bundle/ChillMain/Templating/Entity/ChillEntityRenderInterface.php similarity index 100% rename from Templating/Entity/ChillEntityRenderInterface.php rename to src/Bundle/ChillMain/Templating/Entity/ChillEntityRenderInterface.php diff --git a/Templating/Entity/CommentRender.php b/src/Bundle/ChillMain/Templating/Entity/CommentRender.php similarity index 100% rename from Templating/Entity/CommentRender.php rename to src/Bundle/ChillMain/Templating/Entity/CommentRender.php diff --git a/Templating/Entity/CompilerPass.php b/src/Bundle/ChillMain/Templating/Entity/CompilerPass.php similarity index 100% rename from Templating/Entity/CompilerPass.php rename to src/Bundle/ChillMain/Templating/Entity/CompilerPass.php diff --git a/Templating/Events/DelegatedBlockRenderingEvent.php b/src/Bundle/ChillMain/Templating/Events/DelegatedBlockRenderingEvent.php similarity index 100% rename from Templating/Events/DelegatedBlockRenderingEvent.php rename to src/Bundle/ChillMain/Templating/Events/DelegatedBlockRenderingEvent.php diff --git a/Templating/TranslatableStringHelper.php b/src/Bundle/ChillMain/Templating/TranslatableStringHelper.php similarity index 100% rename from Templating/TranslatableStringHelper.php rename to src/Bundle/ChillMain/Templating/TranslatableStringHelper.php diff --git a/Templating/TranslatableStringTwig.php b/src/Bundle/ChillMain/Templating/TranslatableStringTwig.php similarity index 100% rename from Templating/TranslatableStringTwig.php rename to src/Bundle/ChillMain/Templating/TranslatableStringTwig.php diff --git a/Templating/UI/CountNotificationUser.php b/src/Bundle/ChillMain/Templating/UI/CountNotificationUser.php similarity index 100% rename from Templating/UI/CountNotificationUser.php rename to src/Bundle/ChillMain/Templating/UI/CountNotificationUser.php diff --git a/Templating/UI/NotificationCounterInterface.php b/src/Bundle/ChillMain/Templating/UI/NotificationCounterInterface.php similarity index 100% rename from Templating/UI/NotificationCounterInterface.php rename to src/Bundle/ChillMain/Templating/UI/NotificationCounterInterface.php diff --git a/Templating/Widget/WidgetInterface.php b/src/Bundle/ChillMain/Templating/Widget/WidgetInterface.php similarity index 100% rename from Templating/Widget/WidgetInterface.php rename to src/Bundle/ChillMain/Templating/Widget/WidgetInterface.php diff --git a/Templating/Widget/WidgetRenderingTwig.php b/src/Bundle/ChillMain/Templating/Widget/WidgetRenderingTwig.php similarity index 100% rename from Templating/Widget/WidgetRenderingTwig.php rename to src/Bundle/ChillMain/Templating/Widget/WidgetRenderingTwig.php diff --git a/Test/Export/AbstractAggregatorTest.php b/src/Bundle/ChillMain/Test/Export/AbstractAggregatorTest.php similarity index 100% rename from Test/Export/AbstractAggregatorTest.php rename to src/Bundle/ChillMain/Test/Export/AbstractAggregatorTest.php diff --git a/Test/Export/AbstractExportTest.php b/src/Bundle/ChillMain/Test/Export/AbstractExportTest.php similarity index 100% rename from Test/Export/AbstractExportTest.php rename to src/Bundle/ChillMain/Test/Export/AbstractExportTest.php diff --git a/Test/Export/AbstractFilterTest.php b/src/Bundle/ChillMain/Test/Export/AbstractFilterTest.php similarity index 100% rename from Test/Export/AbstractFilterTest.php rename to src/Bundle/ChillMain/Test/Export/AbstractFilterTest.php diff --git a/Test/PrepareCenterTrait.php b/src/Bundle/ChillMain/Test/PrepareCenterTrait.php similarity index 100% rename from Test/PrepareCenterTrait.php rename to src/Bundle/ChillMain/Test/PrepareCenterTrait.php diff --git a/Test/PrepareCircleTrait.php b/src/Bundle/ChillMain/Test/PrepareCircleTrait.php similarity index 100% rename from Test/PrepareCircleTrait.php rename to src/Bundle/ChillMain/Test/PrepareCircleTrait.php diff --git a/Test/PrepareClientTrait.php b/src/Bundle/ChillMain/Test/PrepareClientTrait.php similarity index 100% rename from Test/PrepareClientTrait.php rename to src/Bundle/ChillMain/Test/PrepareClientTrait.php diff --git a/Test/PrepareScopeTrait.php b/src/Bundle/ChillMain/Test/PrepareScopeTrait.php similarity index 100% rename from Test/PrepareScopeTrait.php rename to src/Bundle/ChillMain/Test/PrepareScopeTrait.php diff --git a/Test/PrepareUserTrait.php b/src/Bundle/ChillMain/Test/PrepareUserTrait.php similarity index 100% rename from Test/PrepareUserTrait.php rename to src/Bundle/ChillMain/Test/PrepareUserTrait.php diff --git a/Test/ProphecyTrait.php b/src/Bundle/ChillMain/Test/ProphecyTrait.php similarity index 100% rename from Test/ProphecyTrait.php rename to src/Bundle/ChillMain/Test/ProphecyTrait.php diff --git a/Tests/Controller/CenterControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/CenterControllerTest.php similarity index 100% rename from Tests/Controller/CenterControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/CenterControllerTest.php diff --git a/Tests/Controller/DefaultControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/DefaultControllerTest.php similarity index 100% rename from Tests/Controller/DefaultControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/DefaultControllerTest.php diff --git a/Tests/Controller/ExportControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/ExportControllerTest.php similarity index 100% rename from Tests/Controller/ExportControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/ExportControllerTest.php diff --git a/Tests/Controller/LoginControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/LoginControllerTest.php similarity index 100% rename from Tests/Controller/LoginControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/LoginControllerTest.php diff --git a/Tests/Controller/PermissionsGroupControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/PermissionsGroupControllerTest.php similarity index 100% rename from Tests/Controller/PermissionsGroupControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/PermissionsGroupControllerTest.php diff --git a/Tests/Controller/ScopeControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/ScopeControllerTest.php similarity index 100% rename from Tests/Controller/ScopeControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/ScopeControllerTest.php diff --git a/Tests/Controller/SearchControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/SearchControllerTest.php similarity index 100% rename from Tests/Controller/SearchControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/SearchControllerTest.php diff --git a/Tests/Controller/UserControllerTest.php b/src/Bundle/ChillMain/Tests/Controller/UserControllerTest.php similarity index 100% rename from Tests/Controller/UserControllerTest.php rename to src/Bundle/ChillMain/Tests/Controller/UserControllerTest.php diff --git a/Tests/DependencyInjection/ConfigConsistencyCompilerPassTest.php b/src/Bundle/ChillMain/Tests/DependencyInjection/ConfigConsistencyCompilerPassTest.php similarity index 100% rename from Tests/DependencyInjection/ConfigConsistencyCompilerPassTest.php rename to src/Bundle/ChillMain/Tests/DependencyInjection/ConfigConsistencyCompilerPassTest.php diff --git a/Tests/Export/ExportManagerTest.php b/src/Bundle/ChillMain/Tests/Export/ExportManagerTest.php similarity index 100% rename from Tests/Export/ExportManagerTest.php rename to src/Bundle/ChillMain/Tests/Export/ExportManagerTest.php diff --git a/Tests/Form/Type/CenterTypeTest.php b/src/Bundle/ChillMain/Tests/Form/Type/CenterTypeTest.php similarity index 100% rename from Tests/Form/Type/CenterTypeTest.php rename to src/Bundle/ChillMain/Tests/Form/Type/CenterTypeTest.php diff --git a/Tests/Pagination/PageTest.php b/src/Bundle/ChillMain/Tests/Pagination/PageTest.php similarity index 100% rename from Tests/Pagination/PageTest.php rename to src/Bundle/ChillMain/Tests/Pagination/PageTest.php diff --git a/Tests/Pagination/PaginatorTest.php b/src/Bundle/ChillMain/Tests/Pagination/PaginatorTest.php similarity index 100% rename from Tests/Pagination/PaginatorTest.php rename to src/Bundle/ChillMain/Tests/Pagination/PaginatorTest.php diff --git a/Tests/Routing/Loader/RouteLoaderTest.php b/src/Bundle/ChillMain/Tests/Routing/Loader/RouteLoaderTest.php similarity index 100% rename from Tests/Routing/Loader/RouteLoaderTest.php rename to src/Bundle/ChillMain/Tests/Routing/Loader/RouteLoaderTest.php diff --git a/Tests/Search/AbstractSearchTest.php b/src/Bundle/ChillMain/Tests/Search/AbstractSearchTest.php similarity index 100% rename from Tests/Search/AbstractSearchTest.php rename to src/Bundle/ChillMain/Tests/Search/AbstractSearchTest.php diff --git a/Tests/Search/SearchProviderTest.php b/src/Bundle/ChillMain/Tests/Search/SearchProviderTest.php similarity index 100% rename from Tests/Search/SearchProviderTest.php rename to src/Bundle/ChillMain/Tests/Search/SearchProviderTest.php diff --git a/Tests/Security/Authorization/AuthorizationHelperTest.php b/src/Bundle/ChillMain/Tests/Security/Authorization/AuthorizationHelperTest.php similarity index 100% rename from Tests/Security/Authorization/AuthorizationHelperTest.php rename to src/Bundle/ChillMain/Tests/Security/Authorization/AuthorizationHelperTest.php diff --git a/Tests/Security/PasswordRecover/TokenManagerTest.php b/src/Bundle/ChillMain/Tests/Security/PasswordRecover/TokenManagerTest.php similarity index 100% rename from Tests/Security/PasswordRecover/TokenManagerTest.php rename to src/Bundle/ChillMain/Tests/Security/PasswordRecover/TokenManagerTest.php diff --git a/Tests/Services/ChillMenuTwigFunctionTest.php b/src/Bundle/ChillMain/Tests/Services/ChillMenuTwigFunctionTest.php similarity index 100% rename from Tests/Services/ChillMenuTwigFunctionTest.php rename to src/Bundle/ChillMain/Tests/Services/ChillMenuTwigFunctionTest.php diff --git a/Tests/Services/MenuComposerTest.php b/src/Bundle/ChillMain/Tests/Services/MenuComposerTest.php similarity index 100% rename from Tests/Services/MenuComposerTest.php rename to src/Bundle/ChillMain/Tests/Services/MenuComposerTest.php diff --git a/Tests/TestHelper.php b/src/Bundle/ChillMain/Tests/TestHelper.php similarity index 100% rename from Tests/TestHelper.php rename to src/Bundle/ChillMain/Tests/TestHelper.php diff --git a/Tests/Util/CountriesInfoTest.php b/src/Bundle/ChillMain/Tests/Util/CountriesInfoTest.php similarity index 100% rename from Tests/Util/CountriesInfoTest.php rename to src/Bundle/ChillMain/Tests/Util/CountriesInfoTest.php diff --git a/Tests/bootstrap.php b/src/Bundle/ChillMain/Tests/bootstrap.php similarity index 100% rename from Tests/bootstrap.php rename to src/Bundle/ChillMain/Tests/bootstrap.php diff --git a/Timeline/TimelineBuilder.php b/src/Bundle/ChillMain/Timeline/TimelineBuilder.php similarity index 100% rename from Timeline/TimelineBuilder.php rename to src/Bundle/ChillMain/Timeline/TimelineBuilder.php diff --git a/Timeline/TimelineProviderInterface.php b/src/Bundle/ChillMain/Timeline/TimelineProviderInterface.php similarity index 100% rename from Timeline/TimelineProviderInterface.php rename to src/Bundle/ChillMain/Timeline/TimelineProviderInterface.php diff --git a/Util/CountriesInfo.php b/src/Bundle/ChillMain/Util/CountriesInfo.php similarity index 100% rename from Util/CountriesInfo.php rename to src/Bundle/ChillMain/Util/CountriesInfo.php diff --git a/Validation/Constraint/PhonenumberConstraint.php b/src/Bundle/ChillMain/Validation/Constraint/PhonenumberConstraint.php similarity index 100% rename from Validation/Constraint/PhonenumberConstraint.php rename to src/Bundle/ChillMain/Validation/Constraint/PhonenumberConstraint.php diff --git a/Validation/Constraint/RoleScopeScopePresenceConstraint.php b/src/Bundle/ChillMain/Validation/Constraint/RoleScopeScopePresenceConstraint.php similarity index 100% rename from Validation/Constraint/RoleScopeScopePresenceConstraint.php rename to src/Bundle/ChillMain/Validation/Constraint/RoleScopeScopePresenceConstraint.php diff --git a/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php b/src/Bundle/ChillMain/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php similarity index 100% rename from Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php rename to src/Bundle/ChillMain/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php diff --git a/Validation/Validator/RoleScopeScopePresence.php b/src/Bundle/ChillMain/Validation/Validator/RoleScopeScopePresence.php similarity index 100% rename from Validation/Validator/RoleScopeScopePresence.php rename to src/Bundle/ChillMain/Validation/Validator/RoleScopeScopePresence.php diff --git a/Validation/Validator/UserUniqueEmailAndUsername.php b/src/Bundle/ChillMain/Validation/Validator/UserUniqueEmailAndUsername.php similarity index 100% rename from Validation/Validator/UserUniqueEmailAndUsername.php rename to src/Bundle/ChillMain/Validation/Validator/UserUniqueEmailAndUsername.php diff --git a/Validation/Validator/ValidPhonenumber.php b/src/Bundle/ChillMain/Validation/Validator/ValidPhonenumber.php similarity index 100% rename from Validation/Validator/ValidPhonenumber.php rename to src/Bundle/ChillMain/Validation/Validator/ValidPhonenumber.php diff --git a/Validator/Constraints/Entity/UserCircleConsistency.php b/src/Bundle/ChillMain/Validator/Constraints/Entity/UserCircleConsistency.php similarity index 100% rename from Validator/Constraints/Entity/UserCircleConsistency.php rename to src/Bundle/ChillMain/Validator/Constraints/Entity/UserCircleConsistency.php diff --git a/Validator/Constraints/Entity/UserCircleConsistencyValidator.php b/src/Bundle/ChillMain/Validator/Constraints/Entity/UserCircleConsistencyValidator.php similarity index 100% rename from Validator/Constraints/Entity/UserCircleConsistencyValidator.php rename to src/Bundle/ChillMain/Validator/Constraints/Entity/UserCircleConsistencyValidator.php diff --git a/Validator/Constraints/Export/ExportElementConstraint.php b/src/Bundle/ChillMain/Validator/Constraints/Export/ExportElementConstraint.php similarity index 100% rename from Validator/Constraints/Export/ExportElementConstraint.php rename to src/Bundle/ChillMain/Validator/Constraints/Export/ExportElementConstraint.php diff --git a/Validator/Constraints/Export/ExportElementConstraintValidator.php b/src/Bundle/ChillMain/Validator/Constraints/Export/ExportElementConstraintValidator.php similarity index 100% rename from Validator/Constraints/Export/ExportElementConstraintValidator.php rename to src/Bundle/ChillMain/Validator/Constraints/Export/ExportElementConstraintValidator.php diff --git a/apigen.neon b/src/Bundle/ChillMain/apigen.neon similarity index 100% rename from apigen.neon rename to src/Bundle/ChillMain/apigen.neon diff --git a/chill.webpack.config.js b/src/Bundle/ChillMain/chill.webpack.config.js similarity index 100% rename from chill.webpack.config.js rename to src/Bundle/ChillMain/chill.webpack.config.js diff --git a/composer.json b/src/Bundle/ChillMain/composer.json similarity index 100% rename from composer.json rename to src/Bundle/ChillMain/composer.json diff --git a/composer.sha1.json b/src/Bundle/ChillMain/composer.sha1.json similarity index 100% rename from composer.sha1.json rename to src/Bundle/ChillMain/composer.sha1.json diff --git a/config/routes.yaml b/src/Bundle/ChillMain/config/routes.yaml similarity index 100% rename from config/routes.yaml rename to src/Bundle/ChillMain/config/routes.yaml diff --git a/config/routes/center.yaml b/src/Bundle/ChillMain/config/routes/center.yaml similarity index 100% rename from config/routes/center.yaml rename to src/Bundle/ChillMain/config/routes/center.yaml diff --git a/config/routes/exports.yaml b/src/Bundle/ChillMain/config/routes/exports.yaml similarity index 100% rename from config/routes/exports.yaml rename to src/Bundle/ChillMain/config/routes/exports.yaml diff --git a/config/routes/password.yaml b/src/Bundle/ChillMain/config/routes/password.yaml similarity index 100% rename from config/routes/password.yaml rename to src/Bundle/ChillMain/config/routes/password.yaml diff --git a/config/routes/password_recover.yaml b/src/Bundle/ChillMain/config/routes/password_recover.yaml similarity index 100% rename from config/routes/password_recover.yaml rename to src/Bundle/ChillMain/config/routes/password_recover.yaml diff --git a/config/routes/permissionsgroup.yaml b/src/Bundle/ChillMain/config/routes/permissionsgroup.yaml similarity index 100% rename from config/routes/permissionsgroup.yaml rename to src/Bundle/ChillMain/config/routes/permissionsgroup.yaml diff --git a/config/routes/postal-code.yaml b/src/Bundle/ChillMain/config/routes/postal-code.yaml similarity index 100% rename from config/routes/postal-code.yaml rename to src/Bundle/ChillMain/config/routes/postal-code.yaml diff --git a/config/routes/scope.yaml b/src/Bundle/ChillMain/config/routes/scope.yaml similarity index 100% rename from config/routes/scope.yaml rename to src/Bundle/ChillMain/config/routes/scope.yaml diff --git a/config/routes/user.yaml b/src/Bundle/ChillMain/config/routes/user.yaml similarity index 100% rename from config/routes/user.yaml rename to src/Bundle/ChillMain/config/routes/user.yaml diff --git a/config/services.yaml b/src/Bundle/ChillMain/config/services.yaml similarity index 100% rename from config/services.yaml rename to src/Bundle/ChillMain/config/services.yaml diff --git a/config/services/cache.yaml b/src/Bundle/ChillMain/config/services/cache.yaml similarity index 100% rename from config/services/cache.yaml rename to src/Bundle/ChillMain/config/services/cache.yaml diff --git a/config/services/command.yaml b/src/Bundle/ChillMain/config/services/command.yaml similarity index 100% rename from config/services/command.yaml rename to src/Bundle/ChillMain/config/services/command.yaml diff --git a/config/services/controller.yaml b/src/Bundle/ChillMain/config/services/controller.yaml similarity index 100% rename from config/services/controller.yaml rename to src/Bundle/ChillMain/config/services/controller.yaml diff --git a/config/services/crud.yaml b/src/Bundle/ChillMain/config/services/crud.yaml similarity index 100% rename from config/services/crud.yaml rename to src/Bundle/ChillMain/config/services/crud.yaml diff --git a/config/services/doctrine.yaml b/src/Bundle/ChillMain/config/services/doctrine.yaml similarity index 100% rename from config/services/doctrine.yaml rename to src/Bundle/ChillMain/config/services/doctrine.yaml diff --git a/config/services/export.yaml b/src/Bundle/ChillMain/config/services/export.yaml similarity index 100% rename from config/services/export.yaml rename to src/Bundle/ChillMain/config/services/export.yaml diff --git a/config/services/fixtures.yaml b/src/Bundle/ChillMain/config/services/fixtures.yaml similarity index 100% rename from config/services/fixtures.yaml rename to src/Bundle/ChillMain/config/services/fixtures.yaml diff --git a/config/services/form.yaml b/src/Bundle/ChillMain/config/services/form.yaml similarity index 100% rename from config/services/form.yaml rename to src/Bundle/ChillMain/config/services/form.yaml diff --git a/config/services/logger.yaml b/src/Bundle/ChillMain/config/services/logger.yaml similarity index 100% rename from config/services/logger.yaml rename to src/Bundle/ChillMain/config/services/logger.yaml diff --git a/config/services/menu.yaml b/src/Bundle/ChillMain/config/services/menu.yaml similarity index 100% rename from config/services/menu.yaml rename to src/Bundle/ChillMain/config/services/menu.yaml diff --git a/config/services/notification.yaml b/src/Bundle/ChillMain/config/services/notification.yaml similarity index 100% rename from config/services/notification.yaml rename to src/Bundle/ChillMain/config/services/notification.yaml diff --git a/config/services/pagination.yaml b/src/Bundle/ChillMain/config/services/pagination.yaml similarity index 100% rename from config/services/pagination.yaml rename to src/Bundle/ChillMain/config/services/pagination.yaml diff --git a/config/services/phonenumber.yaml b/src/Bundle/ChillMain/config/services/phonenumber.yaml similarity index 100% rename from config/services/phonenumber.yaml rename to src/Bundle/ChillMain/config/services/phonenumber.yaml diff --git a/config/services/redis.yaml b/src/Bundle/ChillMain/config/services/redis.yaml similarity index 100% rename from config/services/redis.yaml rename to src/Bundle/ChillMain/config/services/redis.yaml diff --git a/config/services/repositories.yaml b/src/Bundle/ChillMain/config/services/repositories.yaml similarity index 100% rename from config/services/repositories.yaml rename to src/Bundle/ChillMain/config/services/repositories.yaml diff --git a/config/services/routing.yaml b/src/Bundle/ChillMain/config/services/routing.yaml similarity index 100% rename from config/services/routing.yaml rename to src/Bundle/ChillMain/config/services/routing.yaml diff --git a/config/services/search.yaml b/src/Bundle/ChillMain/config/services/search.yaml similarity index 100% rename from config/services/search.yaml rename to src/Bundle/ChillMain/config/services/search.yaml diff --git a/config/services/security.yaml b/src/Bundle/ChillMain/config/services/security.yaml similarity index 100% rename from config/services/security.yaml rename to src/Bundle/ChillMain/config/services/security.yaml diff --git a/config/services/templating.yaml b/src/Bundle/ChillMain/config/services/templating.yaml similarity index 100% rename from config/services/templating.yaml rename to src/Bundle/ChillMain/config/services/templating.yaml diff --git a/config/services/timeline.yaml b/src/Bundle/ChillMain/config/services/timeline.yaml similarity index 100% rename from config/services/timeline.yaml rename to src/Bundle/ChillMain/config/services/timeline.yaml diff --git a/config/services/validator.yaml b/src/Bundle/ChillMain/config/services/validator.yaml similarity index 100% rename from config/services/validator.yaml rename to src/Bundle/ChillMain/config/services/validator.yaml diff --git a/config/services/widget.yaml b/src/Bundle/ChillMain/config/services/widget.yaml similarity index 100% rename from config/services/widget.yaml rename to src/Bundle/ChillMain/config/services/widget.yaml diff --git a/config/validation.yaml b/src/Bundle/ChillMain/config/validation.yaml similarity index 100% rename from config/validation.yaml rename to src/Bundle/ChillMain/config/validation.yaml diff --git a/migrations/Version20141128194409.php b/src/Bundle/ChillMain/migrations/Version20141128194409.php similarity index 100% rename from migrations/Version20141128194409.php rename to src/Bundle/ChillMain/migrations/Version20141128194409.php diff --git a/migrations/Version20150821105642.php b/src/Bundle/ChillMain/migrations/Version20150821105642.php similarity index 100% rename from migrations/Version20150821105642.php rename to src/Bundle/ChillMain/migrations/Version20150821105642.php diff --git a/migrations/Version20150821122935.php b/src/Bundle/ChillMain/migrations/Version20150821122935.php similarity index 100% rename from migrations/Version20150821122935.php rename to src/Bundle/ChillMain/migrations/Version20150821122935.php diff --git a/migrations/Version20160310122322.php b/src/Bundle/ChillMain/migrations/Version20160310122322.php similarity index 100% rename from migrations/Version20160310122322.php rename to src/Bundle/ChillMain/migrations/Version20160310122322.php diff --git a/migrations/Version20180703191509.php b/src/Bundle/ChillMain/migrations/Version20180703191509.php similarity index 100% rename from migrations/Version20180703191509.php rename to src/Bundle/ChillMain/migrations/Version20180703191509.php diff --git a/migrations/Version20180709181423.php b/src/Bundle/ChillMain/migrations/Version20180709181423.php similarity index 100% rename from migrations/Version20180709181423.php rename to src/Bundle/ChillMain/migrations/Version20180709181423.php diff --git a/migrations/Version20180905101426.php b/src/Bundle/ChillMain/migrations/Version20180905101426.php similarity index 100% rename from migrations/Version20180905101426.php rename to src/Bundle/ChillMain/migrations/Version20180905101426.php diff --git a/migrations/Version20180911093642.php b/src/Bundle/ChillMain/migrations/Version20180911093642.php similarity index 100% rename from migrations/Version20180911093642.php rename to src/Bundle/ChillMain/migrations/Version20180911093642.php diff --git a/migrations/Version20200422122715.php b/src/Bundle/ChillMain/migrations/Version20200422122715.php similarity index 100% rename from migrations/Version20200422122715.php rename to src/Bundle/ChillMain/migrations/Version20200422122715.php diff --git a/migrations/Version20210304085819.php b/src/Bundle/ChillMain/migrations/Version20210304085819.php similarity index 100% rename from migrations/Version20210304085819.php rename to src/Bundle/ChillMain/migrations/Version20210304085819.php diff --git a/phpdoc.dist.xml b/src/Bundle/ChillMain/phpdoc.dist.xml similarity index 100% rename from phpdoc.dist.xml rename to src/Bundle/ChillMain/phpdoc.dist.xml diff --git a/phpunit.xml.dist b/src/Bundle/ChillMain/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to src/Bundle/ChillMain/phpunit.xml.dist diff --git a/translations/admin.fr.yml b/src/Bundle/ChillMain/translations/admin.fr.yml similarity index 100% rename from translations/admin.fr.yml rename to src/Bundle/ChillMain/translations/admin.fr.yml diff --git a/translations/date.fr.yml b/src/Bundle/ChillMain/translations/date.fr.yml similarity index 100% rename from translations/date.fr.yml rename to src/Bundle/ChillMain/translations/date.fr.yml diff --git a/translations/messages.fr.yml b/src/Bundle/ChillMain/translations/messages.fr.yml similarity index 100% rename from translations/messages.fr.yml rename to src/Bundle/ChillMain/translations/messages.fr.yml diff --git a/translations/messages.nl.yml b/src/Bundle/ChillMain/translations/messages.nl.yml similarity index 100% rename from translations/messages.nl.yml rename to src/Bundle/ChillMain/translations/messages.nl.yml diff --git a/translations/validators.fr.yml b/src/Bundle/ChillMain/translations/validators.fr.yml similarity index 100% rename from translations/validators.fr.yml rename to src/Bundle/ChillMain/translations/validators.fr.yml